{ "repo_root": "C:\\repos\\v3\\kivy", "files_scanned": 514, "modules_parsed": 512, "function_graph": { "setup": [ { "id": "setup.ver_equal", "name": "ver_equal", "lineno": 37, "scope": null, "is_async": false }, { "id": "setup.get_description", "name": "get_description", "lineno": 41, "scope": null, "is_async": false }, { "id": "setup.getoutput", "name": "getoutput", "lineno": 46, "scope": null, "is_async": false }, { "id": "setup.pkgconfig", "name": "pkgconfig", "lineno": 61, "scope": null, "is_async": false }, { "id": "setup.get_isolated_env_paths", "name": "get_isolated_env_paths", "lineno": 95, "scope": null, "is_async": false }, { "id": "setup.check_c_source_compiles", "name": "check_c_source_compiles", "lineno": 110, "scope": null, "is_async": false }, { "id": "setup.check_c_source_compiles.get_compiler", "name": "get_compiler", "lineno": 116, "scope": "check_c_source_compiles", "is_async": false }, { "id": "setup.KivyBuildExt.finalize_options", "name": "finalize_options", "lineno": 368, "scope": "KivyBuildExt", "is_async": false }, { "id": "setup.KivyBuildExt.build_extensions", "name": "build_extensions", "lineno": 386, "scope": "KivyBuildExt", "is_async": false }, { "id": "setup.KivyBuildExt.update_if_changed", "name": "update_if_changed", "lineno": 435, "scope": "KivyBuildExt", "is_async": false }, { "id": "setup.expand", "name": "expand", "lineno": 745, "scope": null, "is_async": false }, { "id": "setup.CythonExtension.__init__", "name": "__init__", "lineno": 751, "scope": "CythonExtension", "is_async": false }, { "id": "setup.merge", "name": "merge", "lineno": 762, "scope": null, "is_async": false }, { "id": "setup.determine_base_flags", "name": "determine_base_flags", "lineno": 774, "scope": null, "is_async": false }, { "id": "setup.determine_angle_flags", "name": "determine_angle_flags", "lineno": 817, "scope": null, "is_async": false }, { "id": "setup.determine_thorvg_flags", "name": "determine_thorvg_flags", "lineno": 884, "scope": null, "is_async": false }, { "id": "setup.determine_gl_flags", "name": "determine_gl_flags", "lineno": 1057, "scope": null, "is_async": false }, { "id": "setup.determine_sdl3", "name": "determine_sdl3", "lineno": 1145, "scope": null, "is_async": false }, { "id": "setup.get_dependencies", "name": "get_dependencies", "lineno": 1579, "scope": null, "is_async": false }, { "id": "setup.resolve_dependencies", "name": "resolve_dependencies", "lineno": 1589, "scope": null, "is_async": false }, { "id": "setup.get_extensions_from_sources", "name": "get_extensions_from_sources", "lineno": 1613, "scope": null, "is_async": false }, { "id": "setup.glob_paths", "name": "glob_paths", "lineno": 1669, "scope": null, "is_async": false } ], ".ci.thorvg_wrapper_bootstrap": [ { "id": ".ci.thorvg_wrapper_bootstrap._bootstrap", "name": "_bootstrap", "lineno": 32, "scope": null, "is_async": false } ], ".ci.thorvg_wrapper_build": [], ".ci.thorvg_wrapper_conftest": [], "doc.autobuild": [ { "id": "doc.autobuild.writefile", "name": "writefile", "lineno": 94, "scope": null, "is_async": false }, { "id": "doc.autobuild.extract_summary_line", "name": "extract_summary_line", "lineno": 194, "scope": null, "is_async": false } ], "doc": [], "doc.sources.conf": [], "doc.sources.sphinxext.autodoc": [ { "id": "doc.sources.sphinxext.autodoc.KivyClassDocumenter.add_directive_header", "name": "add_directive_header", "lineno": 8, "scope": "KivyClassDocumenter", "is_async": false }, { "id": "doc.sources.sphinxext.autodoc.KivyClassDocumenter.add_directive_header.fix", "name": "fix", "lineno": 13, "scope": "KivyClassDocumenter.add_directive_header", "is_async": false }, { "id": "doc.sources.sphinxext.autodoc.setup", "name": "setup", "lineno": 28, "scope": null, "is_async": false } ], "doc.sources.sphinxext.kivy_pygments_theme": [], "doc.sources.sphinxext.preprocess": [ { "id": "doc.sources.sphinxext.preprocess.is_cython_extension", "name": "is_cython_extension", "lineno": 18, "scope": null, "is_async": false }, { "id": "doc.sources.sphinxext.preprocess.callback_docstring", "name": "callback_docstring", "lineno": 50, "scope": null, "is_async": false }, { "id": "doc.sources.sphinxext.preprocess.callback_signature", "name": "callback_signature", "lineno": 98, "scope": null, "is_async": false }, { "id": "doc.sources.sphinxext.preprocess.setup", "name": "setup", "lineno": 114, "scope": null, "is_async": false } ], "doc.sources.sphinxext": [], "examples.3Drendering.main": [ { "id": "examples.3Drendering.main.Renderer.__init__", "name": "__init__", "lineno": 28, "scope": "Renderer", "is_async": false }, { "id": "examples.3Drendering.main.Renderer.setup_gl_context", "name": "setup_gl_context", "lineno": 41, "scope": "Renderer", "is_async": false }, { "id": "examples.3Drendering.main.Renderer.reset_gl_context", "name": "reset_gl_context", "lineno": 44, "scope": "Renderer", "is_async": false }, { "id": "examples.3Drendering.main.Renderer.update_glsl", "name": "update_glsl", "lineno": 47, "scope": "Renderer", "is_async": false }, { "id": "examples.3Drendering.main.Renderer.setup_scene", "name": "setup_scene", "lineno": 55, "scope": "Renderer", "is_async": false }, { "id": "examples.3Drendering.main.RendererApp.build", "name": "build", "lineno": 72, "scope": "RendererApp", "is_async": false } ], "examples.3Drendering.objloader": [ { "id": "examples.3Drendering.objloader.MeshData.__init__", "name": "__init__", "lineno": 2, "scope": "MeshData", "is_async": false }, { "id": "examples.3Drendering.objloader.MeshData.calculate_normals", "name": "calculate_normals", "lineno": 11, "scope": "MeshData", "is_async": false }, { "id": "examples.3Drendering.objloader.ObjFile.finish_object", "name": "finish_object", "lineno": 40, "scope": "ObjFile", "is_async": false }, { "id": "examples.3Drendering.objloader.ObjFile.__init__", "name": "__init__", "lineno": 75, "scope": "ObjFile", "is_async": false }, { "id": "examples.3Drendering.objloader.MTL", "name": "MTL", "lineno": 132, "scope": null, "is_async": false } ], "examples.android.compass.main": [ { "id": "examples.android.compass.main.CompassApp.build", "name": "build", "lineno": 40, "scope": "CompassApp", "is_async": false }, { "id": "examples.android.compass.main.CompassApp.update_compass", "name": "update_compass", "lineno": 45, "scope": "CompassApp", "is_async": false }, { "id": "examples.android.compass.main.CompassApp.on_pause", "name": "on_pause", "lineno": 66, "scope": "CompassApp", "is_async": false }, { "id": "examples.android.compass.main.CompassApp.on_resume", "name": "on_resume", "lineno": 71, "scope": "CompassApp", "is_async": false } ], "examples.android.takepicture.main": [ { "id": "examples.android.takepicture.main.TakePictureApp.build", "name": "build", "lineno": 45, "scope": "TakePictureApp", "is_async": false }, { "id": "examples.android.takepicture.main.TakePictureApp.get_filename", "name": "get_filename", "lineno": 49, "scope": "TakePictureApp", "is_async": false }, { "id": "examples.android.takepicture.main.TakePictureApp.take_picture", "name": "take_picture", "lineno": 57, "scope": "TakePictureApp", "is_async": false }, { "id": "examples.android.takepicture.main.TakePictureApp.on_activity_result", "name": "on_activity_result", "lineno": 65, "scope": "TakePictureApp", "is_async": false }, { "id": "examples.android.takepicture.main.TakePictureApp.add_picture", "name": "add_picture", "lineno": 69, "scope": "TakePictureApp", "is_async": false }, { "id": "examples.android.takepicture.main.TakePictureApp.on_pause", "name": "on_pause", "lineno": 76, "scope": "TakePictureApp", "is_async": false } ], "examples.animation.animate": [ { "id": "examples.animation.animate.TestApp.animate", "name": "animate", "lineno": 20, "scope": "TestApp", "is_async": false }, { "id": "examples.animation.animate.TestApp.build", "name": "build", "lineno": 34, "scope": "TestApp", "is_async": false } ], "examples.application.app_suite": [ { "id": "examples.application.app_suite.TestBuildApp.build", "name": "build", "lineno": 35, "scope": "TestBuildApp", "is_async": false }, { "id": "examples.application.app_suite.TestKVStringApp.build", "name": "build", "lineno": 69, "scope": "TestKVStringApp", "is_async": false }, { "id": "examples.application.app_suite.TestPrebuiltApp.build", "name": "build", "lineno": 91, "scope": "TestPrebuiltApp", "is_async": false }, { "id": "examples.application.app_suite.print_class", "name": "print_class", "lineno": 96, "scope": null, "is_async": false } ], "examples.application.app_with_build": [ { "id": "examples.application.app_with_build.TestApp.build", "name": "build", "lineno": 18, "scope": "TestApp", "is_async": false } ], "examples.application.app_with_config": [ { "id": "examples.application.app_with_config.ConfigApp.build_config", "name": "build_config", "lineno": 35, "scope": "ConfigApp", "is_async": false }, { "id": "examples.application.app_with_config.ConfigApp.build", "name": "build", "lineno": 44, "scope": "ConfigApp", "is_async": false } ], "examples.application.app_with_kv": [], "examples.application.app_with_kv_in_template1": [], "examples.async.asyncio_advanced": [ { "id": "examples.async.asyncio_advanced.AsyncApp.build", "name": "build", "lineno": 43, "scope": "AsyncApp", "is_async": false }, { "id": "examples.async.asyncio_advanced.AsyncApp.app_func", "name": "app_func", "lineno": 46, "scope": "AsyncApp", "is_async": false }, { "id": "examples.async.asyncio_advanced.AsyncApp.app_func.run_wrapper", "name": "run_wrapper", "lineno": 52, "scope": "AsyncApp.app_func", "is_async": true }, { "id": "examples.async.asyncio_advanced.AsyncApp.waste_time_freely", "name": "waste_time_freely", "lineno": 61, "scope": "AsyncApp", "is_async": true } ], "examples.async.asyncio_basic": [ { "id": "examples.async.asyncio_basic.run_app_happily", "name": "run_app_happily", "lineno": 22, "scope": null, "is_async": true }, { "id": "examples.async.asyncio_basic.waste_time_freely", "name": "waste_time_freely", "lineno": 34, "scope": null, "is_async": true }, { "id": "examples.async.asyncio_basic.root_func", "name": "root_func", "lineno": 49, "scope": null, "is_async": false } ], "examples.async.trio_advanced": [ { "id": "examples.async.trio_advanced.AsyncApp.build", "name": "build", "lineno": 43, "scope": "AsyncApp", "is_async": false }, { "id": "examples.async.trio_advanced.AsyncApp.app_func", "name": "app_func", "lineno": 46, "scope": "AsyncApp", "is_async": true }, { "id": "examples.async.trio_advanced.AsyncApp.app_func.run_wrapper", "name": "run_wrapper", "lineno": 58, "scope": "AsyncApp.app_func", "is_async": true }, { "id": "examples.async.trio_advanced.AsyncApp.waste_time_freely", "name": "waste_time_freely", "lineno": 67, "scope": "AsyncApp", "is_async": true } ], "examples.async.trio_basic": [ { "id": "examples.async.trio_basic.run_app_happily", "name": "run_app_happily", "lineno": 21, "scope": null, "is_async": true }, { "id": "examples.async.trio_basic.waste_time_freely", "name": "waste_time_freely", "lineno": 31, "scope": null, "is_async": true }, { "id": "examples.async.trio_basic.root_func", "name": "root_func", "lineno": 44, "scope": null, "is_async": true } ], "examples.audio.main": [ { "id": "examples.audio.main.AudioButton.on_press", "name": "on_press", "lineno": 32, "scope": "AudioButton", "is_async": false }, { "id": "examples.audio.main.AudioButton.release_audio", "name": "release_audio", "lineno": 41, "scope": "AudioButton", "is_async": false }, { "id": "examples.audio.main.AudioButton.set_volume", "name": "set_volume", "lineno": 47, "scope": "AudioButton", "is_async": false }, { "id": "examples.audio.main.AudioApp.build", "name": "build", "lineno": 59, "scope": "AudioApp", "is_async": false }, { "id": "examples.audio.main.AudioApp.release_audio", "name": "release_audio", "lineno": 71, "scope": "AudioApp", "is_async": false }, { "id": "examples.audio.main.AudioApp.set_volume", "name": "set_volume", "lineno": 75, "scope": "AudioApp", "is_async": false } ], "examples.audio.pitch": [ { "id": "examples.audio.pitch.Test.build", "name": "build", "lineno": 23, "scope": "Test", "is_async": false }, { "id": "examples.audio.pitch.Test.play_note", "name": "play_note", "lineno": 37, "scope": "Test", "is_async": false } ], "examples.camera.main": [ { "id": "examples.camera.main.CameraClick.capture", "name": "capture", "lineno": 42, "scope": "CameraClick", "is_async": false }, { "id": "examples.camera.main.TestCamera.build", "name": "build", "lineno": 55, "scope": "TestCamera", "is_async": false } ], "examples.canvas.antialiasing": [ { "id": "examples.canvas.antialiasing.AntialiasDemoApp.build", "name": "build", "lineno": 79, "scope": "AntialiasDemoApp", "is_async": false } ], "examples.canvas.bezier": [ { "id": "examples.canvas.bezier.BezierTest.__init__", "name": "__init__", "lineno": 20, "scope": "BezierTest", "is_async": false }, { "id": "examples.canvas.bezier.BezierTest._set_bezier_dash_offset", "name": "_set_bezier_dash_offset", "lineno": 51, "scope": "BezierTest", "is_async": false }, { "id": "examples.canvas.bezier.BezierTest._set_line_dash_offset", "name": "_set_line_dash_offset", "lineno": 56, "scope": "BezierTest", "is_async": false }, { "id": "examples.canvas.bezier.BezierTest.on_touch_down", "name": "on_touch_down", "lineno": 61, "scope": "BezierTest", "is_async": false }, { "id": "examples.canvas.bezier.BezierTest.on_touch_up", "name": "on_touch_up", "lineno": 71, "scope": "BezierTest", "is_async": false }, { "id": "examples.canvas.bezier.BezierTest.on_touch_move", "name": "on_touch_move", "lineno": 78, "scope": "BezierTest", "is_async": false }, { "id": "examples.canvas.bezier.Main.build", "name": "build", "lineno": 92, "scope": "Main", "is_async": false } ], "examples.canvas.canvas_stress": [ { "id": "examples.canvas.canvas_stress.StressCanvasApp.add_rects", "name": "add_rects", "lineno": 24, "scope": "StressCanvasApp", "is_async": false }, { "id": "examples.canvas.canvas_stress.StressCanvasApp.double_rects", "name": "double_rects", "lineno": 32, "scope": "StressCanvasApp", "is_async": false }, { "id": "examples.canvas.canvas_stress.StressCanvasApp.reset_rects", "name": "reset_rects", "lineno": 36, "scope": "StressCanvasApp", "is_async": false }, { "id": "examples.canvas.canvas_stress.StressCanvasApp.build", "name": "build", "lineno": 40, "scope": "StressCanvasApp", "is_async": false } ], "examples.canvas.circle": [ { "id": "examples.canvas.circle.CircleApp.build", "name": "build", "lineno": 80, "scope": "CircleApp", "is_async": false } ], "examples.canvas.fbo_canvas": [ { "id": "examples.canvas.fbo_canvas.FboFloatLayout.__init__", "name": "__init__", "lineno": 29, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.canvas.fbo_canvas.FboFloatLayout.add_widget", "name": "add_widget", "lineno": 44, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.canvas.fbo_canvas.FboFloatLayout.remove_widget", "name": "remove_widget", "lineno": 52, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.canvas.fbo_canvas.FboFloatLayout.on_size", "name": "on_size", "lineno": 58, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.canvas.fbo_canvas.FboFloatLayout.on_pos", "name": "on_pos", "lineno": 63, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.canvas.fbo_canvas.FboFloatLayout.on_texture", "name": "on_texture", "lineno": 66, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.canvas.fbo_canvas.FboFloatLayout.on_alpha", "name": "on_alpha", "lineno": 69, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.canvas.fbo_canvas.ScreenLayerApp.build", "name": "build", "lineno": 74, "scope": "ScreenLayerApp", "is_async": false }, { "id": "examples.canvas.fbo_canvas.ScreenLayerApp.build.anim_btn", "name": "anim_btn", "lineno": 80, "scope": "ScreenLayerApp.build", "is_async": false } ], "examples.canvas.lines": [ { "id": "examples.canvas.lines.LinePlayground.on_touch_down", "name": "on_touch_down", "lineno": 246, "scope": "LinePlayground", "is_async": false }, { "id": "examples.canvas.lines.LinePlayground.on_touch_move", "name": "on_touch_move", "lineno": 253, "scope": "LinePlayground", "is_async": false }, { "id": "examples.canvas.lines.LinePlayground.on_touch_up", "name": "on_touch_up", "lineno": 259, "scope": "LinePlayground", "is_async": false }, { "id": "examples.canvas.lines.LinePlayground.animate", "name": "animate", "lineno": 265, "scope": "LinePlayground", "is_async": false }, { "id": "examples.canvas.lines.LinePlayground.update_points_animation", "name": "update_points_animation", "lineno": 272, "scope": "LinePlayground", "is_async": false }, { "id": "examples.canvas.lines.TestLineApp.build", "name": "build", "lineno": 291, "scope": "TestLineApp", "is_async": false } ], "examples.canvas.lines_extended": [ { "id": "examples.canvas.lines_extended.LineExtendedApp.build", "name": "build", "lineno": 168, "scope": "LineExtendedApp", "is_async": false } ], "examples.canvas.mesh": [ { "id": "examples.canvas.mesh.MeshTestApp.change_mode", "name": "change_mode", "lineno": 21, "scope": "MeshTestApp", "is_async": false }, { "id": "examples.canvas.mesh.MeshTestApp.build_mesh", "name": "build_mesh", "lineno": 24, "scope": "MeshTestApp", "is_async": false }, { "id": "examples.canvas.mesh.MeshTestApp.build", "name": "build", "lineno": 37, "scope": "MeshTestApp", "is_async": false } ], "examples.canvas.mesh_manipulation": [ { "id": "examples.canvas.mesh_manipulation.MeshBallApp.build", "name": "build", "lineno": 76, "scope": "MeshBallApp", "is_async": false }, { "id": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "name": "update_points", "lineno": 81, "scope": "MeshBallApp", "is_async": false } ], "examples.canvas.multitexture": [ { "id": "examples.canvas.multitexture.MultitextureWidget.__init__", "name": "__init__", "lineno": 63, "scope": "MultitextureWidget", "is_async": false }, { "id": "examples.canvas.multitexture.MultitextureWidget.update_glsl", "name": "update_glsl", "lineno": 90, "scope": "MultitextureWidget", "is_async": false }, { "id": "examples.canvas.multitexture.MultitextureLayout.__init__", "name": "__init__", "lineno": 98, "scope": "MultitextureLayout", "is_async": false }, { "id": "examples.canvas.multitexture.MultitextureApp.build", "name": "build", "lineno": 105, "scope": "MultitextureApp", "is_async": false } ], "examples.canvas.repeat_texture": [ { "id": "examples.canvas.repeat_texture.RepeatTexture.build", "name": "build", "lineno": 58, "scope": "RepeatTexture", "is_async": false } ], "examples.canvas.rotation": [ { "id": "examples.canvas.rotation.RotationApp.build", "name": "build", "lineno": 31, "scope": "RotationApp", "is_async": false } ], "examples.canvas.rounded_rectangle": [ { "id": "examples.canvas.rounded_rectangle.RoundedRectangleWidget.prepare", "name": "prepare", "lineno": 15, "scope": "RoundedRectangleWidget", "is_async": false }, { "id": "examples.canvas.rounded_rectangle.DrawRoundedRectanglesApp.build", "name": "build", "lineno": 111, "scope": "DrawRoundedRectanglesApp", "is_async": false } ], "examples.canvas.scale": [ { "id": "examples.canvas.scale.ScalingApp.build", "name": "build", "lineno": 33, "scope": "ScalingApp", "is_async": false } ], "examples.canvas.stencil_canvas": [ { "id": "examples.canvas.stencil_canvas.StencilTestWidget.on_touch_down", "name": "on_touch_down", "lineno": 29, "scope": "StencilTestWidget", "is_async": false }, { "id": "examples.canvas.stencil_canvas.StencilTestWidget.on_touch_move", "name": "on_touch_move", "lineno": 33, "scope": "StencilTestWidget", "is_async": false }, { "id": "examples.canvas.stencil_canvas.StencilCanvasApp.add_rects", "name": "add_rects", "lineno": 39, "scope": "StencilCanvasApp", "is_async": false }, { "id": "examples.canvas.stencil_canvas.StencilCanvasApp.reset_stencil", "name": "reset_stencil", "lineno": 47, "scope": "StencilCanvasApp", "is_async": false }, { "id": "examples.canvas.stencil_canvas.StencilCanvasApp.reset_rects", "name": "reset_rects", "lineno": 51, "scope": "StencilCanvasApp", "is_async": false }, { "id": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "name": "build", "lineno": 55, "scope": "StencilCanvasApp", "is_async": false } ], "examples.canvas.tesselate": [ { "id": "examples.canvas.tesselate.ShapeBuilder.__init__", "name": "__init__", "lineno": 55, "scope": "ShapeBuilder", "is_async": false }, { "id": "examples.canvas.tesselate.ShapeBuilder.on_touch_down", "name": "on_touch_down", "lineno": 64, "scope": "ShapeBuilder", "is_async": false }, { "id": "examples.canvas.tesselate.ShapeBuilder.on_touch_move", "name": "on_touch_move", "lineno": 72, "scope": "ShapeBuilder", "is_async": false }, { "id": "examples.canvas.tesselate.ShapeBuilder.on_touch_up", "name": "on_touch_up", "lineno": 80, "scope": "ShapeBuilder", "is_async": false }, { "id": "examples.canvas.tesselate.ShapeBuilder.push_shape", "name": "push_shape", "lineno": 87, "scope": "ShapeBuilder", "is_async": false }, { "id": "examples.canvas.tesselate.ShapeBuilder.build", "name": "build", "lineno": 91, "scope": "ShapeBuilder", "is_async": false }, { "id": "examples.canvas.tesselate.ShapeBuilder.reset", "name": "reset", "lineno": 133, "scope": "ShapeBuilder", "is_async": false }, { "id": "examples.canvas.tesselate.TessApp.build", "name": "build", "lineno": 142, "scope": "TessApp", "is_async": false } ], "examples.canvas.texture": [ { "id": "examples.canvas.texture.TextureAccessibleWidget.__init__", "name": "__init__", "lineno": 30, "scope": "TextureAccessibleWidget", "is_async": false }, { "id": "examples.canvas.texture.TextureAccessibleWidget.texture_init", "name": "texture_init", "lineno": 34, "scope": "TextureAccessibleWidget", "is_async": false }, { "id": "examples.canvas.texture.TextureAccessibleWidget.on_texture_wrap", "name": "on_texture_wrap", "lineno": 37, "scope": "TextureAccessibleWidget", "is_async": false } ], "examples.container.main": [ { "id": "examples.container.main.EzsApp.build", "name": "build", "lineno": 31, "scope": "EzsApp", "is_async": false }, { "id": "examples.container.main.EzsApp.next_screen", "name": "next_screen", "lineno": 39, "scope": "EzsApp", "is_async": false } ], "examples.cover.cover_image": [ { "id": "examples.cover.cover_image.CoverImage.__init__", "name": "__init__", "lineno": 11, "scope": "CoverImage", "is_async": false }, { "id": "examples.cover.cover_image.MainApp.build", "name": "build", "lineno": 20, "scope": "MainApp", "is_async": false } ], "examples.cover.cover_video": [ { "id": "examples.cover.cover_video.CoverVideo._on_video_frame", "name": "_on_video_frame", "lineno": 11, "scope": "CoverVideo", "is_async": false }, { "id": "examples.cover.cover_video.MainApp.build", "name": "build", "lineno": 26, "scope": "MainApp", "is_async": false } ], "examples.demo.camera_puzzle": [ { "id": "examples.demo.camera_puzzle.Puzzle.on_texture_size", "name": "on_texture_size", "lineno": 29, "scope": "Puzzle", "is_async": false }, { "id": "examples.demo.camera_puzzle.Puzzle.on_blocksize", "name": "on_blocksize", "lineno": 32, "scope": "Puzzle", "is_async": false }, { "id": "examples.demo.camera_puzzle.Puzzle.build", "name": "build", "lineno": 35, "scope": "Puzzle", "is_async": false }, { "id": "examples.demo.camera_puzzle.Puzzle.shuffle", "name": "shuffle", "lineno": 57, "scope": "Puzzle", "is_async": false }, { "id": "examples.demo.camera_puzzle.Puzzle.on_touch_down", "name": "on_touch_down", "lineno": 74, "scope": "Puzzle", "is_async": false }, { "id": "examples.demo.camera_puzzle.PuzzleApp.build", "name": "build", "lineno": 82, "scope": "PuzzleApp", "is_async": false }, { "id": "examples.demo.camera_puzzle.PuzzleApp.on_value", "name": "on_value", "lineno": 92, "scope": "PuzzleApp", "is_async": false } ], "examples.demo.kivycatalog.main": [ { "id": "examples.demo.kivycatalog.main.Container.__init__", "name": "__init__", "lineno": 57, "scope": "Container", "is_async": false }, { "id": "examples.demo.kivycatalog.main.Container.kv_file", "name": "kv_file", "lineno": 66, "scope": "Container", "is_async": false }, { "id": "examples.demo.kivycatalog.main.KivyRenderTextInput.keyboard_on_key_down", "name": "keyboard_on_key_down", "lineno": 78, "scope": "KivyRenderTextInput", "is_async": false }, { "id": "examples.demo.kivycatalog.main.Catalog.__init__", "name": "__init__", "lineno": 119, "scope": "Catalog", "is_async": false }, { "id": "examples.demo.kivycatalog.main.Catalog.show_kv", "name": "show_kv", "lineno": 125, "scope": "Catalog", "is_async": false }, { "id": "examples.demo.kivycatalog.main.Catalog.schedule_reload", "name": "schedule_reload", "lineno": 140, "scope": "Catalog", "is_async": false }, { "id": "examples.demo.kivycatalog.main.Catalog.change_kv", "name": "change_kv", "lineno": 153, "scope": "Catalog", "is_async": false }, { "id": "examples.demo.kivycatalog.main.Catalog.show_error", "name": "show_error", "lineno": 172, "scope": "Catalog", "is_async": false }, { "id": "examples.demo.kivycatalog.main.KivyCatalogApp.build", "name": "build", "lineno": 184, "scope": "KivyCatalogApp", "is_async": false }, { "id": "examples.demo.kivycatalog.main.KivyCatalogApp.on_pause", "name": "on_pause", "lineno": 187, "scope": "KivyCatalogApp", "is_async": false } ], "examples.demo.multistroke.gesturedatabase": [ { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.__init__", "name": "__init__", "lineno": 33, "scope": "GestureDatabaseItem", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.toggle_selected", "name": "toggle_selected", "lineno": 42, "scope": "GestureDatabaseItem", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.update_template_count", "name": "update_template_count", "lineno": 51, "scope": "GestureDatabaseItem", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.draw_item", "name": "draw_item", "lineno": 57, "scope": "GestureDatabaseItem", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem._draw_rect", "name": "_draw_rect", "lineno": 65, "scope": "GestureDatabaseItem", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.on_select", "name": "on_select", "lineno": 73, "scope": "GestureDatabaseItem", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.on_deselect", "name": "on_deselect", "lineno": 76, "scope": "GestureDatabaseItem", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.__init__", "name": "__init__", "lineno": 87, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.import_gdb", "name": "import_gdb", "lineno": 93, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.select_item", "name": "select_item", "lineno": 108, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.deselect_item", "name": "deselect_item", "lineno": 111, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.mass_select", "name": "mass_select", "lineno": 114, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.unload_gestures", "name": "unload_gestures", "lineno": 126, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.perform_export", "name": "perform_export", "lineno": 140, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.perform_import", "name": "perform_import", "lineno": 156, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase.save_selection_to_file", "name": "save_selection_to_file", "lineno": 166, "scope": "GestureDatabase", "is_async": false }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase._redraw_gesture_list", "name": "_redraw_gesture_list", "lineno": 177, "scope": "GestureDatabase", "is_async": false } ], "examples.demo.multistroke.helpers": [ { "id": "examples.demo.multistroke.helpers.InformationPopup.__init__", "name": "__init__", "lineno": 25, "scope": "InformationPopup", "is_async": false } ], "examples.demo.multistroke.historymanager": [ { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager.__init__", "name": "__init__", "lineno": 27, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager.reanalyze_selected", "name": "reanalyze_selected", "lineno": 35, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager._reanalyze_complete", "name": "_reanalyze_complete", "lineno": 55, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager.add_selected_to_database", "name": "add_selected_to_database", "lineno": 59, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager.clear_history", "name": "clear_history", "lineno": 101, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager.visualizer_select", "name": "visualizer_select", "lineno": 106, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager.visualizer_deselect", "name": "visualizer_deselect", "lineno": 115, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager.add_recognizer_result", "name": "add_recognizer_result", "lineno": 119, "scope": "GestureHistoryManager", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.RecognizerResultDetails.__init__", "name": "__init__", "lineno": 152, "scope": "RecognizerResultDetails", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.RecognizerResultDetails.on_reanalyze_selected", "name": "on_reanalyze_selected", "lineno": 156, "scope": "RecognizerResultDetails", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureSettingsForm.__init__", "name": "__init__", "lineno": 169, "scope": "GestureSettingsForm", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureSettingsForm.load_visualizer", "name": "load_visualizer", "lineno": 176, "scope": "GestureSettingsForm", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureVisualizer.__init__", "name": "__init__", "lineno": 214, "scope": "GestureVisualizer", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureVisualizer.on_touch_down", "name": "on_touch_down", "lineno": 226, "scope": "GestureVisualizer", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureVisualizer._draw_item", "name": "_draw_item", "lineno": 233, "scope": "GestureVisualizer", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureVisualizer.on_select", "name": "on_select", "lineno": 266, "scope": "GestureVisualizer", "is_async": false }, { "id": "examples.demo.multistroke.historymanager.GestureVisualizer.on_deselect", "name": "on_deselect", "lineno": 269, "scope": "GestureVisualizer", "is_async": false } ], "examples.demo.multistroke.main": [ { "id": "examples.demo.multistroke.main.MultistrokeApp.goto_database_screen", "name": "goto_database_screen", "lineno": 46, "scope": "MultistrokeApp", "is_async": false }, { "id": "examples.demo.multistroke.main.MultistrokeApp.handle_gesture_cleanup", "name": "handle_gesture_cleanup", "lineno": 50, "scope": "MultistrokeApp", "is_async": false }, { "id": "examples.demo.multistroke.main.MultistrokeApp.handle_gesture_discard", "name": "handle_gesture_discard", "lineno": 54, "scope": "MultistrokeApp", "is_async": false }, { "id": "examples.demo.multistroke.main.MultistrokeApp.handle_gesture_complete", "name": "handle_gesture_complete", "lineno": 64, "scope": "MultistrokeApp", "is_async": false }, { "id": "examples.demo.multistroke.main.MultistrokeApp.handle_recognize_complete", "name": "handle_recognize_complete", "lineno": 69, "scope": "MultistrokeApp", "is_async": false }, { "id": "examples.demo.multistroke.main.MultistrokeApp.build", "name": "build", "lineno": 88, "scope": "MultistrokeApp", "is_async": false } ], "examples.demo.multistroke.settings": [ { "id": "examples.demo.multistroke.settings.EditSettingPopup.__init__", "name": "__init__", "lineno": 40, "scope": "EditSettingPopup", "is_async": false }, { "id": "examples.demo.multistroke.settings.EditSettingPopup.on_validate", "name": "on_validate", "lineno": 44, "scope": "EditSettingPopup", "is_async": false }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingSlider.__init__", "name": "__init__", "lineno": 54, "scope": "MultistrokeSettingSlider", "is_async": false }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingSlider._to_numtype", "name": "_to_numtype", "lineno": 60, "scope": "MultistrokeSettingSlider", "is_async": false }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingSlider._dismiss", "name": "_dismiss", "lineno": 69, "scope": "MultistrokeSettingSlider", "is_async": false }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingSlider._validate", "name": "_validate", "lineno": 72, "scope": "MultistrokeSettingSlider", "is_async": false }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingSlider.on_touch_down", "name": "on_touch_down", "lineno": 81, "scope": "MultistrokeSettingSlider", "is_async": false } ], "examples.demo.pictures.main": [ { "id": "examples.demo.pictures.main.PicturesApp.build", "name": "build", "lineno": 52, "scope": "PicturesApp", "is_async": false }, { "id": "examples.demo.pictures.main.PicturesApp.on_pause", "name": "on_pause", "lineno": 68, "scope": "PicturesApp", "is_async": false } ], "examples.demo.shadereditor.main": [ { "id": "examples.demo.shadereditor.main.ShaderViewer.__init__", "name": "__init__", "lineno": 70, "scope": "ShaderViewer", "is_async": false }, { "id": "examples.demo.shadereditor.main.ShaderViewer.update_shader", "name": "update_shader", "lineno": 75, "scope": "ShaderViewer", "is_async": false }, { "id": "examples.demo.shadereditor.main.ShaderViewer.on_fs", "name": "on_fs", "lineno": 82, "scope": "ShaderViewer", "is_async": false }, { "id": "examples.demo.shadereditor.main.ShaderViewer.on_vs", "name": "on_vs", "lineno": 85, "scope": "ShaderViewer", "is_async": false }, { "id": "examples.demo.shadereditor.main.ShaderEditor.__init__", "name": "__init__", "lineno": 111, "scope": "ShaderEditor", "is_async": false }, { "id": "examples.demo.shadereditor.main.ShaderEditor.compile_shaders", "name": "compile_shaders", "lineno": 118, "scope": "ShaderEditor", "is_async": false }, { "id": "examples.demo.shadereditor.main.ShaderEditorApp.build", "name": "build", "lineno": 133, "scope": "ShaderEditorApp", "is_async": false } ], "examples.demo.showcase.main": [ { "id": "examples.demo.showcase.main.ShowcaseScreen.add_widget", "name": "add_widget", "lineno": 46, "scope": "ShowcaseScreen", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.build", "name": "build", "lineno": 62, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.on_pause", "name": "on_pause", "lineno": 78, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.on_resume", "name": "on_resume", "lineno": 81, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.on_current_title", "name": "on_current_title", "lineno": 84, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.go_previous_screen", "name": "go_previous_screen", "lineno": 87, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.go_next_screen", "name": "go_next_screen", "lineno": 95, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.go_screen", "name": "go_screen", "lineno": 103, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.go_hierarchy_previous", "name": "go_hierarchy_previous", "lineno": 108, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.load_screen", "name": "load_screen", "lineno": 118, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.read_sourcecode", "name": "read_sourcecode", "lineno": 125, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.toggle_source_code", "name": "toggle_source_code", "lineno": 130, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.update_sourcecode", "name": "update_sourcecode", "lineno": 142, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_floatlayout", "name": "showcase_floatlayout", "lineno": 149, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_floatlayout.add_button", "name": "add_button", "lineno": 151, "scope": "ShowcaseApp.showcase_floatlayout", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_boxlayout", "name": "showcase_boxlayout", "lineno": 169, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_boxlayout.add_button", "name": "add_button", "lineno": 171, "scope": "ShowcaseApp.showcase_boxlayout", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_gridlayout", "name": "showcase_gridlayout", "lineno": 185, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_gridlayout.add_button", "name": "add_button", "lineno": 187, "scope": "ShowcaseApp.showcase_gridlayout", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_stacklayout", "name": "showcase_stacklayout", "lineno": 203, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_stacklayout.add_button", "name": "add_button", "lineno": 209, "scope": "ShowcaseApp.showcase_stacklayout", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_anchorlayout", "name": "showcase_anchorlayout", "lineno": 224, "scope": "ShowcaseApp", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp.showcase_anchorlayout.change_anchor", "name": "change_anchor", "lineno": 226, "scope": "ShowcaseApp.showcase_anchorlayout", "is_async": false }, { "id": "examples.demo.showcase.main.ShowcaseApp._update_clock", "name": "_update_clock", "lineno": 238, "scope": "ShowcaseApp", "is_async": false } ], "examples.demo.touchtracer.main": [ { "id": "examples.demo.touchtracer.main.calculate_points", "name": "calculate_points", "lineno": 40, "scope": null, "is_async": false }, { "id": "examples.demo.touchtracer.main.Touchtracer.normalize_pressure", "name": "normalize_pressure", "lineno": 58, "scope": "Touchtracer", "is_async": false }, { "id": "examples.demo.touchtracer.main.Touchtracer.on_touch_down", "name": "on_touch_down", "lineno": 66, "scope": "Touchtracer", "is_async": false }, { "id": "examples.demo.touchtracer.main.Touchtracer.on_touch_move", "name": "on_touch_move", "lineno": 91, "scope": "Touchtracer", "is_async": false }, { "id": "examples.demo.touchtracer.main.Touchtracer.on_touch_up", "name": "on_touch_up", "lineno": 142, "scope": "Touchtracer", "is_async": false }, { "id": "examples.demo.touchtracer.main.Touchtracer.update_touch_label", "name": "update_touch_label", "lineno": 150, "scope": "Touchtracer", "is_async": false }, { "id": "examples.demo.touchtracer.main.TouchtracerApp.build", "name": "build", "lineno": 162, "scope": "TouchtracerApp", "is_async": false }, { "id": "examples.demo.touchtracer.main.TouchtracerApp.on_pause", "name": "on_pause", "lineno": 165, "scope": "TouchtracerApp", "is_async": false } ], "examples.desktop_path_id.demo_app": [ { "id": "examples.desktop_path_id.demo_app.DesktopPathIdDemoApp.build", "name": "build", "lineno": 51, "scope": "DesktopPathIdDemoApp", "is_async": false }, { "id": "examples.desktop_path_id.demo_app.DesktopPathIdDemoApp.on_start", "name": "on_start", "lineno": 54, "scope": "DesktopPathIdDemoApp", "is_async": false }, { "id": "examples.desktop_path_id.demo_app.DesktopPathIdDemoApp.print_paths", "name": "print_paths", "lineno": 88, "scope": "DesktopPathIdDemoApp", "is_async": false } ], "examples.frameworks.twisted.echo_client_app": [ { "id": "examples.frameworks.twisted.echo_client_app.EchoClient.connectionMade", "name": "connectionMade", "lineno": 13, "scope": "EchoClient", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.EchoClient.dataReceived", "name": "dataReceived", "lineno": 16, "scope": "EchoClient", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.EchoClientFactory.__init__", "name": "__init__", "lineno": 23, "scope": "EchoClientFactory", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.EchoClientFactory.startedConnecting", "name": "startedConnecting", "lineno": 26, "scope": "EchoClientFactory", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.EchoClientFactory.clientConnectionLost", "name": "clientConnectionLost", "lineno": 29, "scope": "EchoClientFactory", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.EchoClientFactory.clientConnectionFailed", "name": "clientConnectionFailed", "lineno": 32, "scope": "EchoClientFactory", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.build", "name": "build", "lineno": 50, "scope": "TwistedClientApp", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.setup_gui", "name": "setup_gui", "lineno": 55, "scope": "TwistedClientApp", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.connect_to_server", "name": "connect_to_server", "lineno": 64, "scope": "TwistedClientApp", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.on_connection", "name": "on_connection", "lineno": 67, "scope": "TwistedClientApp", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.send_message", "name": "send_message", "lineno": 71, "scope": "TwistedClientApp", "is_async": false }, { "id": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.print_message", "name": "print_message", "lineno": 77, "scope": "TwistedClientApp", "is_async": false } ], "examples.frameworks.twisted.echo_server_app": [ { "id": "examples.frameworks.twisted.echo_server_app.EchoServer.dataReceived", "name": "dataReceived", "lineno": 11, "scope": "EchoServer", "is_async": false }, { "id": "examples.frameworks.twisted.echo_server_app.EchoServerFactory.__init__", "name": "__init__", "lineno": 20, "scope": "EchoServerFactory", "is_async": false }, { "id": "examples.frameworks.twisted.echo_server_app.TwistedServerApp.build", "name": "build", "lineno": 31, "scope": "TwistedServerApp", "is_async": false }, { "id": "examples.frameworks.twisted.echo_server_app.TwistedServerApp.handle_message", "name": "handle_message", "lineno": 36, "scope": "TwistedServerApp", "is_async": false } ], "examples.frameworks.twisted.twistd_app": [ { "id": "examples.frameworks.twisted.twistd_app.AndroidApplicationRunner.run", "name": "run", "lineno": 20, "scope": "AndroidApplicationRunner", "is_async": false }, { "id": "examples.frameworks.twisted.twistd_app.TwistedTwistd.cb_twistd", "name": "cb_twistd", "lineno": 45, "scope": "TwistedTwistd", "is_async": false }, { "id": "examples.frameworks.twisted.twistd_app.TwistedTwistdApp.build", "name": "build", "lineno": 61, "scope": "TwistedTwistdApp", "is_async": false } ], "examples.gestures.gesture_board": [ { "id": "examples.gestures.gesture_board.simplegesture", "name": "simplegesture", "lineno": 10, "scope": null, "is_async": false }, { "id": "examples.gestures.gesture_board.GestureBoard.__init__", "name": "__init__", "lineno": 27, "scope": "GestureBoard", "is_async": false }, { "id": "examples.gestures.gesture_board.GestureBoard.on_touch_down", "name": "on_touch_down", "lineno": 37, "scope": "GestureBoard", "is_async": false }, { "id": "examples.gestures.gesture_board.GestureBoard.on_touch_move", "name": "on_touch_move", "lineno": 48, "scope": "GestureBoard", "is_async": false }, { "id": "examples.gestures.gesture_board.GestureBoard.on_touch_up", "name": "on_touch_up", "lineno": 56, "scope": "GestureBoard", "is_async": false }, { "id": "examples.gestures.gesture_board.DemoGesture.build", "name": "build", "lineno": 90, "scope": "DemoGesture", "is_async": false } ], "examples.gestures.my_gestures": [], "examples.guide.designwithkv.main": [ { "id": "examples.guide.designwithkv.main.Controller.do_action", "name": "do_action", "lineno": 17, "scope": "Controller", "is_async": false }, { "id": "examples.guide.designwithkv.main.ControllerApp.build", "name": "build", "lineno": 24, "scope": "ControllerApp", "is_async": false } ], "examples.guide.firstwidget.1_skeleton": [ { "id": "examples.guide.firstwidget.1_skeleton.MyPaintApp.build", "name": "build", "lineno": 10, "scope": "MyPaintApp", "is_async": false } ], "examples.guide.firstwidget.2_print_touch": [ { "id": "examples.guide.firstwidget.2_print_touch.MyPaintWidget.on_touch_down", "name": "on_touch_down", "lineno": 6, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.2_print_touch.MyPaintApp.build", "name": "build", "lineno": 11, "scope": "MyPaintApp", "is_async": false } ], "examples.guide.firstwidget.3_draw_ellipse": [ { "id": "examples.guide.firstwidget.3_draw_ellipse.MyPaintWidget.on_touch_down", "name": "on_touch_down", "lineno": 8, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.3_draw_ellipse.MyPaintApp.build", "name": "build", "lineno": 17, "scope": "MyPaintApp", "is_async": false } ], "examples.guide.firstwidget.4_draw_line": [ { "id": "examples.guide.firstwidget.4_draw_line.MyPaintWidget.on_touch_down", "name": "on_touch_down", "lineno": 8, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.4_draw_line.MyPaintWidget.on_touch_move", "name": "on_touch_move", "lineno": 15, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.4_draw_line.MyPaintApp.build", "name": "build", "lineno": 21, "scope": "MyPaintApp", "is_async": false } ], "examples.guide.firstwidget.5_random_colors": [ { "id": "examples.guide.firstwidget.5_random_colors.MyPaintWidget.on_touch_down", "name": "on_touch_down", "lineno": 9, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.5_random_colors.MyPaintWidget.on_touch_move", "name": "on_touch_move", "lineno": 17, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.5_random_colors.MyPaintApp.build", "name": "build", "lineno": 23, "scope": "MyPaintApp", "is_async": false } ], "examples.guide.firstwidget.6_button": [ { "id": "examples.guide.firstwidget.6_button.MyPaintWidget.on_touch_down", "name": "on_touch_down", "lineno": 10, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.6_button.MyPaintWidget.on_touch_move", "name": "on_touch_move", "lineno": 18, "scope": "MyPaintWidget", "is_async": false }, { "id": "examples.guide.firstwidget.6_button.MyPaintApp.build", "name": "build", "lineno": 24, "scope": "MyPaintApp", "is_async": false }, { "id": "examples.guide.firstwidget.6_button.MyPaintApp.clear_canvas", "name": "clear_canvas", "lineno": 33, "scope": "MyPaintApp", "is_async": false } ], "examples.guide.quickstart.main": [ { "id": "examples.guide.quickstart.main.MyApp.build", "name": "build", "lineno": 10, "scope": "MyApp", "is_async": false } ], "examples.includes.main": [], "examples.keyboard.main": [ { "id": "examples.keyboard.main.ModeScreen.on_pre_enter", "name": "on_pre_enter", "lineno": 119, "scope": "ModeScreen", "is_async": false }, { "id": "examples.keyboard.main.ModeScreen.set_mode", "name": "set_mode", "lineno": 141, "scope": "ModeScreen", "is_async": false }, { "id": "examples.keyboard.main.ModeScreen.next", "name": "next", "lineno": 148, "scope": "ModeScreen", "is_async": false }, { "id": "examples.keyboard.main.KeyboardScreen.__init__", "name": "__init__", "lineno": 161, "scope": "KeyboardScreen", "is_async": false }, { "id": "examples.keyboard.main.KeyboardScreen._add_keyboards", "name": "_add_keyboards", "lineno": 166, "scope": "KeyboardScreen", "is_async": false }, { "id": "examples.keyboard.main.KeyboardScreen.set_layout", "name": "set_layout", "lineno": 178, "scope": "KeyboardScreen", "is_async": false }, { "id": "examples.keyboard.main.KeyboardScreen._keyboard_close", "name": "_keyboard_close", "lineno": 193, "scope": "KeyboardScreen", "is_async": false }, { "id": "examples.keyboard.main.KeyboardScreen.key_down", "name": "key_down", "lineno": 200, "scope": "KeyboardScreen", "is_async": false }, { "id": "examples.keyboard.main.KeyboardScreen.key_up", "name": "key_up", "lineno": 205, "scope": "KeyboardScreen", "is_async": false }, { "id": "examples.keyboard.main.KeyboardDemo.build", "name": "build", "lineno": 217, "scope": "KeyboardDemo", "is_async": false } ], "examples.kinect.kinectviewer": [ { "id": "examples.kinect.kinectviewer.KinectDepth.__init__", "name": "__init__", "lineno": 148, "scope": "KinectDepth", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectDepth.run", "name": "run", "lineno": 155, "scope": "KinectDepth", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectDepth.pop", "name": "pop", "lineno": 164, "scope": "KinectDepth", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewer.__init__", "name": "__init__", "lineno": 176, "scope": "KinectViewer", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewer.on_index", "name": "on_index", "lineno": 201, "scope": "KinectViewer", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewer.on_shader", "name": "on_shader", "lineno": 204, "scope": "KinectViewer", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewer.update_transformation", "name": "update_transformation", "lineno": 212, "scope": "KinectViewer", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewerApp.build", "name": "build", "lineno": 229, "scope": "KinectViewerApp", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewerApp.build.update_depth_range", "name": "update_depth_range", "lineno": 242, "scope": "KinectViewerApp.build", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewerApp.build_config", "name": "build_config", "lineno": 250, "scope": "KinectViewerApp", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewerApp.build_settings", "name": "build_settings", "lineno": 256, "scope": "KinectViewerApp", "is_async": false }, { "id": "examples.kinect.kinectviewer.KinectViewerApp.on_config_change", "name": "on_config_change", "lineno": 269, "scope": "KinectViewerApp", "is_async": false } ], "examples.kv.kvrun": [ { "id": "examples.kv.kvrun.KvApp.__init__", "name": "__init__", "lineno": 8, "scope": "KvApp", "is_async": false }, { "id": "examples.kv.kvrun.KvApp._print_fps", "name": "_print_fps", "lineno": 12, "scope": "KvApp", "is_async": false }, { "id": "examples.kv.kvrun.KvApp._reload_keypress", "name": "_reload_keypress", "lineno": 16, "scope": "KvApp", "is_async": false }, { "id": "examples.kv.kvrun.KvApp.build", "name": "build", "lineno": 24, "scope": "KvApp", "is_async": false } ], "examples.kv.ids.id_in_kv.id_in_kv": [], "examples.kv.ids.kv_and_py.kv_and_py": [ { "id": "examples.kv.ids.kv_and_py.kv_and_py.RootWidget.first_function", "name": "first_function", "lineno": 17, "scope": "RootWidget", "is_async": false } ], "examples.miscellaneous.clipboard": [ { "id": "examples.miscellaneous.clipboard.Clip.make_labels", "name": "make_labels", "lineno": 44, "scope": "Clip", "is_async": false }, { "id": "examples.miscellaneous.clipboard.Clip.make_pretty_labels", "name": "make_pretty_labels", "lineno": 53, "scope": "Clip", "is_async": false } ], "examples.miscellaneous.custom_titlebar": [ { "id": "examples.miscellaneous.custom_titlebar.CustomTitleBar.build", "name": "build", "lineno": 41, "scope": "CustomTitleBar", "is_async": false } ], "examples.miscellaneous.imagesave": [], "examples.miscellaneous.joystick": [ { "id": "examples.miscellaneous.joystick.Listener.__init__", "name": "__init__", "lineno": 23, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.Listener.print_values", "name": "print_values", "lineno": 34, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.Listener.joy_motion", "name": "joy_motion", "lineno": 37, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.Listener.on_joy_axis", "name": "on_joy_axis", "lineno": 61, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.Listener.on_joy_ball", "name": "on_joy_ball", "lineno": 64, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.Listener.on_joy_hat", "name": "on_joy_hat", "lineno": 67, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.Listener.on_joy_button_down", "name": "on_joy_button_down", "lineno": 70, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.Listener.on_joy_button_up", "name": "on_joy_button_up", "lineno": 73, "scope": "Listener", "is_async": false }, { "id": "examples.miscellaneous.joystick.JoystickApp.build", "name": "build", "lineno": 78, "scope": "JoystickApp", "is_async": false } ], "examples.miscellaneous.multiple_dropfile": [ { "id": "examples.miscellaneous.multiple_dropfile.DropFile.__init__", "name": "__init__", "lineno": 8, "scope": "DropFile", "is_async": false }, { "id": "examples.miscellaneous.multiple_dropfile.DropFile.on_drop_file", "name": "on_drop_file", "lineno": 17, "scope": "DropFile", "is_async": false }, { "id": "examples.miscellaneous.multiple_dropfile.DropApp.build", "name": "build", "lineno": 26, "scope": "DropApp", "is_async": false }, { "id": "examples.miscellaneous.multiple_dropfile.DropApp.handledrops", "name": "handledrops", "lineno": 41, "scope": "DropApp", "is_async": false } ], "examples.miscellaneous.on_textedit_event": [ { "id": "examples.miscellaneous.on_textedit_event.TextInputIME.__init__", "name": "__init__", "lineno": 18, "scope": "TextInputIME", "is_async": false }, { "id": "examples.miscellaneous.on_textedit_event.TextInputIME._on_textedit", "name": "_on_textedit", "lineno": 22, "scope": "TextInputIME", "is_async": false }, { "id": "examples.miscellaneous.on_textedit_event.MainWidget.__init__", "name": "__init__", "lineno": 29, "scope": "MainWidget", "is_async": false }, { "id": "examples.miscellaneous.on_textedit_event.MainWidget.confim", "name": "confim", "lineno": 33, "scope": "MainWidget", "is_async": false }, { "id": "examples.miscellaneous.on_textedit_event.MainWidget.changeFont", "name": "changeFont", "lineno": 36, "scope": "MainWidget", "is_async": false }, { "id": "examples.miscellaneous.on_textedit_event.TextEditTestApp.__init__", "name": "__init__", "lineno": 44, "scope": "TextEditTestApp", "is_async": false }, { "id": "examples.miscellaneous.on_textedit_event.TextEditTestApp.build", "name": "build", "lineno": 47, "scope": "TextEditTestApp", "is_async": false } ], "examples.miscellaneous.opacitywindow": [ { "id": "examples.miscellaneous.opacitywindow.WindowOpacityApp.build", "name": "build", "lineno": 23, "scope": "WindowOpacityApp", "is_async": false } ], "examples.miscellaneous.screen_recording": [ { "id": "examples.miscellaneous.screen_recording.draw_upside_down", "name": "draw_upside_down", "lineno": 21, "scope": null, "is_async": false }, { "id": "examples.miscellaneous.screen_recording.fixed_timestep", "name": "fixed_timestep", "lineno": 36, "scope": null, "is_async": false }, { "id": "examples.miscellaneous.screen_recording.fixed_timestep._advance_time", "name": "_advance_time", "lineno": 58, "scope": "fixed_timestep", "is_async": false }, { "id": "examples.miscellaneous.screen_recording.record_screen", "name": "record_screen", "lineno": 70, "scope": null, "is_async": false }, { "id": "examples.miscellaneous.screen_recording.record_screen.feed_pixels_into_ffmpeg", "name": "feed_pixels_into_ffmpeg", "lineno": 105, "scope": "record_screen", "is_async": false }, { "id": "examples.miscellaneous.screen_recording.BouncingBallsApp.build", "name": "build", "lineno": 146, "scope": "BouncingBallsApp", "is_async": false }, { "id": "examples.miscellaneous.screen_recording.BouncingBallsApp.on_start", "name": "on_start", "lineno": 149, "scope": "BouncingBallsApp", "is_async": false }, { "id": "examples.miscellaneous.screen_recording.BouncingBallsApp.update_ball_positions", "name": "update_ball_positions", "lineno": 156, "scope": "BouncingBallsApp", "is_async": false }, { "id": "examples.miscellaneous.screen_recording.BouncingBallsApp.generate_ball", "name": "generate_ball", "lineno": 177, "scope": "BouncingBallsApp", "is_async": false } ], "examples.miscellaneous.shapecollisions": [ { "id": "examples.miscellaneous.shapecollisions.BaseShape.__init__", "name": "__init__", "lineno": 71, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.move_label", "name": "move_label", "lineno": 79, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.move_collider", "name": "move_collider", "lineno": 83, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.on_debug_collider", "name": "on_debug_collider", "lineno": 92, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.on_poly", "name": "on_poly", "lineno": 96, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.on_shape", "name": "on_shape", "lineno": 100, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.on_pos", "name": "on_pos", "lineno": 104, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.on_touch_move", "name": "on_touch_move", "lineno": 148, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.BaseShape.shape_collide", "name": "shape_collide", "lineno": 166, "scope": "BaseShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.RegularShape.__init__", "name": "__init__", "lineno": 200, "scope": "RegularShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.RegularShape.on_touch_down", "name": "on_touch_down", "lineno": 231, "scope": "RegularShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.MeshShape.__init__", "name": "__init__", "lineno": 246, "scope": "MeshShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.MeshShape.on_touch_down", "name": "on_touch_down", "lineno": 316, "scope": "MeshShape", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.Collisions.__init__", "name": "__init__", "lineno": 322, "scope": "Collisions", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.Collisions.collision_circles", "name": "collision_circles", "lineno": 327, "scope": "Collisions", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.Collisions.on_collision", "name": "on_collision", "lineno": 361, "scope": "Collisions", "is_async": false }, { "id": "examples.miscellaneous.shapecollisions.Collisions.build", "name": "build", "lineno": 367, "scope": "Collisions", "is_async": false } ], "examples.miscellaneous.shapedwindow": [ { "id": "examples.miscellaneous.shapedwindow.ShapedWindowApp.build", "name": "build", "lineno": 38, "scope": "ShapedWindowApp", "is_async": false }, { "id": "examples.miscellaneous.shapedwindow.ShapedWindowApp.next_shape", "name": "next_shape", "lineno": 51, "scope": "ShapedWindowApp", "is_async": false } ], "examples.miscellaneous.system_theme_monitor": [ { "id": "examples.miscellaneous.system_theme_monitor.ThemedLabel.__init__", "name": "__init__", "lineno": 11, "scope": "ThemedLabel", "is_async": false }, { "id": "examples.miscellaneous.system_theme_monitor.ThemedLabel.start_system_theme_monitor", "name": "start_system_theme_monitor", "lineno": 16, "scope": "ThemedLabel", "is_async": false }, { "id": "examples.miscellaneous.system_theme_monitor.ThemedLabel.start_system_theme_monitor.monitor", "name": "monitor", "lineno": 24, "scope": "ThemedLabel.start_system_theme_monitor", "is_async": false }, { "id": "examples.miscellaneous.system_theme_monitor.ThemedLabel.on_system_theme_change", "name": "on_system_theme_change", "lineno": 37, "scope": "ThemedLabel", "is_async": false }, { "id": "examples.miscellaneous.system_theme_monitor.ThemeMonitorApp.build", "name": "build", "lineno": 48, "scope": "ThemeMonitorApp", "is_async": false } ], "examples.miscellaneous.two_panes": [ { "id": "examples.miscellaneous.two_panes.ExampleApp.build", "name": "build", "lineno": 43, "scope": "ExampleApp", "is_async": false } ], "examples.miscellaneous.urlrequest": [ { "id": "examples.miscellaneous.urlrequest.UrlExample.build", "name": "build", "lineno": 81, "scope": "UrlExample", "is_async": false }, { "id": "examples.miscellaneous.urlrequest.UrlExample.fetch_content", "name": "fetch_content", "lineno": 84, "scope": "UrlExample", "is_async": false }, { "id": "examples.miscellaneous.urlrequest.UrlExample.cleanup", "name": "cleanup", "lineno": 93, "scope": "UrlExample", "is_async": false }, { "id": "examples.miscellaneous.urlrequest.UrlExample.on_success", "name": "on_success", "lineno": 99, "scope": "UrlExample", "is_async": false }, { "id": "examples.miscellaneous.urlrequest.UrlExample.on_failure", "name": "on_failure", "lineno": 116, "scope": "UrlExample", "is_async": false }, { "id": "examples.miscellaneous.urlrequest.UrlExample.on_error", "name": "on_error", "lineno": 122, "scope": "UrlExample", "is_async": false } ], "examples.RST_Editor.main": [ { "id": "examples.RST_Editor.main.Root.dismiss_popup", "name": "dismiss_popup", "lineno": 26, "scope": "Root", "is_async": false }, { "id": "examples.RST_Editor.main.Root.show_load", "name": "show_load", "lineno": 29, "scope": "Root", "is_async": false }, { "id": "examples.RST_Editor.main.Root.show_save", "name": "show_save", "lineno": 35, "scope": "Root", "is_async": false }, { "id": "examples.RST_Editor.main.Root.load", "name": "load", "lineno": 41, "scope": "Root", "is_async": false }, { "id": "examples.RST_Editor.main.Root.save", "name": "save", "lineno": 47, "scope": "Root", "is_async": false } ], "examples.settings.main": [ { "id": "examples.settings.main.MyApp.build", "name": "build", "lineno": 52, "scope": "MyApp", "is_async": false }, { "id": "examples.settings.main.MyApp.build_config", "name": "build_config", "lineno": 68, "scope": "MyApp", "is_async": false }, { "id": "examples.settings.main.MyApp.build_settings", "name": "build_settings", "lineno": 74, "scope": "MyApp", "is_async": false }, { "id": "examples.settings.main.MyApp.on_config_change", "name": "on_config_change", "lineno": 83, "scope": "MyApp", "is_async": false }, { "id": "examples.settings.main.MyApp.close_settings", "name": "close_settings", "lineno": 96, "scope": "MyApp", "is_async": false }, { "id": "examples.settings.main.MySettingsWithTabbedPanel.on_close", "name": "on_close", "lineno": 113, "scope": "MySettingsWithTabbedPanel", "is_async": false }, { "id": "examples.settings.main.MySettingsWithTabbedPanel.on_config_change", "name": "on_config_change", "lineno": 116, "scope": "MySettingsWithTabbedPanel", "is_async": false } ], "examples.shader.plasma": [ { "id": "examples.shader.plasma.ShaderWidget.__init__", "name": "__init__", "lineno": 49, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.plasma.ShaderWidget.on_fs", "name": "on_fs", "lineno": 61, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.plasma.ShaderWidget.update_glsl", "name": "update_glsl", "lineno": 70, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.plasma.PlasmaApp.build", "name": "build", "lineno": 81, "scope": "PlasmaApp", "is_async": false } ], "examples.shader.rotated": [ { "id": "examples.shader.rotated.ShaderWidget.__init__", "name": "__init__", "lineno": 66, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.rotated.ShaderWidget.update_glsl", "name": "update_glsl", "lineno": 80, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.rotated.ShaderWidget.on_fs", "name": "on_fs", "lineno": 83, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.rotated.RotatedApp.build", "name": "build", "lineno": 94, "scope": "RotatedApp", "is_async": false } ], "examples.shader.shadertree": [ { "id": "examples.shader.shadertree.ShaderWidget.__init__", "name": "__init__", "lineno": 101, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderWidget.update_glsl", "name": "update_glsl", "lineno": 124, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderWidget.on_fs", "name": "on_fs", "lineno": 128, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderWidget.add_widget", "name": "add_widget", "lineno": 142, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderWidget.remove_widget", "name": "remove_widget", "lineno": 148, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderWidget.on_size", "name": "on_size", "lineno": 154, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderWidget.on_pos", "name": "on_pos", "lineno": 159, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderWidget.on_texture", "name": "on_texture", "lineno": 162, "scope": "ShaderWidget", "is_async": false }, { "id": "examples.shader.shadertree.RootWidget.__init__", "name": "__init__", "lineno": 170, "scope": "RootWidget", "is_async": false }, { "id": "examples.shader.shadertree.RootWidget.change", "name": "change", "lineno": 183, "scope": "RootWidget", "is_async": false }, { "id": "examples.shader.shadertree.ShaderTreeApp.build", "name": "build", "lineno": 188, "scope": "ShaderTreeApp", "is_async": false } ], "examples.svg.icon_toggle_button": [ { "id": "examples.svg.icon_toggle_button.IconButtonApp.build", "name": "build", "lineno": 71, "scope": "IconButtonApp", "is_async": false } ], "examples.svg.svg_download": [ { "id": "examples.svg.svg_download.DownloadTestRoot._load", "name": "_load", "lineno": 193, "scope": "DownloadTestRoot", "is_async": false }, { "id": "examples.svg.svg_download.DownloadTestRoot.prev_svg", "name": "prev_svg", "lineno": 199, "scope": "DownloadTestRoot", "is_async": false }, { "id": "examples.svg.svg_download.DownloadTestRoot.next_svg", "name": "next_svg", "lineno": 203, "scope": "DownloadTestRoot", "is_async": false }, { "id": "examples.svg.svg_download.DownloadTestApp.build", "name": "build", "lineno": 211, "scope": "DownloadTestApp", "is_async": false } ], "examples.svg.svg_layers": [ { "id": "examples.svg.svg_layers.ControlsRow.on_visible", "name": "on_visible", "lineno": 159, "scope": "ControlsRow", "is_async": false }, { "id": "examples.svg.svg_layers.ControlsRow.on_opacity", "name": "on_opacity", "lineno": 163, "scope": "ControlsRow", "is_async": false }, { "id": "examples.svg.svg_layers.CheckeredBackground.__init__", "name": "__init__", "lineno": 173, "scope": "CheckeredBackground", "is_async": false }, { "id": "examples.svg.svg_layers.CheckeredBackground._redraw", "name": "_redraw", "lineno": 178, "scope": "CheckeredBackground", "is_async": false }, { "id": "examples.svg.svg_layers.SvgLayersApp.build", "name": "build", "lineno": 197, "scope": "SvgLayersApp", "is_async": false }, { "id": "examples.svg.svg_layers.SvgLayersApp.on_svg_loaded", "name": "on_svg_loaded", "lineno": 205, "scope": "SvgLayersApp", "is_async": false } ], "examples.svg.svg_nav_demo": [ { "id": "examples.svg.svg_nav_demo.SvgNavApp.build", "name": "build", "lineno": 162, "scope": "SvgNavApp", "is_async": false } ], "examples.svg.svg_scale": [ { "id": "examples.svg.svg_scale.ScaleTestRoot._update_file", "name": "_update_file", "lineno": 128, "scope": "ScaleTestRoot", "is_async": false }, { "id": "examples.svg.svg_scale.ScaleTestRoot.prev_file", "name": "prev_file", "lineno": 132, "scope": "ScaleTestRoot", "is_async": false }, { "id": "examples.svg.svg_scale.ScaleTestRoot.next_file", "name": "next_file", "lineno": 136, "scope": "ScaleTestRoot", "is_async": false }, { "id": "examples.svg.svg_scale.ScaleTestApp.build", "name": "build", "lineno": 144, "scope": "ScaleTestApp", "is_async": false } ], "examples.system_tray.system_tray_showcase": [ { "id": "examples.system_tray.system_tray_showcase.TrayManagerApp.build", "name": "build", "lineno": 98, "scope": "TrayManagerApp", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.TrayManagerApp.on_stop", "name": "on_stop", "lineno": 104, "scope": "TrayManagerApp", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.__init__", "name": "__init__", "lineno": 115, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.build_default_menu", "name": "build_default_menu", "lineno": 120, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.on_menu_item_clicked", "name": "on_menu_item_clicked", "lineno": 160, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.add_item_from_input", "name": "add_item_from_input", "lineno": 170, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.remove_item_from_input", "name": "remove_item_from_input", "lineno": 211, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.add_dynamic_item", "name": "add_dynamic_item", "lineno": 229, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.add_submenu", "name": "add_submenu", "lineno": 245, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.clear_menu", "name": "clear_menu", "lineno": 283, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.rebuild_default_menu", "name": "rebuild_default_menu", "lineno": 289, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.update_tooltip", "name": "update_tooltip", "lineno": 314, "scope": "MainUI", "is_async": false }, { "id": "examples.system_tray.system_tray_showcase.MainUI.change_icon_from_path", "name": "change_icon_from_path", "lineno": 324, "scope": "MainUI", "is_async": false } ], "examples.text.pango_demo": [], "examples.tutorials.notes.final.main": [ { "id": "examples.tutorials.notes.final.main.MutableTextInput.__init__", "name": "__init__", "lineno": 27, "scope": "MutableTextInput", "is_async": false }, { "id": "examples.tutorials.notes.final.main.MutableTextInput.prepare", "name": "prepare", "lineno": 31, "scope": "MutableTextInput", "is_async": false }, { "id": "examples.tutorials.notes.final.main.MutableTextInput.on_touch_down", "name": "on_touch_down", "lineno": 36, "scope": "MutableTextInput", "is_async": false }, { "id": "examples.tutorials.notes.final.main.MutableTextInput.edit", "name": "edit", "lineno": 41, "scope": "MutableTextInput", "is_async": false }, { "id": "examples.tutorials.notes.final.main.MutableTextInput.view", "name": "view", "lineno": 46, "scope": "MutableTextInput", "is_async": false }, { "id": "examples.tutorials.notes.final.main.MutableTextInput.check_focus_and_view", "name": "check_focus_and_view", "lineno": 52, "scope": "MutableTextInput", "is_async": false }, { "id": "examples.tutorials.notes.final.main.Notes._get_data_for_widgets", "name": "_get_data_for_widgets", "lineno": 75, "scope": "Notes", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.build", "name": "build", "lineno": 87, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.load_notes", "name": "load_notes", "lineno": 96, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.save_notes", "name": "save_notes", "lineno": 103, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.del_note", "name": "del_note", "lineno": 107, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.edit_note", "name": "edit_note", "lineno": 113, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.add_note", "name": "add_note", "lineno": 130, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.set_note_content", "name": "set_note_content", "lineno": 135, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.set_note_title", "name": "set_note_title", "lineno": 143, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.refresh_notes", "name": "refresh_notes", "lineno": 148, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.go_notes", "name": "go_notes", "lineno": 153, "scope": "NoteApp", "is_async": false }, { "id": "examples.tutorials.notes.final.main.NoteApp.notes_fn", "name": "notes_fn", "lineno": 158, "scope": "NoteApp", "is_async": false } ], "examples.tutorials.pong.main": [ { "id": "examples.tutorials.pong.main.PongPaddle.bounce_ball", "name": "bounce_ball", "lineno": 17, "scope": "PongPaddle", "is_async": false }, { "id": "examples.tutorials.pong.main.PongBall.move", "name": "move", "lineno": 34, "scope": "PongBall", "is_async": false }, { "id": "examples.tutorials.pong.main.PongGame.serve_ball", "name": "serve_ball", "lineno": 43, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.main.PongGame.update", "name": "update", "lineno": 47, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.main.PongGame.on_touch_move", "name": "on_touch_move", "lineno": 66, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.main.PongApp.build", "name": "build", "lineno": 74, "scope": "PongApp", "is_async": false } ], "examples.tutorials.pong.steps.step1.main": [ { "id": "examples.tutorials.pong.steps.step1.main.PongApp.build", "name": "build", "lineno": 10, "scope": "PongApp", "is_async": false } ], "examples.tutorials.pong.steps.step2.main": [ { "id": "examples.tutorials.pong.steps.step2.main.PongApp.build", "name": "build", "lineno": 10, "scope": "PongApp", "is_async": false } ], "examples.tutorials.pong.steps.step3.main": [ { "id": "examples.tutorials.pong.steps.step3.main.PongBall.move", "name": "move", "lineno": 12, "scope": "PongBall", "is_async": false }, { "id": "examples.tutorials.pong.steps.step3.main.PongApp.build", "name": "build", "lineno": 21, "scope": "PongApp", "is_async": false } ], "examples.tutorials.pong.steps.step4.main": [ { "id": "examples.tutorials.pong.steps.step4.main.PongBall.move", "name": "move", "lineno": 16, "scope": "PongBall", "is_async": false }, { "id": "examples.tutorials.pong.steps.step4.main.PongGame.serve_ball", "name": "serve_ball", "lineno": 23, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.steps.step4.main.PongGame.update", "name": "update", "lineno": 27, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.steps.step4.main.PongApp.build", "name": "build", "lineno": 40, "scope": "PongApp", "is_async": false } ], "examples.tutorials.pong.steps.step5.main": [ { "id": "examples.tutorials.pong.steps.step5.main.PongPaddle.bounce_ball", "name": "bounce_ball", "lineno": 13, "scope": "PongPaddle", "is_async": false }, { "id": "examples.tutorials.pong.steps.step5.main.PongBall.move", "name": "move", "lineno": 27, "scope": "PongBall", "is_async": false }, { "id": "examples.tutorials.pong.steps.step5.main.PongGame.serve_ball", "name": "serve_ball", "lineno": 36, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.steps.step5.main.PongGame.update", "name": "update", "lineno": 40, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.steps.step5.main.PongGame.on_touch_move", "name": "on_touch_move", "lineno": 59, "scope": "PongGame", "is_async": false }, { "id": "examples.tutorials.pong.steps.step5.main.PongApp.build", "name": "build", "lineno": 67, "scope": "PongApp", "is_async": false } ], "examples.widgets.accordion_1": [ { "id": "examples.widgets.accordion_1.AccordionApp.build", "name": "build", "lineno": 7, "scope": "AccordionApp", "is_async": false } ], "examples.widgets.actionbar": [], "examples.widgets.asyncimage": [ { "id": "examples.widgets.asyncimage.TestAsyncApp.build", "name": "build", "lineno": 28, "scope": "TestAsyncApp", "is_async": false } ], "examples.widgets.boxlayout_poshint": [ { "id": "examples.widgets.boxlayout_poshint.DemoApp.build", "name": "build", "lineno": 49, "scope": "DemoApp", "is_async": false } ], "examples.widgets.bubble_test": [ { "id": "examples.widgets.bubble_test.BubbleShowcase.__init__", "name": "__init__", "lineno": 38, "scope": "BubbleShowcase", "is_async": false }, { "id": "examples.widgets.bubble_test.BubbleShowcase.show_bubble", "name": "show_bubble", "lineno": 44, "scope": "BubbleShowcase", "is_async": false }, { "id": "examples.widgets.bubble_test.TestBubbleApp.build", "name": "build", "lineno": 58, "scope": "TestBubbleApp", "is_async": false } ], "examples.widgets.camera": [ { "id": "examples.widgets.camera.CameraApp.build", "name": "build", "lineno": 28, "scope": "CameraApp", "is_async": false } ], "examples.widgets.carousel_buttons": [ { "id": "examples.widgets.carousel_buttons.TestApp.build", "name": "build", "lineno": 42, "scope": "TestApp", "is_async": false } ], "examples.widgets.codeinput": [ { "id": "examples.widgets.codeinput.LoadDialog.load", "name": "load", "lineno": 88, "scope": "LoadDialog", "is_async": false }, { "id": "examples.widgets.codeinput.LoadDialog.cancel", "name": "cancel", "lineno": 94, "scope": "LoadDialog", "is_async": false }, { "id": "examples.widgets.codeinput.SaveDialog.save", "name": "save", "lineno": 100, "scope": "SaveDialog", "is_async": false }, { "id": "examples.widgets.codeinput.SaveDialog.cancel", "name": "cancel", "lineno": 107, "scope": "SaveDialog", "is_async": false }, { "id": "examples.widgets.codeinput.CodeInputTest.build", "name": "build", "lineno": 123, "scope": "CodeInputTest", "is_async": false }, { "id": "examples.widgets.codeinput.CodeInputTest._update_size", "name": "_update_size", "lineno": 175, "scope": "CodeInputTest", "is_async": false }, { "id": "examples.widgets.codeinput.CodeInputTest._update_font", "name": "_update_font", "lineno": 178, "scope": "CodeInputTest", "is_async": false }, { "id": "examples.widgets.codeinput.CodeInputTest._file_menu_selected", "name": "_file_menu_selected", "lineno": 181, "scope": "CodeInputTest", "is_async": false }, { "id": "examples.widgets.codeinput.CodeInputTest._bindings_selected", "name": "_bindings_selected", "lineno": 205, "scope": "CodeInputTest", "is_async": false }, { "id": "examples.widgets.codeinput.CodeInputTest.on_files", "name": "on_files", "lineno": 209, "scope": "CodeInputTest", "is_async": false }, { "id": "examples.widgets.codeinput.CodeInputTest.change_lang", "name": "change_lang", "lineno": 216, "scope": "CodeInputTest", "is_async": false } ], "examples.widgets.colorpicker": [ { "id": "examples.widgets.colorpicker.calculate_points", "name": "calculate_points", "lineno": 118, "scope": null, "is_async": false }, { "id": "examples.widgets.colorpicker.Picture.__init__", "name": "__init__", "lineno": 144, "scope": "Picture", "is_async": false }, { "id": "examples.widgets.colorpicker.Picture.on_touch_down", "name": "on_touch_down", "lineno": 148, "scope": "Picture", "is_async": false }, { "id": "examples.widgets.colorpicker.Picture.on_touch_move", "name": "on_touch_move", "lineno": 165, "scope": "Picture", "is_async": false }, { "id": "examples.widgets.colorpicker.Picture.on_touch_up", "name": "on_touch_up", "lineno": 185, "scope": "Picture", "is_async": false }, { "id": "examples.widgets.colorpicker.MainRootWidget.on_parent", "name": "on_parent", "lineno": 201, "scope": "MainRootWidget", "is_async": false }, { "id": "examples.widgets.colorpicker.MainApp.build", "name": "build", "lineno": 223, "scope": "MainApp", "is_async": false }, { "id": "examples.widgets.colorpicker.MainApp.handle_clear", "name": "handle_clear", "lineno": 228, "scope": "MainApp", "is_async": false } ], "examples.widgets.colorusage": [ { "id": "examples.widgets.colorusage.ColorusageApp.build", "name": "build", "lineno": 57, "scope": "ColorusageApp", "is_async": false } ], "examples.widgets.compound_selection": [ { "id": "examples.widgets.compound_selection.SelectableGrid.__init__", "name": "__init__", "lineno": 10, "scope": "SelectableGrid", "is_async": false }, { "id": "examples.widgets.compound_selection.SelectableGrid.__init__.print_selection", "name": "print_selection", "lineno": 13, "scope": "SelectableGrid.__init__", "is_async": false }, { "id": "examples.widgets.compound_selection.SelectableGrid.keyboard_on_key_down", "name": "keyboard_on_key_down", "lineno": 17, "scope": "SelectableGrid", "is_async": false }, { "id": "examples.widgets.compound_selection.SelectableGrid.keyboard_on_key_up", "name": "keyboard_on_key_up", "lineno": 25, "scope": "SelectableGrid", "is_async": false }, { "id": "examples.widgets.compound_selection.SelectableGrid.goto_node", "name": "goto_node", "lineno": 32, "scope": "SelectableGrid", "is_async": false }, { "id": "examples.widgets.compound_selection.SelectableGrid.select_node", "name": "select_node", "lineno": 58, "scope": "SelectableGrid", "is_async": false }, { "id": "examples.widgets.compound_selection.SelectableGrid.deselect_node", "name": "deselect_node", "lineno": 62, "scope": "SelectableGrid", "is_async": false }, { "id": "examples.widgets.compound_selection.SelectableGrid.do_touch", "name": "do_touch", "lineno": 66, "scope": "SelectableGrid", "is_async": false } ], "examples.widgets.customcollide": [ { "id": "examples.widgets.customcollide.point_inside_polygon", "name": "point_inside_polygon", "lineno": 48, "scope": null, "is_async": false }, { "id": "examples.widgets.customcollide.Triangle.collide_point", "name": "collide_point", "lineno": 74, "scope": "Triangle", "is_async": false } ], "examples.widgets.effectwidget": [ { "id": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "name": "update_effectwidget", "lineno": 35, "scope": "SpinnerRow", "is_async": false }, { "id": "examples.widgets.effectwidget.EffectApp.build", "name": "build", "lineno": 189, "scope": "EffectApp", "is_async": false } ], "examples.widgets.effectwidget2": [ { "id": "examples.widgets.effectwidget2.DemoEffect.__init__", "name": "__init__", "lineno": 25, "scope": "DemoEffect", "is_async": false } ], "examples.widgets.effectwidget3_advanced": [ { "id": "examples.widgets.effectwidget3_advanced.TouchEffect.__init__", "name": "__init__", "lineno": 28, "scope": "TouchEffect", "is_async": false }, { "id": "examples.widgets.effectwidget3_advanced.TouchEffect.on_touch", "name": "on_touch", "lineno": 34, "scope": "TouchEffect", "is_async": false }, { "id": "examples.widgets.effectwidget3_advanced.TouchWidget.__init__", "name": "__init__", "lineno": 39, "scope": "TouchWidget", "is_async": false }, { "id": "examples.widgets.effectwidget3_advanced.TouchWidget.on_touch_down", "name": "on_touch_down", "lineno": 44, "scope": "TouchWidget", "is_async": false }, { "id": "examples.widgets.effectwidget3_advanced.TouchWidget.on_touch_move", "name": "on_touch_move", "lineno": 48, "scope": "TouchWidget", "is_async": false } ], "examples.widgets.fbowidget": [ { "id": "examples.widgets.fbowidget.FboFloatLayout.__init__", "name": "__init__", "lineno": 46, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.widgets.fbowidget.FboFloatLayout.add_widget", "name": "add_widget", "lineno": 57, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.widgets.fbowidget.FboFloatLayout.remove_widget", "name": "remove_widget", "lineno": 65, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.widgets.fbowidget.FboFloatLayout.on_size", "name": "on_size", "lineno": 71, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.widgets.fbowidget.FboFloatLayout.on_pos", "name": "on_pos", "lineno": 76, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.widgets.fbowidget.FboFloatLayout.on_texture", "name": "on_texture", "lineno": 79, "scope": "FboFloatLayout", "is_async": false }, { "id": "examples.widgets.fbowidget.TestFboApp.build", "name": "build", "lineno": 88, "scope": "TestFboApp", "is_async": false } ], "examples.widgets.focus_behavior": [ { "id": "examples.widgets.focus_behavior.FocusWithColor.__init__", "name": "__init__", "lineno": 16, "scope": "FocusWithColor", "is_async": false }, { "id": "examples.widgets.focus_behavior.FocusWithColor._update_rect", "name": "_update_rect", "lineno": 23, "scope": "FocusWithColor", "is_async": false }, { "id": "examples.widgets.focus_behavior.FocusWithColor.on_focused", "name": "on_focused", "lineno": 27, "scope": "FocusWithColor", "is_async": false }, { "id": "examples.widgets.focus_behavior.FocusLabel.keyboard_on_key_down", "name": "keyboard_on_key_down", "lineno": 36, "scope": "FocusLabel", "is_async": false }, { "id": "examples.widgets.focus_behavior.FocusApp.build", "name": "build", "lineno": 58, "scope": "FocusApp", "is_async": false } ], "examples.widgets.hover_behavior": [ { "id": "examples.widgets.hover_behavior.RootWidget.on_hover_enter", "name": "on_hover_enter", "lineno": 23, "scope": "RootWidget", "is_async": false }, { "id": "examples.widgets.hover_behavior.RootWidget.on_hover_update", "name": "on_hover_update", "lineno": 27, "scope": "RootWidget", "is_async": false }, { "id": "examples.widgets.hover_behavior.RootWidget.on_hover_leave", "name": "on_hover_leave", "lineno": 31, "scope": "RootWidget", "is_async": false }, { "id": "examples.widgets.hover_behavior.SimpleHoverApp.__init__", "name": "__init__", "lineno": 38, "scope": "SimpleHoverApp", "is_async": false }, { "id": "examples.widgets.hover_behavior.SimpleHoverApp.build", "name": "build", "lineno": 42, "scope": "SimpleHoverApp", "is_async": false }, { "id": "examples.widgets.hover_behavior.SimpleHoverApp.on_start", "name": "on_start", "lineno": 46, "scope": "SimpleHoverApp", "is_async": false }, { "id": "examples.widgets.hover_behavior.SimpleHoverApp.on_stop", "name": "on_stop", "lineno": 50, "scope": "SimpleHoverApp", "is_async": false } ], "examples.widgets.image_mipmap": [ { "id": "examples.widgets.image_mipmap.LabelMipmapTest.build", "name": "build", "lineno": 19, "scope": "LabelMipmapTest", "is_async": false } ], "examples.widgets.keyboardlistener": [ { "id": "examples.widgets.keyboardlistener.MyKeyboardListener.__init__", "name": "__init__", "lineno": 10, "scope": "MyKeyboardListener", "is_async": false }, { "id": "examples.widgets.keyboardlistener.MyKeyboardListener._keyboard_closed", "name": "_keyboard_closed", "lineno": 20, "scope": "MyKeyboardListener", "is_async": false }, { "id": "examples.widgets.keyboardlistener.MyKeyboardListener._on_keyboard_down", "name": "_on_keyboard_down", "lineno": 25, "scope": "MyKeyboardListener", "is_async": false } ], "examples.widgets.label_mipmap": [ { "id": "examples.widgets.label_mipmap.LabelMipmapTest.build", "name": "build", "lineno": 18, "scope": "LabelMipmapTest", "is_async": false } ], "examples.widgets.label_sizing": [ { "id": "examples.widgets.label_sizing.LabelTextureSizeExample.build", "name": "build", "lineno": 155, "scope": "LabelTextureSizeExample", "is_async": false }, { "id": "examples.widgets.label_sizing.LabelTextureSizeExample.on_start", "name": "on_start", "lineno": 159, "scope": "LabelTextureSizeExample", "is_async": false }, { "id": "examples.widgets.label_sizing.LabelTextureSizeExample.reset_words", "name": "reset_words", "lineno": 166, "scope": "LabelTextureSizeExample", "is_async": false }, { "id": "examples.widgets.label_sizing.LabelTextureSizeExample.add_word", "name": "add_word", "lineno": 176, "scope": "LabelTextureSizeExample", "is_async": false } ], "examples.widgets.label_text_size": [ { "id": "examples.widgets.label_text_size.LabelTextSizeTest.build", "name": "build", "lineno": 39, "scope": "LabelTextSizeTest", "is_async": false } ], "examples.widgets.label_with_markup": [ { "id": "examples.widgets.label_with_markup.LabelWithMarkup.build", "name": "build", "lineno": 16, "scope": "LabelWithMarkup", "is_async": false } ], "examples.widgets.lang_dynamic_classes": [], "examples.widgets.pagelayout": [], "examples.widgets.popup_with_kv": [ { "id": "examples.widgets.popup_with_kv.TestApp.build", "name": "build", "lineno": 26, "scope": "TestApp", "is_async": false }, { "id": "examples.widgets.popup_with_kv.TestApp.show_popup", "name": "show_popup", "lineno": 30, "scope": "TestApp", "is_async": false } ], "examples.widgets.rstexample": [ { "id": "examples.widgets.rstexample.RstApp.build", "name": "build", "lineno": 123, "scope": "RstApp", "is_async": false } ], "examples.widgets.scatter": [ { "id": "examples.widgets.scatter.ScatterApp.build", "name": "build", "lineno": 10, "scope": "ScatterApp", "is_async": false } ], "examples.widgets.screenmanager": [ { "id": "examples.widgets.screenmanager.ScreenManagerApp.build", "name": "build", "lineno": 98, "scope": "ScreenManagerApp", "is_async": false } ], "examples.widgets.scrollview": [ { "id": "examples.widgets.scrollview.ScrollViewApp.build", "name": "build", "lineno": 12, "scope": "ScrollViewApp", "is_async": false } ], "examples.widgets.scrollview_damped_effect_tuning": [ { "id": "examples.widgets.scrollview_damped_effect_tuning.ColoredLabel.__init__", "name": "__init__", "lineno": 285, "scope": "ColoredLabel", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.ColoredLabel._update_rect", "name": "_update_rect", "lineno": 297, "scope": "ColoredLabel", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.__init__", "name": "__init__", "lineno": 305, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.build", "name": "build", "lineno": 309, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._store_effect", "name": "_store_effect", "lineno": 324, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._populate_content", "name": "_populate_content", "lineno": 337, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_rubber_band", "name": "update_rubber_band", "lineno": 382, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_spring_stiffness", "name": "update_spring_stiffness", "lineno": 388, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_spring_mass", "name": "update_spring_mass", "lineno": 396, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_min_overscroll", "name": "update_min_overscroll", "lineno": 404, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_friction", "name": "update_friction", "lineno": 410, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_min_velocity", "name": "update_min_velocity", "lineno": 416, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.get_critical_damping", "name": "get_critical_damping", "lineno": 422, "scope": "DampedScrollEffectTuningApp", "is_async": false }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.reset_defaults", "name": "reset_defaults", "lineno": 429, "scope": "DampedScrollEffectTuningApp", "is_async": false } ], "examples.widgets.scrollview_nested_orthogonal": [ { "id": "examples.widgets.scrollview_nested_orthogonal.HorizontalScrollRow.on_kv_post", "name": "on_kv_post", "lineno": 108, "scope": "HorizontalScrollRow", "is_async": false }, { "id": "examples.widgets.scrollview_nested_orthogonal.VerticalScrollColumn.on_kv_post", "name": "on_kv_post", "lineno": 138, "scope": "VerticalScrollColumn", "is_async": false }, { "id": "examples.widgets.scrollview_nested_orthogonal.NestedScrollViewKVDemo.build", "name": "build", "lineno": 167, "scope": "NestedScrollViewKVDemo", "is_async": false } ], "examples.widgets.scrollview_nested_verticals": [ { "id": "examples.widgets.scrollview_nested_verticals.InnerPanel.on_kv_post", "name": "on_kv_post", "lineno": 99, "scope": "InnerPanel", "is_async": false }, { "id": "examples.widgets.scrollview_nested_verticals.NestedVerticalsKVDemo.build", "name": "build", "lineno": 124, "scope": "NestedVerticalsKVDemo", "is_async": false } ], "examples.widgets.settings": [ { "id": "examples.widgets.settings.SettingsApp.build", "name": "build", "lineno": 18, "scope": "SettingsApp", "is_async": false }, { "id": "examples.widgets.settings.SettingsApp.on_settings_cls", "name": "on_settings_cls", "lineno": 60, "scope": "SettingsApp", "is_async": false }, { "id": "examples.widgets.settings.SettingsApp.set_settings_cls", "name": "set_settings_cls", "lineno": 63, "scope": "SettingsApp", "is_async": false }, { "id": "examples.widgets.settings.SettingsApp.set_display_type", "name": "set_display_type", "lineno": 66, "scope": "SettingsApp", "is_async": false }, { "id": "examples.widgets.settings.SettingsApp.display_settings", "name": "display_settings", "lineno": 70, "scope": "SettingsApp", "is_async": false }, { "id": "examples.widgets.settings.SettingsApp.close_settings", "name": "close_settings", "lineno": 83, "scope": "SettingsApp", "is_async": false } ], "examples.widgets.shorten_text": [ { "id": "examples.widgets.shorten_text.ShortenText.build", "name": "build", "lineno": 76, "scope": "ShortenText", "is_async": false } ], "examples.widgets.spinner": [ { "id": "examples.widgets.spinner.show_selected_value", "name": "show_selected_value", "lineno": 11, "scope": null, "is_async": false } ], "examples.widgets.splitter": [], "examples.widgets.tabbedpanel": [ { "id": "examples.widgets.tabbedpanel.TabbedPanelApp.build", "name": "build", "lineno": 45, "scope": "TabbedPanelApp", "is_async": false } ], "examples.widgets.tabbed_panel_showcase": [ { "id": "examples.widgets.tabbed_panel_showcase.Tp.switch_to", "name": "switch_to", "lineno": 246, "scope": "Tp", "is_async": false }, { "id": "examples.widgets.tabbed_panel_showcase.Tp.switch_to.start_anim", "name": "start_anim", "lineno": 249, "scope": "Tp.switch_to", "is_async": false }, { "id": "examples.widgets.tabbed_panel_showcase.Tp.switch_to._on_complete", "name": "_on_complete", "lineno": 252, "scope": "Tp.switch_to", "is_async": false }, { "id": "examples.widgets.tabbed_panel_showcase.PanelRight.add_header", "name": "add_header", "lineno": 272, "scope": "PanelRight", "is_async": false }, { "id": "examples.widgets.tabbed_panel_showcase.TabShowcase.show_tab", "name": "show_tab", "lineno": 286, "scope": "TabShowcase", "is_async": false }, { "id": "examples.widgets.tabbed_panel_showcase.TestTabApp.build", "name": "build", "lineno": 311, "scope": "TestTabApp", "is_async": false } ], "examples.widgets.textalign": [ { "id": "examples.widgets.textalign.TextAlignApp.select", "name": "select", "lineno": 18, "scope": "TextAlignApp", "is_async": false }, { "id": "examples.widgets.textalign.TextAlignApp.build", "name": "build", "lineno": 39, "scope": "TextAlignApp", "is_async": false } ], "examples.widgets.textinput": [ { "id": "examples.widgets.textinput.release_all_keyboard", "name": "release_all_keyboard", "lineno": 37, "scope": null, "is_async": false } ], "examples.widgets.unicode_textinput": [ { "id": "examples.widgets.unicode_textinput.Unicode_TextInput.dismiss_popup", "name": "dismiss_popup", "lineno": 202, "scope": "Unicode_TextInput", "is_async": false }, { "id": "examples.widgets.unicode_textinput.Unicode_TextInput.load", "name": "load", "lineno": 205, "scope": "Unicode_TextInput", "is_async": false }, { "id": "examples.widgets.unicode_textinput.Unicode_TextInput.show_load", "name": "show_load", "lineno": 211, "scope": "Unicode_TextInput", "is_async": false }, { "id": "examples.widgets.unicode_textinput.unicode_app.build", "name": "build", "lineno": 223, "scope": "unicode_app", "is_async": false }, { "id": "examples.widgets.unicode_textinput.unicode_app.get_font_list", "name": "get_font_list", "lineno": 227, "scope": "unicode_app", "is_async": false } ], "examples.widgets.videoplayer": [ { "id": "examples.widgets.videoplayer.VideoPlayerApp.build", "name": "build", "lineno": 16, "scope": "VideoPlayerApp", "is_async": false } ], "examples.widgets.lottie.lottie_async_status": [ { "id": "examples.widgets.lottie.lottie_async_status.AsyncRoot.start_loading", "name": "start_loading", "lineno": 81, "scope": "AsyncRoot", "is_async": false }, { "id": "examples.widgets.lottie.lottie_async_status.AsyncRoot._set_finish_enabled", "name": "_set_finish_enabled", "lineno": 93, "scope": "AsyncRoot", "is_async": false }, { "id": "examples.widgets.lottie.lottie_async_status.AsyncRoot.finish_ok", "name": "finish_ok", "lineno": 97, "scope": "AsyncRoot", "is_async": false }, { "id": "examples.widgets.lottie.lottie_async_status.AsyncRoot.finish_err", "name": "finish_err", "lineno": 106, "scope": "AsyncRoot", "is_async": false }, { "id": "examples.widgets.lottie.lottie_async_status.AsyncStatusApp.build", "name": "build", "lineno": 120, "scope": "AsyncStatusApp", "is_async": false } ], "examples.widgets.lottie.lottie_quality": [ { "id": "examples.widgets.lottie.lottie_quality.QualityRoot.set_quality_value", "name": "set_quality_value", "lineno": 88, "scope": "QualityRoot", "is_async": false }, { "id": "examples.widgets.lottie.lottie_quality.QualityRoot._sync_quality", "name": "_sync_quality", "lineno": 95, "scope": "QualityRoot", "is_async": false }, { "id": "examples.widgets.lottie.lottie_quality.QualityApp.build", "name": "build", "lineno": 103, "scope": "QualityApp", "is_async": false } ], "examples.widgets.lottie.lottie_slot_theme": [ { "id": "examples.widgets.lottie.lottie_slot_theme.ThemeRoot._apply", "name": "_apply", "lineno": 75, "scope": "ThemeRoot", "is_async": false }, { "id": "examples.widgets.lottie.lottie_slot_theme.SlotThemeApp.build", "name": "build", "lineno": 85, "scope": "SlotThemeApp", "is_async": false } ], "examples.widgets.lottie.lottie_spinning_star": [ { "id": "examples.widgets.lottie.lottie_spinning_star.LottieReactionButton.on_press", "name": "on_press", "lineno": 85, "scope": "LottieReactionButton", "is_async": false }, { "id": "examples.widgets.lottie.lottie_spinning_star.LottieReactionButton.on_release", "name": "on_release", "lineno": 90, "scope": "LottieReactionButton", "is_async": false }, { "id": "examples.widgets.lottie.lottie_spinning_star.SpinningStarApp.build", "name": "build", "lineno": 104, "scope": "SpinningStarApp", "is_async": false } ], "examples.widgets.recycleview.basic_data": [ { "id": "examples.widgets.recycleview.basic_data.Test.populate", "name": "populate", "lineno": 92, "scope": "Test", "is_async": false }, { "id": "examples.widgets.recycleview.basic_data.Test.sort", "name": "sort", "lineno": 98, "scope": "Test", "is_async": false }, { "id": "examples.widgets.recycleview.basic_data.Test.clear", "name": "clear", "lineno": 101, "scope": "Test", "is_async": false }, { "id": "examples.widgets.recycleview.basic_data.Test.insert", "name": "insert", "lineno": 104, "scope": "Test", "is_async": false }, { "id": "examples.widgets.recycleview.basic_data.Test.update", "name": "update", "lineno": 108, "scope": "Test", "is_async": false }, { "id": "examples.widgets.recycleview.basic_data.Test.remove", "name": "remove", "lineno": 113, "scope": "Test", "is_async": false }, { "id": "examples.widgets.recycleview.basic_data.TestApp.build", "name": "build", "lineno": 119, "scope": "TestApp", "is_async": false } ], "examples.widgets.recycleview.infinite_scrolling": [ { "id": "examples.widgets.recycleview.infinite_scrolling.FixedRecycleView.on_scrollable_distance", "name": "on_scrollable_distance", "lineno": 97, "scope": "FixedRecycleView", "is_async": false }, { "id": "examples.widgets.recycleview.infinite_scrolling.FixedRecycleView.on_scroll_y", "name": "on_scroll_y", "lineno": 108, "scope": "FixedRecycleView", "is_async": false }, { "id": "examples.widgets.recycleview.infinite_scrolling.Application.build", "name": "build", "lineno": 117, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.infinite_scrolling.Application.add_log", "name": "add_log", "lineno": 121, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.infinite_scrolling.Application.update_size", "name": "update_size", "lineno": 131, "scope": "Application", "is_async": false } ], "examples.widgets.recycleview.key_viewclass": [ { "id": "examples.widgets.recycleview.key_viewclass.Application.build", "name": "build", "lineno": 152, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.key_viewclass.Application.initialize_active_values", "name": "initialize_active_values", "lineno": 159, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.key_viewclass.Application.get_active_value", "name": "get_active_value", "lineno": 178, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.key_viewclass.Application.handle_update", "name": "handle_update", "lineno": 189, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.key_viewclass.Application.create_random_input", "name": "create_random_input", "lineno": 197, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.key_viewclass.Application.create_spinner", "name": "create_spinner", "lineno": 209, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.key_viewclass.Application.create_checkbox", "name": "create_checkbox", "lineno": 219, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.key_viewclass.Application.create_textinput", "name": "create_textinput", "lineno": 229, "scope": "Application", "is_async": false } ], "examples.widgets.recycleview.messenger": [ { "id": "examples.widgets.recycleview.messenger.MessengerApp.build", "name": "build", "lineno": 128, "scope": "MessengerApp", "is_async": false }, { "id": "examples.widgets.recycleview.messenger.MessengerApp.add_message", "name": "add_message", "lineno": 131, "scope": "MessengerApp", "is_async": false }, { "id": "examples.widgets.recycleview.messenger.MessengerApp.update_message_size", "name": "update_message_size", "lineno": 141, "scope": "MessengerApp", "is_async": false }, { "id": "examples.widgets.recycleview.messenger.MessengerApp.focus_textinput", "name": "focus_textinput", "lineno": 173, "scope": "MessengerApp", "is_async": false }, { "id": "examples.widgets.recycleview.messenger.MessengerApp.send_message", "name": "send_message", "lineno": 176, "scope": "MessengerApp", "is_async": false }, { "id": "examples.widgets.recycleview.messenger.MessengerApp.answer", "name": "answer", "lineno": 184, "scope": "MessengerApp", "is_async": false }, { "id": "examples.widgets.recycleview.messenger.MessengerApp.scroll_bottom", "name": "scroll_bottom", "lineno": 187, "scope": "MessengerApp", "is_async": false } ], "examples.widgets.recycleview.nested_orthogonal": [ { "id": "examples.widgets.recycleview.nested_orthogonal.PanelContainer.__init__", "name": "__init__", "lineno": 100, "scope": "PanelContainer", "is_async": false }, { "id": "examples.widgets.recycleview.nested_orthogonal.PanelContainer._populate_inner_data", "name": "_populate_inner_data", "lineno": 105, "scope": "PanelContainer", "is_async": false }, { "id": "examples.widgets.recycleview.nested_orthogonal.RecycleViewNestedDemo.build", "name": "build", "lineno": 115, "scope": "RecycleViewNestedDemo", "is_async": false } ], "examples.widgets.recycleview.pull_to_refresh": [ { "id": "examples.widgets.recycleview.pull_to_refresh.Application.build", "name": "build", "lineno": 58, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.pull_to_refresh.Application.check_pull_refresh", "name": "check_pull_refresh", "lineno": 62, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.pull_to_refresh.Application.refresh_data", "name": "refresh_data", "lineno": 73, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.pull_to_refresh.Application._refresh_data", "name": "_refresh_data", "lineno": 79, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.pull_to_refresh.Application.prepend_data", "name": "prepend_data", "lineno": 89, "scope": "Application", "is_async": false } ], "examples.widgets.recycleview.rv_animate_items": [ { "id": "examples.widgets.recycleview.rv_animate_items.Item.update_opacity", "name": "update_opacity", "lineno": 50, "scope": "Item", "is_async": false }, { "id": "examples.widgets.recycleview.rv_animate_items.Item.on_animation_proxy", "name": "on_animation_proxy", "lineno": 54, "scope": "Item", "is_async": false }, { "id": "examples.widgets.recycleview.rv_animate_items.Application.build", "name": "build", "lineno": 76, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.rv_animate_items.Application.animate_item", "name": "animate_item", "lineno": 87, "scope": "Application", "is_async": false }, { "id": "examples.widgets.recycleview.rv_animate_items.Application.reset_animation", "name": "reset_animation", "lineno": 103, "scope": "Application", "is_async": false } ], "examples.widgets.sequenced_images.main": [ { "id": "examples.widgets.sequenced_images.main.gifScatter.__init__", "name": "__init__", "lineno": 13, "scope": "gifScatter", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.zipScatter.__init__", "name": "__init__", "lineno": 18, "scope": "zipScatter", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.jpgScatter.__init__", "name": "__init__", "lineno": 23, "scope": "jpgScatter", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.Right_Frame.__init__", "name": "__init__", "lineno": 31, "scope": "Right_Frame", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.Right_Frame.on_value", "name": "on_value", "lineno": 34, "scope": "Right_Frame", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.mainclass.__init__", "name": "__init__", "lineno": 52, "scope": "mainclass", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.mainclass.__init__.load_images", "name": "load_images", "lineno": 88, "scope": "mainclass.__init__", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.mainclass.on_currentObj", "name": "on_currentObj", "lineno": 136, "scope": "mainclass", "is_async": false }, { "id": "examples.widgets.sequenced_images.main.mainApp.build", "name": "build", "lineno": 142, "scope": "mainApp", "is_async": false } ], "examples.widgets.sequenced_images.uix.custom_button": [ { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton._get_pressed", "name": "_get_pressed", "lineno": 12, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.__init__", "name": "__init__", "lineno": 26, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.__init__.anim_reset", "name": "anim_reset", "lineno": 38, "scope": "AnimatedButton.__init__", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.__init__.background_changed", "name": "background_changed", "lineno": 46, "scope": "AnimatedButton.__init__", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_tex_changed", "name": "on_tex_changed", "lineno": 52, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton._do_press", "name": "_do_press", "lineno": 55, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton._do_release", "name": "_do_release", "lineno": 58, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_touch_down", "name": "on_touch_down", "lineno": 61, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_touch_move", "name": "on_touch_move", "lineno": 75, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_touch_up", "name": "on_touch_up", "lineno": 78, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_press", "name": "on_press", "lineno": 90, "scope": "AnimatedButton", "is_async": false }, { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_release", "name": "on_release", "lineno": 93, "scope": "AnimatedButton", "is_async": false } ], "examples.widgets.sequenced_images.uix": [], "kivy.animation": [ { "id": "kivy.animation.Animation.__init__", "name": "__init__", "lineno": 130, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.duration", "name": "duration", "lineno": 143, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.transition", "name": "transition", "lineno": 149, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.animated_properties", "name": "animated_properties", "lineno": 155, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.stop_all", "name": "stop_all", "lineno": 161, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.cancel_all", "name": "cancel_all", "lineno": 182, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.start", "name": "start", "lineno": 222, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.stop", "name": "stop", "lineno": 230, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.cancel", "name": "cancel", "lineno": 238, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.stop_property", "name": "stop_property", "lineno": 250, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.cancel_property", "name": "cancel_property", "lineno": 264, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.have_properties_to_animate", "name": "have_properties_to_animate", "lineno": 280, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation._register", "name": "_register", "lineno": 292, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation._unregister", "name": "_unregister", "lineno": 295, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation._initialize", "name": "_initialize", "lineno": 298, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation._clock_install", "name": "_clock_install", "lineno": 317, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation._clock_uninstall", "name": "_clock_uninstall", "lineno": 323, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation._update", "name": "_update", "lineno": 331, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation._calculate", "name": "_calculate", "lineno": 371, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.on_start", "name": "on_start", "lineno": 395, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.on_progress", "name": "on_progress", "lineno": 398, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.on_complete", "name": "on_complete", "lineno": 401, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.__add__", "name": "__add__", "lineno": 404, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.Animation.__and__", "name": "__and__", "lineno": 407, "scope": "Animation", "is_async": false }, { "id": "kivy.animation.CompoundAnimation.stop_property", "name": "stop_property", "lineno": 413, "scope": "CompoundAnimation", "is_async": false }, { "id": "kivy.animation.CompoundAnimation.cancel", "name": "cancel", "lineno": 420, "scope": "CompoundAnimation", "is_async": false }, { "id": "kivy.animation.CompoundAnimation.cancel_property", "name": "cancel_property", "lineno": 425, "scope": "CompoundAnimation", "is_async": false }, { "id": "kivy.animation.CompoundAnimation.have_properties_to_animate", "name": "have_properties_to_animate", "lineno": 441, "scope": "CompoundAnimation", "is_async": false }, { "id": "kivy.animation.CompoundAnimation.animated_properties", "name": "animated_properties", "lineno": 446, "scope": "CompoundAnimation", "is_async": false }, { "id": "kivy.animation.CompoundAnimation.transition", "name": "transition", "lineno": 452, "scope": "CompoundAnimation", "is_async": false }, { "id": "kivy.animation.Sequence.__init__", "name": "__init__", "lineno": 460, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Sequence.duration", "name": "duration", "lineno": 476, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Sequence.stop", "name": "stop", "lineno": 479, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Sequence.start", "name": "start", "lineno": 487, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Sequence.on_anim1_complete", "name": "on_anim1_complete", "lineno": 494, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Sequence.on_anim1_progress", "name": "on_anim1_progress", "lineno": 499, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Sequence.on_anim2_complete", "name": "on_anim2_complete", "lineno": 502, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Sequence.on_anim2_progress", "name": "on_anim2_progress", "lineno": 515, "scope": "Sequence", "is_async": false }, { "id": "kivy.animation.Parallel.__init__", "name": "__init__", "lineno": 521, "scope": "Parallel", "is_async": false }, { "id": "kivy.animation.Parallel.duration", "name": "duration", "lineno": 530, "scope": "Parallel", "is_async": false }, { "id": "kivy.animation.Parallel.stop", "name": "stop", "lineno": 533, "scope": "Parallel", "is_async": false }, { "id": "kivy.animation.Parallel.start", "name": "start", "lineno": 540, "scope": "Parallel", "is_async": false }, { "id": "kivy.animation.Parallel.on_anim_complete", "name": "on_anim_complete", "lineno": 548, "scope": "Parallel", "is_async": false }, { "id": "kivy.animation.AnimationTransition.linear", "name": "linear", "lineno": 563, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_quad", "name": "in_quad", "lineno": 568, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_quad", "name": "out_quad", "lineno": 574, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_quad", "name": "in_out_quad", "lineno": 580, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_cubic", "name": "in_cubic", "lineno": 590, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_cubic", "name": "out_cubic", "lineno": 596, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_cubic", "name": "in_out_cubic", "lineno": 603, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_quart", "name": "in_quart", "lineno": 613, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_quart", "name": "out_quart", "lineno": 619, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_quart", "name": "in_out_quart", "lineno": 626, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_quint", "name": "in_quint", "lineno": 636, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_quint", "name": "out_quint", "lineno": 642, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_quint", "name": "in_out_quint", "lineno": 649, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_sine", "name": "in_sine", "lineno": 659, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_sine", "name": "out_sine", "lineno": 665, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_sine", "name": "in_out_sine", "lineno": 671, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_expo", "name": "in_expo", "lineno": 677, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_expo", "name": "out_expo", "lineno": 685, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_expo", "name": "in_out_expo", "lineno": 693, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_circ", "name": "in_circ", "lineno": 707, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_circ", "name": "out_circ", "lineno": 713, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_circ", "name": "in_out_circ", "lineno": 720, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_elastic", "name": "in_elastic", "lineno": 730, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_elastic", "name": "out_elastic", "lineno": 742, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_elastic", "name": "in_out_elastic", "lineno": 753, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_back", "name": "in_back", "lineno": 769, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_back", "name": "out_back", "lineno": 775, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_back", "name": "in_out_back", "lineno": 782, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition._out_bounce_internal", "name": "_out_bounce_internal", "lineno": 793, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition._in_bounce_internal", "name": "_in_bounce_internal", "lineno": 808, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_bounce", "name": "in_bounce", "lineno": 812, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.out_bounce", "name": "out_bounce", "lineno": 818, "scope": "AnimationTransition", "is_async": false }, { "id": "kivy.animation.AnimationTransition.in_out_bounce", "name": "in_out_bounce", "lineno": 824, "scope": "AnimationTransition", "is_async": false } ], "kivy.app": [ { "id": "kivy.app.App.__init__", "name": "__init__", "lineno": 626, "scope": "App", "is_async": false }, { "id": "kivy.app.App.build", "name": "build", "lineno": 650, "scope": "App", "is_async": false }, { "id": "kivy.app.App.build_config", "name": "build_config", "lineno": 662, "scope": "App", "is_async": false }, { "id": "kivy.app.App.build_settings", "name": "build_settings", "lineno": 678, "scope": "App", "is_async": false }, { "id": "kivy.app.App.load_kv", "name": "load_kv", "lineno": 697, "scope": "App", "is_async": false }, { "id": "kivy.app.App.get_application_name", "name": "get_application_name", "lineno": 764, "scope": "App", "is_async": false }, { "id": "kivy.app.App.get_application_icon", "name": "get_application_icon", "lineno": 774, "scope": "App", "is_async": false }, { "id": "kivy.app.App.get_application_config", "name": "get_application_config", "lineno": 782, "scope": "App", "is_async": false }, { "id": "kivy.app.App.root_window", "name": "root_window", "lineno": 833, "scope": "App", "is_async": false }, { "id": "kivy.app.App.load_config", "name": "load_config", "lineno": 840, "scope": "App", "is_async": false }, { "id": "kivy.app.App.directory", "name": "directory", "lineno": 894, "scope": "App", "is_async": false }, { "id": "kivy.app.App._get_user_data_dir", "name": "_get_user_data_dir", "lineno": 909, "scope": "App", "is_async": false }, { "id": "kivy.app.App._get_user_cache_dir", "name": "_get_user_cache_dir", "lineno": 938, "scope": "App", "is_async": false }, { "id": "kivy.app.App.user_data_dir", "name": "user_data_dir", "lineno": 968, "scope": "App", "is_async": false }, { "id": "kivy.app.App.user_cache_dir", "name": "user_cache_dir", "lineno": 1007, "scope": "App", "is_async": false }, { "id": "kivy.app.App.name", "name": "name", "lineno": 1040, "scope": "App", "is_async": false }, { "id": "kivy.app.App._run_prepare", "name": "_run_prepare", "lineno": 1052, "scope": "App", "is_async": false }, { "id": "kivy.app.App.run", "name": "run", "lineno": 1083, "scope": "App", "is_async": false }, { "id": "kivy.app.App.async_run", "name": "async_run", "lineno": 1090, "scope": "App", "is_async": true }, { "id": "kivy.app.App.stop", "name": "stop", "lineno": 1102, "scope": "App", "is_async": false }, { "id": "kivy.app.App._stop", "name": "_stop", "lineno": 1115, "scope": "App", "is_async": false }, { "id": "kivy.app.App.pause", "name": "pause", "lineno": 1125, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_start", "name": "on_start", "lineno": 1138, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_ready", "name": "on_ready", "lineno": 1145, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_stop", "name": "on_stop", "lineno": 1160, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_pause", "name": "on_pause", "lineno": 1167, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_resume", "name": "on_resume", "lineno": 1184, "scope": "App", "is_async": false }, { "id": "kivy.app.App.get_running_app", "name": "get_running_app", "lineno": 1199, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_config_change", "name": "on_config_change", "lineno": 1206, "scope": "App", "is_async": false }, { "id": "kivy.app.App.open_settings", "name": "open_settings", "lineno": 1215, "scope": "App", "is_async": false }, { "id": "kivy.app.App.display_settings", "name": "display_settings", "lineno": 1236, "scope": "App", "is_async": false }, { "id": "kivy.app.App.close_settings", "name": "close_settings", "lineno": 1260, "scope": "App", "is_async": false }, { "id": "kivy.app.App.create_settings", "name": "create_settings", "lineno": 1275, "scope": "App", "is_async": false }, { "id": "kivy.app.App.destroy_settings", "name": "destroy_settings", "lineno": 1306, "scope": "App", "is_async": false }, { "id": "kivy.app.App._on_config_change", "name": "_on_config_change", "lineno": 1330, "scope": "App", "is_async": false }, { "id": "kivy.app.App._install_settings_keys", "name": "_install_settings_keys", "lineno": 1333, "scope": "App", "is_async": false }, { "id": "kivy.app.App._on_keyboard_settings", "name": "_on_keyboard_settings", "lineno": 1336, "scope": "App", "is_async": false }, { "id": "kivy.app.App._trigger_ready_once", "name": "_trigger_ready_once", "lineno": 1348, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_title", "name": "on_title", "lineno": 1354, "scope": "App", "is_async": false }, { "id": "kivy.app.App.on_icon", "name": "on_icon", "lineno": 1358, "scope": "App", "is_async": false } ], "kivy.atlas": [ { "id": "kivy.atlas.Atlas._get_filename", "name": "_get_filename", "lineno": 175, "scope": "Atlas", "is_async": false }, { "id": "kivy.atlas.Atlas.__init__", "name": "__init__", "lineno": 185, "scope": "Atlas", "is_async": false }, { "id": "kivy.atlas.Atlas.__getitem__", "name": "__getitem__", "lineno": 190, "scope": "Atlas", "is_async": false }, { "id": "kivy.atlas.Atlas._load", "name": "_load", "lineno": 193, "scope": "Atlas", "is_async": false }, { "id": "kivy.atlas.Atlas.create", "name": "create", "lineno": 229, "scope": "Atlas", "is_async": false } ], "kivy.base": [ { "id": "kivy.base.ExceptionHandler.handle_exception", "name": "handle_exception", "lineno": 51, "scope": "ExceptionHandler", "is_async": false }, { "id": "kivy.base.ExceptionManagerBase.__init__", "name": "__init__", "lineno": 75, "scope": "ExceptionManagerBase", "is_async": false }, { "id": "kivy.base.ExceptionManagerBase.add_handler", "name": "add_handler", "lineno": 79, "scope": "ExceptionManagerBase", "is_async": false }, { "id": "kivy.base.ExceptionManagerBase.remove_handler", "name": "remove_handler", "lineno": 84, "scope": "ExceptionManagerBase", "is_async": false }, { "id": "kivy.base.ExceptionManagerBase.handle_exception", "name": "handle_exception", "lineno": 89, "scope": "ExceptionManagerBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.__init__", "name": "__init__", "lineno": 114, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.touches", "name": "touches", "lineno": 128, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.ensure_window", "name": "ensure_window", "lineno": 133, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.set_window", "name": "set_window", "lineno": 141, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.add_input_provider", "name": "add_input_provider", "lineno": 146, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.remove_input_provider", "name": "remove_input_provider", "lineno": 154, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.add_event_listener", "name": "add_event_listener", "lineno": 165, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.remove_event_listener", "name": "remove_event_listener", "lineno": 171, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.start", "name": "start", "lineno": 177, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.close", "name": "close", "lineno": 194, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.stop", "name": "stop", "lineno": 201, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.add_postproc_module", "name": "add_postproc_module", "lineno": 227, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.remove_postproc_module", "name": "remove_postproc_module", "lineno": 233, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.remove_android_splash", "name": "remove_android_splash", "lineno": 238, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.post_dispatch_input", "name": "post_dispatch_input", "lineno": 249, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase._dispatch_input", "name": "_dispatch_input", "lineno": 310, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.dispatch_input", "name": "dispatch_input", "lineno": 316, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.mainloop", "name": "mainloop", "lineno": 336, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.async_mainloop", "name": "async_mainloop", "lineno": 351, "scope": "EventLoopBase", "is_async": true }, { "id": "kivy.base.EventLoopBase.idle", "name": "idle", "lineno": 369, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.async_idle", "name": "async_idle", "lineno": 412, "scope": "EventLoopBase", "is_async": true }, { "id": "kivy.base.EventLoopBase.run", "name": "run", "lineno": 451, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.exit", "name": "exit", "lineno": 457, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.on_stop", "name": "on_stop", "lineno": 463, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.on_pause", "name": "on_pause", "lineno": 468, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base.EventLoopBase.on_start", "name": "on_start", "lineno": 473, "scope": "EventLoopBase", "is_async": false }, { "id": "kivy.base._runTouchApp_prepare", "name": "_runTouchApp_prepare", "lineno": 483, "scope": null, "is_async": false }, { "id": "kivy.base.runTouchApp", "name": "runTouchApp", "lineno": 540, "scope": null, "is_async": false }, { "id": "kivy.base.async_runTouchApp", "name": "async_runTouchApp", "lineno": 579, "scope": null, "is_async": true }, { "id": "kivy.base.stopTouchApp", "name": "stopTouchApp", "lineno": 602, "scope": null, "is_async": false } ], "kivy.cache": [ { "id": "kivy.cache.Cache.register", "name": "register", "lineno": 42, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache.append", "name": "append", "lineno": 64, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache.get", "name": "get", "lineno": 116, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache.get_timestamp", "name": "get_timestamp", "lineno": 134, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache.get_lastaccess", "name": "get_lastaccess", "lineno": 151, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache.remove", "name": "remove", "lineno": 168, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache._purge_oldest", "name": "_purge_oldest", "lineno": 191, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache._purge_by_timeout", "name": "_purge_by_timeout", "lineno": 214, "scope": "Cache", "is_async": false }, { "id": "kivy.cache.Cache.print_usage", "name": "print_usage", "lineno": 249, "scope": "Cache", "is_async": false } ], "kivy.clock": [ { "id": "kivy.clock._get_sleep_obj", "name": "_get_sleep_obj", "lineno": 483, "scope": null, "is_async": false }, { "id": "kivy.clock._get_sleep_obj", "name": "_get_sleep_obj", "lineno": 497, "scope": null, "is_async": false }, { "id": "kivy.clock._usleep", "name": "_usleep", "lineno": 500, "scope": null, "is_async": false }, { "id": "kivy.clock._usleep", "name": "_usleep", "lineno": 508, "scope": null, "is_async": false }, { "id": "kivy.clock._libc_clock_gettime_wrapper", "name": "_libc_clock_gettime_wrapper", "lineno": 517, "scope": null, "is_async": false }, { "id": "kivy.clock._libc_clock_gettime_wrapper._time", "name": "_time", "lineno": 546, "scope": "_libc_clock_gettime_wrapper", "is_async": false }, { "id": "kivy.clock._usleep", "name": "_usleep", "lineno": 560, "scope": null, "is_async": false }, { "id": "kivy.clock._usleep", "name": "_usleep", "lineno": 567, "scope": null, "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.__init__", "name": "__init__", "lineno": 615, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.init_async_lib", "name": "init_async_lib", "lineno": 621, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.init_async_lib.wait_for", "name": "wait_for", "lineno": 639, "scope": "ClockBaseBehavior.init_async_lib", "is_async": true }, { "id": "kivy.clock.ClockBaseBehavior.frametime", "name": "frametime", "lineno": 651, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.frames", "name": "frames", "lineno": 660, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.frames_displayed", "name": "frames_displayed", "lineno": 669, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.usleep", "name": "usleep", "lineno": 674, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.idle", "name": "idle", "lineno": 679, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.async_idle", "name": "async_idle", "lineno": 699, "scope": "ClockBaseBehavior", "is_async": true }, { "id": "kivy.clock.ClockBaseBehavior._check_ready", "name": "_check_ready", "lineno": 725, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.tick", "name": "tick", "lineno": 729, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.async_tick", "name": "async_tick", "lineno": 737, "scope": "ClockBaseBehavior", "is_async": true }, { "id": "kivy.clock.ClockBaseBehavior.pre_idle", "name": "pre_idle", "lineno": 744, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.post_idle", "name": "post_idle", "lineno": 749, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.tick_draw", "name": "tick_draw", "lineno": 782, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.get_fps", "name": "get_fps", "lineno": 789, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.get_rfps", "name": "get_rfps", "lineno": 794, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.get_time", "name": "get_time", "lineno": 803, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.get_boottime", "name": "get_boottime", "lineno": 807, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseBehavior.handle_exception", "name": "handle_exception", "lineno": 813, "scope": "ClockBaseBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptBehavior.__init__", "name": "__init__", "lineno": 829, "scope": "ClockBaseInterruptBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptBehavior.init_async_lib", "name": "init_async_lib", "lineno": 835, "scope": "ClockBaseInterruptBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptBehavior.usleep", "name": "usleep", "lineno": 849, "scope": "ClockBaseInterruptBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptBehavior.async_usleep", "name": "async_usleep", "lineno": 853, "scope": "ClockBaseInterruptBehavior", "is_async": true }, { "id": "kivy.clock.ClockBaseInterruptBehavior.on_schedule", "name": "on_schedule", "lineno": 858, "scope": "ClockBaseInterruptBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptBehavior.idle", "name": "idle", "lineno": 872, "scope": "ClockBaseInterruptBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptBehavior.async_idle", "name": "async_idle", "lineno": 893, "scope": "ClockBaseInterruptBehavior", "is_async": true }, { "id": "kivy.clock.ClockBaseInterruptBehavior._check_ready", "name": "_check_ready", "lineno": 918, "scope": "ClockBaseInterruptBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptFreeBehavior.__init__", "name": "__init__", "lineno": 939, "scope": "ClockBaseInterruptFreeBehavior", "is_async": false }, { "id": "kivy.clock.ClockBaseInterruptFreeBehavior.on_schedule", "name": "on_schedule", "lineno": 943, "scope": "ClockBaseInterruptFreeBehavior", "is_async": false }, { "id": "kivy.clock.ClockBase.__init__", "name": "__init__", "lineno": 958, "scope": "ClockBase", "is_async": false }, { "id": "kivy.clock.ClockBase.usleep", "name": "usleep", "lineno": 962, "scope": "ClockBase", "is_async": false }, { "id": "kivy.clock.ClockBaseFreeInterruptOnly.idle", "name": "idle", "lineno": 986, "scope": "ClockBaseFreeInterruptOnly", "is_async": false }, { "id": "kivy.clock.ClockBaseFreeInterruptOnly.async_idle", "name": "async_idle", "lineno": 1024, "scope": "ClockBaseFreeInterruptOnly", "is_async": true }, { "id": "kivy.clock.mainthread", "name": "mainthread", "lineno": 1071, "scope": null, "is_async": false }, { "id": "kivy.clock.mainthread.delayed_func", "name": "delayed_func", "lineno": 1091, "scope": "mainthread", "is_async": false }, { "id": "kivy.clock.mainthread.delayed_func.callback_func", "name": "callback_func", "lineno": 1092, "scope": "mainthread.delayed_func", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper.__init__", "name": "__init__", "lineno": 1123, "scope": "_TriggeredWrapper", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper.is_triggered", "name": "is_triggered", "lineno": 1135, "scope": "_TriggeredWrapper", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper._ensure_trigger", "name": "_ensure_trigger", "lineno": 1141, "scope": "_TriggeredWrapper", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper.cb_function", "name": "cb_function", "lineno": 1147, "scope": "_TriggeredWrapper", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper.__call__", "name": "__call__", "lineno": 1150, "scope": "_TriggeredWrapper", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper.cancel", "name": "cancel", "lineno": 1159, "scope": "_TriggeredWrapper", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper.__get__", "name": "__get__", "lineno": 1163, "scope": "_TriggeredWrapper", "is_async": false }, { "id": "kivy.clock._TriggeredWrapper.__get__.inst_cb", "name": "inst_cb", "lineno": 1177, "scope": "_TriggeredWrapper.__get__", "is_async": false }, { "id": "kivy.clock._BoundTrigger.__init__", "name": "__init__", "lineno": 1197, "scope": "_BoundTrigger", "is_async": false }, { "id": "kivy.clock._BoundTrigger.__call__", "name": "__call__", "lineno": 1204, "scope": "_BoundTrigger", "is_async": false }, { "id": "kivy.clock._BoundTrigger.is_triggered", "name": "is_triggered", "lineno": 1214, "scope": "_BoundTrigger", "is_async": false }, { "id": "kivy.clock._BoundTrigger.cancel", "name": "cancel", "lineno": 1218, "scope": "_BoundTrigger", "is_async": false }, { "id": "kivy.clock.triggered", "name": "triggered", "lineno": 1223, "scope": null, "is_async": false }, { "id": "kivy.clock.triggered.wrapper_triggered", "name": "wrapper_triggered", "lineno": 1317, "scope": "triggered", "is_async": false } ], "kivy.config": [ { "id": "kivy.config.ConfigParser.__init__", "name": "__init__", "lineno": 489, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.add_callback", "name": "add_callback", "lineno": 496, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.remove_callback", "name": "remove_callback", "lineno": 509, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser._do_callbacks", "name": "_do_callbacks", "lineno": 520, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.read", "name": "read", "lineno": 528, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.set", "name": "set", "lineno": 566, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.setall", "name": "setall", "lineno": 578, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.get", "name": "get", "lineno": 585, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.setdefaults", "name": "setdefaults", "lineno": 589, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.setdefault", "name": "setdefault", "lineno": 597, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.getdefault", "name": "getdefault", "lineno": 604, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.getdefaultint", "name": "getdefaultint", "lineno": 614, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.adddefaultsection", "name": "adddefaultsection", "lineno": 623, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.write", "name": "write", "lineno": 631, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.update_config", "name": "update_config", "lineno": 647, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser._register_named_property", "name": "_register_named_property", "lineno": 659, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.get_configparser", "name": "get_configparser", "lineno": 699, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.name", "name": "name", "lineno": 723, "scope": "ConfigParser", "is_async": false }, { "id": "kivy.config.ConfigParser.name", "name": "name", "lineno": 739, "scope": "ConfigParser", "is_async": false } ], "kivy.context": [ { "id": "kivy.context.ProxyContext.__init__", "name": "__init__", "lineno": 31, "scope": "ProxyContext", "is_async": false }, { "id": "kivy.context.ProxyContext.__getattribute__", "name": "__getattribute__", "lineno": 35, "scope": "ProxyContext", "is_async": false }, { "id": "kivy.context.ProxyContext.__delattr__", "name": "__delattr__", "lineno": 38, "scope": "ProxyContext", "is_async": false }, { "id": "kivy.context.ProxyContext.__setattr__", "name": "__setattr__", "lineno": 41, "scope": "ProxyContext", "is_async": false }, { "id": "kivy.context.ProxyContext.__bool__", "name": "__bool__", "lineno": 44, "scope": "ProxyContext", "is_async": false }, { "id": "kivy.context.ProxyContext.__str__", "name": "__str__", "lineno": 47, "scope": "ProxyContext", "is_async": false }, { "id": "kivy.context.ProxyContext.__repr__", "name": "__repr__", "lineno": 50, "scope": "ProxyContext", "is_async": false }, { "id": "kivy.context.Context.__init__", "name": "__init__", "lineno": 56, "scope": "Context", "is_async": false }, { "id": "kivy.context.Context.push", "name": "push", "lineno": 65, "scope": "Context", "is_async": false }, { "id": "kivy.context.Context.pop", "name": "pop", "lineno": 70, "scope": "Context", "is_async": false }, { "id": "kivy.context.register_context", "name": "register_context", "lineno": 78, "scope": null, "is_async": false }, { "id": "kivy.context.get_current_context", "name": "get_current_context", "lineno": 92, "scope": null, "is_async": false } ], "kivy.event": [], "kivy.factory": [ { "id": "kivy.factory.FactoryBase.__init__", "name": "__init__", "lineno": 55, "scope": "FactoryBase", "is_async": false }, { "id": "kivy.factory.FactoryBase.create_from", "name": "create_from", "lineno": 60, "scope": "FactoryBase", "is_async": false }, { "id": "kivy.factory.FactoryBase.register", "name": "register", "lineno": 71, "scope": "FactoryBase", "is_async": false }, { "id": "kivy.factory.FactoryBase.unregister", "name": "unregister", "lineno": 108, "scope": "FactoryBase", "is_async": false }, { "id": "kivy.factory.FactoryBase.unregister_from_filename", "name": "unregister_from_filename", "lineno": 119, "scope": "FactoryBase", "is_async": false }, { "id": "kivy.factory.FactoryBase.__getattr__", "name": "__getattr__", "lineno": 130, "scope": "FactoryBase", "is_async": false } ], "kivy.factory_registers": [], "kivy.geometry": [ { "id": "kivy.geometry.circumcircle", "name": "circumcircle", "lineno": 13, "scope": null, "is_async": false }, { "id": "kivy.geometry.minimum_bounding_circle", "name": "minimum_bounding_circle", "lineno": 51, "scope": null, "is_async": false }, { "id": "kivy.geometry.minimum_bounding_circle.x_axis_angle", "name": "x_axis_angle", "lineno": 87, "scope": "minimum_bounding_circle", "is_async": false }, { "id": "kivy.geometry.minimum_bounding_circle.angle_pq", "name": "angle_pq", "lineno": 95, "scope": "minimum_bounding_circle", "is_async": false } ], "kivy.gesture": [ { "id": "kivy.gesture.GestureDatabase.__init__", "name": "__init__", "lineno": 49, "scope": "GestureDatabase", "is_async": false }, { "id": "kivy.gesture.GestureDatabase.add_gesture", "name": "add_gesture", "lineno": 52, "scope": "GestureDatabase", "is_async": false }, { "id": "kivy.gesture.GestureDatabase.find", "name": "find", "lineno": 56, "scope": "GestureDatabase", "is_async": false }, { "id": "kivy.gesture.GestureDatabase.gesture_to_str", "name": "gesture_to_str", "lineno": 73, "scope": "GestureDatabase", "is_async": false }, { "id": "kivy.gesture.GestureDatabase.str_to_gesture", "name": "str_to_gesture", "lineno": 81, "scope": "GestureDatabase", "is_async": false }, { "id": "kivy.gesture.GesturePoint.__init__", "name": "__init__", "lineno": 91, "scope": "GesturePoint", "is_async": false }, { "id": "kivy.gesture.GesturePoint.scale", "name": "scale", "lineno": 96, "scope": "GesturePoint", "is_async": false }, { "id": "kivy.gesture.GesturePoint.__repr__", "name": "__repr__", "lineno": 102, "scope": "GesturePoint", "is_async": false }, { "id": "kivy.gesture.GestureStroke.__init__", "name": "__init__", "lineno": 109, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.max_x", "name": "max_x", "lineno": 116, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.min_x", "name": "min_x", "lineno": 122, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.max_y", "name": "max_y", "lineno": 128, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.min_y", "name": "min_y", "lineno": 134, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.add_point", "name": "add_point", "lineno": 139, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.scale_stroke", "name": "scale_stroke", "lineno": 147, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.points_distance", "name": "points_distance", "lineno": 154, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.stroke_length", "name": "stroke_length", "lineno": 163, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.normalize_stroke", "name": "normalize_stroke", "lineno": 177, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.GestureStroke.center_stroke", "name": "center_stroke", "lineno": 223, "scope": "GestureStroke", "is_async": false }, { "id": "kivy.gesture.Gesture.__init__", "name": "__init__", "lineno": 241, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture._scale_gesture", "name": "_scale_gesture", "lineno": 255, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture._center_gesture", "name": "_center_gesture", "lineno": 275, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.add_stroke", "name": "add_stroke", "lineno": 298, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.normalize", "name": "normalize", "lineno": 320, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.get_rigid_rotation", "name": "get_rigid_rotation", "lineno": 331, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.dot_product", "name": "dot_product", "lineno": 347, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.rotate", "name": "rotate", "lineno": 363, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.get_score", "name": "get_score", "lineno": 374, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.__eq__", "name": "__eq__", "lineno": 393, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.__ne__", "name": "__ne__", "lineno": 407, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.__lt__", "name": "__lt__", "lineno": 414, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.__gt__", "name": "__gt__", "lineno": 417, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.__le__", "name": "__le__", "lineno": 420, "scope": "Gesture", "is_async": false }, { "id": "kivy.gesture.Gesture.__ge__", "name": "__ge__", "lineno": 423, "scope": "Gesture", "is_async": false } ], "kivy.interactive": [ { "id": "kivy.interactive.safeWait", "name": "safeWait", "lineno": 171, "scope": null, "is_async": false }, { "id": "kivy.interactive.unwrap", "name": "unwrap", "lineno": 177, "scope": null, "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__init__", "name": "__init__", "lineno": 196, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.safeIn", "name": "safeIn", "lineno": 201, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.safeOut", "name": "safeOut", "lineno": 207, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.isMethod", "name": "isMethod", "lineno": 211, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__repr__", "name": "__repr__", "lineno": 219, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__call__", "name": "__call__", "lineno": 222, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__getattribute__", "name": "__getattribute__", "lineno": 232, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__getattr__", "name": "__getattr__", "lineno": 240, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__setattr__", "name": "__setattr__", "lineno": 244, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__delattr__", "name": "__delattr__", "lineno": 254, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__bool__", "name": "__bool__", "lineno": 259, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__getitem__", "name": "__getitem__", "lineno": 262, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__setitem__", "name": "__setitem__", "lineno": 265, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__delitem__", "name": "__delitem__", "lineno": 271, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__getslice__", "name": "__getslice__", "lineno": 276, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__setslice__", "name": "__setslice__", "lineno": 279, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__delslice__", "name": "__delslice__", "lineno": 285, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__enter__", "name": "__enter__", "lineno": 290, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.SafeMembrane.__exit__", "name": "__exit__", "lineno": 294, "scope": "SafeMembrane", "is_async": false }, { "id": "kivy.interactive.InteractiveLauncher.__init__", "name": "__init__", "lineno": 308, "scope": "InteractiveLauncher", "is_async": false }, { "id": "kivy.interactive.InteractiveLauncher.__init__.startApp", "name": "startApp", "lineno": 318, "scope": "InteractiveLauncher.__init__", "is_async": false }, { "id": "kivy.interactive.InteractiveLauncher.run", "name": "run", "lineno": 323, "scope": "InteractiveLauncher", "is_async": false }, { "id": "kivy.interactive.InteractiveLauncher.stop", "name": "stop", "lineno": 329, "scope": "InteractiveLauncher", "is_async": false }, { "id": "kivy.interactive.InteractiveLauncher.__repr__", "name": "__repr__", "lineno": 334, "scope": "InteractiveLauncher", "is_async": false } ], "kivy.loader": [ { "id": "kivy.loader.ProxyImage.__init__", "name": "__init__", "lineno": 75, "scope": "ProxyImage", "is_async": false }, { "id": "kivy.loader.ProxyImage.on_load", "name": "on_load", "lineno": 80, "scope": "ProxyImage", "is_async": false }, { "id": "kivy.loader.ProxyImage.on_error", "name": "on_error", "lineno": 83, "scope": "ProxyImage", "is_async": false }, { "id": "kivy.loader.LoaderBase.__init__", "name": "__init__", "lineno": 111, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.__del__", "name": "__del__", "lineno": 126, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._set_num_workers", "name": "_set_num_workers", "lineno": 130, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._get_num_workers", "name": "_get_num_workers", "lineno": 135, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._set_max_upload_per_frame", "name": "_set_max_upload_per_frame", "lineno": 155, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._get_max_upload_per_frame", "name": "_get_max_upload_per_frame", "lineno": 160, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._get_loading_image", "name": "_get_loading_image", "lineno": 182, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._set_loading_image", "name": "_set_loading_image", "lineno": 188, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._get_error_image", "name": "_get_error_image", "lineno": 204, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._set_error_image", "name": "_set_error_image", "lineno": 211, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.start", "name": "start", "lineno": 227, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.run", "name": "run", "lineno": 231, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.stop", "name": "stop", "lineno": 235, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.pause", "name": "pause", "lineno": 239, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.resume", "name": "resume", "lineno": 246, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._wait_for_resume", "name": "_wait_for_resume", "lineno": 256, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._load", "name": "_load", "lineno": 262, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._load_local", "name": "_load_local", "lineno": 295, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._load_urllib", "name": "_load_urllib", "lineno": 301, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase._update", "name": "_update", "lineno": 407, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.image", "name": "image", "lineno": 443, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader.LoaderBase.remove_from_cache", "name": "remove_from_cache", "lineno": 495, "scope": "LoaderBase", "is_async": false }, { "id": "kivy.loader._Worker.__init__", "name": "__init__", "lineno": 515, "scope": "_Worker", "is_async": false }, { "id": "kivy.loader._Worker.run", "name": "run", "lineno": 522, "scope": "_Worker", "is_async": false }, { "id": "kivy.loader._ThreadPool.__init__", "name": "__init__", "lineno": 534, "scope": "_ThreadPool", "is_async": false }, { "id": "kivy.loader._ThreadPool.add_task", "name": "add_task", "lineno": 541, "scope": "_ThreadPool", "is_async": false }, { "id": "kivy.loader._ThreadPool.stop", "name": "stop", "lineno": 546, "scope": "_ThreadPool", "is_async": false }, { "id": "kivy.loader.LoaderThreadPool.__init__", "name": "__init__", "lineno": 551, "scope": "LoaderThreadPool", "is_async": false }, { "id": "kivy.loader.LoaderThreadPool.start", "name": "start", "lineno": 555, "scope": "LoaderThreadPool", "is_async": false }, { "id": "kivy.loader.LoaderThreadPool.stop", "name": "stop", "lineno": 560, "scope": "LoaderThreadPool", "is_async": false }, { "id": "kivy.loader.LoaderThreadPool.run", "name": "run", "lineno": 565, "scope": "LoaderThreadPool", "is_async": false } ], "kivy.logger": [ { "id": "kivy.logger.FileHandler.purge_logs", "name": "purge_logs", "lineno": 215, "scope": "FileHandler", "is_async": false }, { "id": "kivy.logger.FileHandler._configure", "name": "_configure", "lineno": 251, "scope": "FileHandler", "is_async": false }, { "id": "kivy.logger.FileHandler._write_message", "name": "_write_message", "lineno": 286, "scope": "FileHandler", "is_async": false }, { "id": "kivy.logger.FileHandler.emit", "name": "emit", "lineno": 297, "scope": "FileHandler", "is_async": false }, { "id": "kivy.logger.LoggerHistory.emit", "name": "emit", "lineno": 332, "scope": "LoggerHistory", "is_async": false }, { "id": "kivy.logger.LoggerHistory.clear_history", "name": "clear_history", "lineno": 336, "scope": "LoggerHistory", "is_async": false }, { "id": "kivy.logger.LoggerHistory.flush", "name": "flush", "lineno": 339, "scope": "LoggerHistory", "is_async": false }, { "id": "kivy.logger.ConsoleHandler.filter", "name": "filter", "lineno": 354, "scope": "ConsoleHandler", "is_async": false }, { "id": "kivy.logger.ProcessingStream.__init__", "name": "__init__", "lineno": 377, "scope": "ProcessingStream", "is_async": false }, { "id": "kivy.logger.ProcessingStream.write", "name": "write", "lineno": 383, "scope": "ProcessingStream", "is_async": false }, { "id": "kivy.logger.ProcessingStream.flush", "name": "flush", "lineno": 393, "scope": "ProcessingStream", "is_async": false }, { "id": "kivy.logger.ProcessingStream.isatty", "name": "isatty", "lineno": 396, "scope": "ProcessingStream", "is_async": false }, { "id": "kivy.logger.logger_config_update", "name": "logger_config_update", "lineno": 400, "scope": null, "is_async": false }, { "id": "kivy.logger.ColonSplittingLogRecord.__init__", "name": "__init__", "lineno": 414, "scope": "ColonSplittingLogRecord", "is_async": false }, { "id": "kivy.logger.ColoredLogRecord._format_message", "name": "_format_message", "lineno": 466, "scope": "ColoredLogRecord", "is_async": false }, { "id": "kivy.logger.ColoredLogRecord._format_levelname", "name": "_format_levelname", "lineno": 471, "scope": "ColoredLogRecord", "is_async": false }, { "id": "kivy.logger.ColoredLogRecord.__init__", "name": "__init__", "lineno": 480, "scope": "ColoredLogRecord", "is_async": false }, { "id": "kivy.logger.UncoloredLogRecord._format_message", "name": "_format_message", "lineno": 508, "scope": "UncoloredLogRecord", "is_async": false }, { "id": "kivy.logger.UncoloredLogRecord.__init__", "name": "__init__", "lineno": 511, "scope": "UncoloredLogRecord", "is_async": false }, { "id": "kivy.logger.KivyFormatter.__init__", "name": "__init__", "lineno": 533, "scope": "KivyFormatter", "is_async": false }, { "id": "kivy.logger.KivyFormatter.format", "name": "format", "lineno": 538, "scope": "KivyFormatter", "is_async": false }, { "id": "kivy.logger.is_color_terminal", "name": "is_color_terminal", "lineno": 543, "scope": null, "is_async": false }, { "id": "kivy.logger.add_kivy_handlers", "name": "add_kivy_handlers", "lineno": 587, "scope": null, "is_async": false } ], "kivy.metrics": [ { "id": "kivy.metrics.pt", "name": "pt", "lineno": 135, "scope": null, "is_async": false }, { "id": "kivy.metrics.inch", "name": "inch", "lineno": 141, "scope": null, "is_async": false }, { "id": "kivy.metrics.cm", "name": "cm", "lineno": 147, "scope": null, "is_async": false }, { "id": "kivy.metrics.mm", "name": "mm", "lineno": 153, "scope": null, "is_async": false }, { "id": "kivy.metrics.dp", "name": "dp", "lineno": 159, "scope": null, "is_async": false }, { "id": "kivy.metrics.sp", "name": "sp", "lineno": 165, "scope": null, "is_async": false }, { "id": "kivy.metrics.MetricsBase.__init__", "name": "__init__", "lineno": 182, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_dpi", "name": "get_dpi", "lineno": 188, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.set_dpi", "name": "set_dpi", "lineno": 215, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_dpi_rounded", "name": "get_dpi_rounded", "lineno": 231, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_density", "name": "get_density", "lineno": 250, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.set_density", "name": "set_density", "lineno": 268, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_fontscale", "name": "get_fontscale", "lineno": 285, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.set_fontscale", "name": "set_fontscale", "lineno": 302, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_in", "name": "get_in", "lineno": 316, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_dp", "name": "get_dp", "lineno": 332, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_sp", "name": "get_sp", "lineno": 345, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_pt", "name": "get_pt", "lineno": 358, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_cm", "name": "get_cm", "lineno": 370, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.get_mm", "name": "get_mm", "lineno": 382, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.reset_metrics", "name": "reset_metrics", "lineno": 394, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase.reset_dpi", "name": "reset_dpi", "lineno": 402, "scope": "MetricsBase", "is_async": false }, { "id": "kivy.metrics.MetricsBase._set_cached_scaling", "name": "_set_cached_scaling", "lineno": 408, "scope": "MetricsBase", "is_async": false } ], "kivy.multistroke": [ { "id": "kivy.multistroke.Recognizer.__init__", "name": "__init__", "lineno": 177, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.filter", "name": "filter", "lineno": 182, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.add_gesture", "name": "add_gesture", "lineno": 348, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.parse_gesture", "name": "parse_gesture", "lineno": 364, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.export_gesture", "name": "export_gesture", "lineno": 382, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.import_gesture", "name": "import_gesture", "lineno": 420, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.transfer_gesture", "name": "transfer_gesture", "lineno": 437, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.prepare_templates", "name": "prepare_templates", "lineno": 450, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.recognize", "name": "recognize", "lineno": 468, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.recognize.result_hack", "name": "result_hack", "lineno": 549, "scope": "Recognizer.recognize", "is_async": false }, { "id": "kivy.multistroke.Recognizer.recognize._recognize_tick", "name": "_recognize_tick", "lineno": 555, "scope": "Recognizer.recognize", "is_async": false }, { "id": "kivy.multistroke.Recognizer.recognize._recognize_tick._dispatch", "name": "_dispatch", "lineno": 584, "scope": "Recognizer.recognize._recognize_tick", "is_async": false }, { "id": "kivy.multistroke.Recognizer._candidate", "name": "_candidate", "lineno": 611, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.on_search_start", "name": "on_search_start", "lineno": 634, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.Recognizer.on_search_complete", "name": "on_search_complete", "lineno": 637, "scope": "Recognizer", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker.__init__", "name": "__init__", "lineno": 708, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker.progress", "name": "progress", "lineno": 727, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker.best", "name": "best", "lineno": 735, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker.stop", "name": "stop", "lineno": 750, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker._add_result", "name": "_add_result", "lineno": 755, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker.on_complete", "name": "on_complete", "lineno": 781, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker.on_progress", "name": "on_progress", "lineno": 784, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.ProgressTracker.on_result", "name": "on_result", "lineno": 787, "scope": "ProgressTracker", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture.__init__", "name": "__init__", "lineno": 853, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture.angle_similarity_threshold", "name": "angle_similarity_threshold", "lineno": 872, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture.add_stroke", "name": "add_stroke", "lineno": 875, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture.get_distance", "name": "get_distance", "lineno": 882, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture.match_candidate", "name": "match_candidate", "lineno": 921, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture.permute", "name": "permute", "lineno": 988, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture._heap_permute", "name": "_heap_permute", "lineno": 1030, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.MultistrokeGesture._make_unistrokes", "name": "_make_unistrokes", "lineno": 1048, "scope": "MultistrokeGesture", "is_async": false }, { "id": "kivy.multistroke.UnistrokeTemplate.__init__", "name": "__init__", "lineno": 1099, "scope": "UnistrokeTemplate", "is_async": false }, { "id": "kivy.multistroke.UnistrokeTemplate.add_point", "name": "add_point", "lineno": 1110, "scope": "UnistrokeTemplate", "is_async": false }, { "id": "kivy.multistroke.UnistrokeTemplate._get_db_key", "name": "_get_db_key", "lineno": 1118, "scope": "UnistrokeTemplate", "is_async": false }, { "id": "kivy.multistroke.UnistrokeTemplate.get_start_unit_vector", "name": "get_start_unit_vector", "lineno": 1124, "scope": "UnistrokeTemplate", "is_async": false }, { "id": "kivy.multistroke.UnistrokeTemplate.get_vector", "name": "get_vector", "lineno": 1127, "scope": "UnistrokeTemplate", "is_async": false }, { "id": "kivy.multistroke.UnistrokeTemplate.get_points", "name": "get_points", "lineno": 1130, "scope": "UnistrokeTemplate", "is_async": false }, { "id": "kivy.multistroke.UnistrokeTemplate.prepare", "name": "prepare", "lineno": 1133, "scope": "UnistrokeTemplate", "is_async": false }, { "id": "kivy.multistroke.Candidate.__init__", "name": "__init__", "lineno": 1193, "scope": "Candidate", "is_async": false }, { "id": "kivy.multistroke.Candidate.add_stroke", "name": "add_stroke", "lineno": 1204, "scope": "Candidate", "is_async": false }, { "id": "kivy.multistroke.Candidate._get_db_key", "name": "_get_db_key", "lineno": 1211, "scope": "Candidate", "is_async": false }, { "id": "kivy.multistroke.Candidate.get_start_unit_vector", "name": "get_start_unit_vector", "lineno": 1219, "scope": "Candidate", "is_async": false }, { "id": "kivy.multistroke.Candidate.get_protractor_vector", "name": "get_protractor_vector", "lineno": 1227, "scope": "Candidate", "is_async": false }, { "id": "kivy.multistroke.Candidate.get_angle_similarity", "name": "get_angle_similarity", "lineno": 1232, "scope": "Candidate", "is_async": false }, { "id": "kivy.multistroke.Candidate.prepare", "name": "prepare", "lineno": 1251, "scope": "Candidate", "is_async": false }, { "id": "kivy.multistroke.resample", "name": "resample", "lineno": 1289, "scope": null, "is_async": false }, { "id": "kivy.multistroke.indicative_angle", "name": "indicative_angle", "lineno": 1330, "scope": null, "is_async": false }, { "id": "kivy.multistroke.rotate_by", "name": "rotate_by", "lineno": 1335, "scope": null, "is_async": false }, { "id": "kivy.multistroke.scale_dim", "name": "scale_dim", "lineno": 1351, "scope": null, "is_async": false }, { "id": "kivy.multistroke.translate_to", "name": "translate_to", "lineno": 1380, "scope": null, "is_async": false }, { "id": "kivy.multistroke.vectorize", "name": "vectorize", "lineno": 1392, "scope": null, "is_async": false }, { "id": "kivy.multistroke.centroid", "name": "centroid", "lineno": 1423, "scope": null, "is_async": false }, { "id": "kivy.multistroke.bounding_box", "name": "bounding_box", "lineno": 1438, "scope": null, "is_async": false }, { "id": "kivy.multistroke.path_length", "name": "path_length", "lineno": 1457, "scope": null, "is_async": false }, { "id": "kivy.multistroke.distance", "name": "distance", "lineno": 1464, "scope": null, "is_async": false }, { "id": "kivy.multistroke.start_unit_vector", "name": "start_unit_vector", "lineno": 1470, "scope": null, "is_async": false } ], "kivy.parser": [ { "id": "kivy.parser.parse_filename", "name": "parse_filename", "lineno": 21, "scope": null, "is_async": false }, { "id": "kivy.parser.color_error", "name": "color_error", "lineno": 32, "scope": null, "is_async": false }, { "id": "kivy.parser.parse_color", "name": "parse_color", "lineno": 38, "scope": null, "is_async": false }, { "id": "kivy.parser.parse_bool", "name": "parse_bool", "lineno": 95, "scope": null, "is_async": false }, { "id": "kivy.parser.parse_string", "name": "parse_string", "lineno": 105, "scope": null, "is_async": false }, { "id": "kivy.parser.parse_int2", "name": "parse_int2", "lineno": 112, "scope": null, "is_async": false }, { "id": "kivy.parser.parse_float4", "name": "parse_float4", "lineno": 130, "scope": null, "is_async": false } ], "kivy.resources": [ { "id": "kivy.resources._resolve_path", "name": "_resolve_path", "lineno": 54, "scope": null, "is_async": false }, { "id": "kivy.resources.resource_find", "name": "resource_find", "lineno": 69, "scope": null, "is_async": false }, { "id": "kivy.resources.resource_add_path", "name": "resource_add_path", "lineno": 111, "scope": null, "is_async": false }, { "id": "kivy.resources.resource_remove_path", "name": "resource_remove_path", "lineno": 120, "scope": null, "is_async": false } ], "kivy.support": [ { "id": "kivy.support.install_gobject_iteration", "name": "install_gobject_iteration", "lineno": 13, "scope": null, "is_async": false }, { "id": "kivy.support.install_gobject_iteration._gobject_iteration", "name": "_gobject_iteration", "lineno": 37, "scope": "install_gobject_iteration", "is_async": false }, { "id": "kivy.support._android_ask_redraw", "name": "_android_ask_redraw", "lineno": 54, "scope": null, "is_async": false }, { "id": "kivy.support.install_android", "name": "install_android", "lineno": 65, "scope": null, "is_async": false }, { "id": "kivy.support.install_android.android_check_pause", "name": "android_check_pause", "lineno": 90, "scope": "install_android", "is_async": false }, { "id": "kivy.support.install_twisted_reactor", "name": "install_twisted_reactor", "lineno": 149, "scope": null, "is_async": false }, { "id": "kivy.support.install_twisted_reactor.reactor_wake", "name": "reactor_wake", "lineno": 197, "scope": "install_twisted_reactor", "is_async": false }, { "id": "kivy.support.install_twisted_reactor.reactor_work", "name": "reactor_work", "lineno": 205, "scope": "install_twisted_reactor", "is_async": false }, { "id": "kivy.support.install_twisted_reactor.reactor_start", "name": "reactor_start", "lineno": 215, "scope": "install_twisted_reactor", "is_async": false }, { "id": "kivy.support.install_twisted_reactor.reactor_stop", "name": "reactor_stop", "lineno": 223, "scope": "install_twisted_reactor", "is_async": false }, { "id": "kivy.support.uninstall_twisted_reactor", "name": "uninstall_twisted_reactor", "lineno": 251, "scope": null, "is_async": false } ], "kivy.utils": [ { "id": "kivy.utils.boundary", "name": "boundary", "lineno": 30, "scope": null, "is_async": false }, { "id": "kivy.utils.intersection", "name": "intersection", "lineno": 35, "scope": null, "is_async": false }, { "id": "kivy.utils.difference", "name": "difference", "lineno": 40, "scope": null, "is_async": false }, { "id": "kivy.utils.normalize_path_id", "name": "normalize_path_id", "lineno": 45, "scope": null, "is_async": false }, { "id": "kivy.utils.strtotuple", "name": "strtotuple", "lineno": 132, "scope": null, "is_async": false }, { "id": "kivy.utils.rgba", "name": "rgba", "lineno": 156, "scope": null, "is_async": false }, { "id": "kivy.utils.get_color_from_hex", "name": "get_color_from_hex", "lineno": 178, "scope": null, "is_async": false }, { "id": "kivy.utils.get_hex_from_color", "name": "get_hex_from_color", "lineno": 192, "scope": null, "is_async": false }, { "id": "kivy.utils.get_random_color", "name": "get_random_color", "lineno": 205, "scope": null, "is_async": false }, { "id": "kivy.utils.is_color_transparent", "name": "is_color_transparent", "lineno": 219, "scope": null, "is_async": false }, { "id": "kivy.utils.deprecated", "name": "deprecated", "lineno": 383, "scope": null, "is_async": false }, { "id": "kivy.utils.deprecated.new_func", "name": "new_func", "lineno": 395, "scope": "deprecated", "is_async": false }, { "id": "kivy.utils.interpolate", "name": "interpolate", "lineno": 423, "scope": null, "is_async": false }, { "id": "kivy.utils.SafeList.__init__", "name": "__init__", "lineno": 452, "scope": "SafeList", "is_async": false }, { "id": "kivy.utils.SafeList.clear", "name": "clear", "lineno": 455, "scope": "SafeList", "is_async": false }, { "id": "kivy.utils.SafeList.iterate", "name": "iterate", "lineno": 459, "scope": "SafeList", "is_async": false }, { "id": "kivy.utils.QueryDict.__getattr__", "name": "__getattr__", "lineno": 479, "scope": "QueryDict", "is_async": false }, { "id": "kivy.utils.QueryDict.__setattr__", "name": "__setattr__", "lineno": 486, "scope": "QueryDict", "is_async": false }, { "id": "kivy.utils.format_bytes_to_human", "name": "format_bytes_to_human", "lineno": 490, "scope": null, "is_async": false }, { "id": "kivy.utils._get_platform", "name": "_get_platform", "lineno": 517, "scope": null, "is_async": false }, { "id": "kivy.utils.escape_markup", "name": "escape_markup", "lineno": 559, "scope": null, "is_async": false }, { "id": "kivy.utils.reify.__init__", "name": "__init__", "lineno": 595, "scope": "reify", "is_async": false }, { "id": "kivy.utils.reify.__get__", "name": "__get__", "lineno": 599, "scope": "reify", "is_async": false }, { "id": "kivy.utils._get_pi_version", "name": "_get_pi_version", "lineno": 607, "scope": null, "is_async": false } ], "kivy.vector": [ { "id": "kivy.vector.Vector.__init__", "name": "__init__", "lineno": 92, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector._get_x", "name": "_get_x", "lineno": 100, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector._set_x", "name": "_set_x", "lineno": 103, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector._get_y", "name": "_get_y", "lineno": 116, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector._set_y", "name": "_set_y", "lineno": 119, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__getslice__", "name": "__getslice__", "lineno": 133, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__add__", "name": "__add__", "lineno": 141, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__iadd__", "name": "__iadd__", "lineno": 144, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__neg__", "name": "__neg__", "lineno": 153, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__sub__", "name": "__sub__", "lineno": 156, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__isub__", "name": "__isub__", "lineno": 159, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__mul__", "name": "__mul__", "lineno": 168, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__imul__", "name": "__imul__", "lineno": 174, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__rmul__", "name": "__rmul__", "lineno": 183, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__truediv__", "name": "__truediv__", "lineno": 186, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__div__", "name": "__div__", "lineno": 192, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__rtruediv__", "name": "__rtruediv__", "lineno": 198, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__rdiv__", "name": "__rdiv__", "lineno": 204, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.__idiv__", "name": "__idiv__", "lineno": 210, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.length", "name": "length", "lineno": 219, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.length2", "name": "length2", "lineno": 231, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.distance", "name": "distance", "lineno": 243, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.distance2", "name": "distance2", "lineno": 256, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.normalize", "name": "normalize", "lineno": 265, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.dot", "name": "dot", "lineno": 280, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.angle", "name": "angle", "lineno": 289, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.rotate", "name": "rotate", "lineno": 304, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.line_intersection", "name": "line_intersection", "lineno": 318, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.segment_intersection", "name": "segment_intersection", "lineno": 352, "scope": "Vector", "is_async": false }, { "id": "kivy.vector.Vector.in_bbox", "name": "in_bbox", "lineno": 397, "scope": "Vector", "is_async": false } ], "kivy.weakmethod": [ { "id": "kivy.weakmethod.WeakMethod.__init__", "name": "__init__", "lineno": 23, "scope": "WeakMethod", "is_async": false }, { "id": "kivy.weakmethod.WeakMethod.__call__", "name": "__call__", "lineno": 37, "scope": "WeakMethod", "is_async": false }, { "id": "kivy.weakmethod.WeakMethod.is_dead", "name": "is_dead", "lineno": 51, "scope": "WeakMethod", "is_async": false }, { "id": "kivy.weakmethod.WeakMethod.__eq__", "name": "__eq__", "lineno": 64, "scope": "WeakMethod", "is_async": false }, { "id": "kivy.weakmethod.WeakMethod.__repr__", "name": "__repr__", "lineno": 70, "scope": "WeakMethod", "is_async": false } ], "kivy._version": [], "kivy": [ { "id": "kivy.parse_kivy_version", "name": "parse_kivy_version", "lineno": 68, "scope": null, "is_async": false }, { "id": "kivy.require", "name": "require", "lineno": 87, "scope": null, "is_async": false }, { "id": "kivy.kivy_configure", "name": "kivy_configure", "lineno": 138, "scope": null, "is_async": false }, { "id": "kivy.get_includes", "name": "get_includes", "lineno": 146, "scope": null, "is_async": false }, { "id": "kivy.kivy_register_post_configuration", "name": "kivy_register_post_configuration", "lineno": 158, "scope": null, "is_async": false }, { "id": "kivy.kivy_usage", "name": "kivy_usage", "lineno": 167, "scope": null, "is_async": false }, { "id": "kivy._patch_mod_deps_win", "name": "_patch_mod_deps_win", "lineno": 272, "scope": null, "is_async": false } ], "kivy.core": [ { "id": "kivy.core._is_strict_mode", "name": "_is_strict_mode", "lineno": 36, "scope": null, "is_async": false }, { "id": "kivy.core.get_provider_options", "name": "get_provider_options", "lineno": 119, "scope": null, "is_async": false }, { "id": "kivy.core.get_provider_modules", "name": "get_provider_modules", "lineno": 134, "scope": null, "is_async": false }, { "id": "kivy.core.make_provider_tuple", "name": "make_provider_tuple", "lineno": 149, "scope": null, "is_async": false }, { "id": "kivy.core.get_all_categories", "name": "get_all_categories", "lineno": 183, "scope": null, "is_async": false }, { "id": "kivy.core.load_with_provider_selection", "name": "load_with_provider_selection", "lineno": 194, "scope": null, "is_async": false }, { "id": "kivy.core.core_select_lib", "name": "core_select_lib", "lineno": 281, "scope": null, "is_async": false }, { "id": "kivy.core.core_register_libs", "name": "core_register_libs", "lineno": 351, "scope": null, "is_async": false }, { "id": "kivy.core.handle_win_lib_import_error", "name": "handle_win_lib_import_error", "lineno": 398, "scope": null, "is_async": false } ], "kivy.core.audio_input": [], "kivy.core.audio_output.audio_android": [ { "id": "kivy.core.audio_output.audio_android.OnCompletionListener.__init__", "name": "__init__", "lineno": 22, "scope": "OnCompletionListener", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.OnCompletionListener.onCompletion", "name": "onCompletion", "lineno": 27, "scope": "OnCompletionListener", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.extensions", "name": "extensions", "lineno": 35, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.__init__", "name": "__init__", "lineno": 39, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.load", "name": "load", "lineno": 44, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.unload", "name": "unload", "lineno": 61, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.play", "name": "play", "lineno": 66, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.stop", "name": "stop", "lineno": 72, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.seek", "name": "seek", "lineno": 78, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.get_pos", "name": "get_pos", "lineno": 83, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.on_volume", "name": "on_volume", "lineno": 88, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer._completion_callback", "name": "_completion_callback", "lineno": 93, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer._get_length", "name": "_get_length", "lineno": 96, "scope": "SoundAndroidPlayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.on_loop", "name": "on_loop", "lineno": 101, "scope": "SoundAndroidPlayer", "is_async": false } ], "kivy.core.audio_output.audio_avplayer": [ { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.extensions", "name": "extensions", "lineno": 22, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.__init__", "name": "__init__", "lineno": 27, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.load", "name": "load", "lineno": 31, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.unload", "name": "unload", "lineno": 38, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.play", "name": "play", "lineno": 42, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.stop", "name": "stop", "lineno": 49, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.seek", "name": "seek", "lineno": 56, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.get_pos", "name": "get_pos", "lineno": 65, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.on_volume", "name": "on_volume", "lineno": 70, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer._get_length", "name": "_get_length", "lineno": 74, "scope": "SoundAvplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.audioPlayerDidFinishPlaying_successfully_", "name": "audioPlayerDidFinishPlaying_successfully_", "lineno": 80, "scope": "SoundAvplayer", "is_async": false } ], "kivy.core.audio_output.audio_ffpyplayer": [ { "id": "kivy.core.audio_output.audio_ffpyplayer._log_callback", "name": "_log_callback", "lineno": 75, "scope": null, "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.extensions", "name": "extensions", "lineno": 85, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.__init__", "name": "__init__", "lineno": 88, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.__del__", "name": "__del__", "lineno": 101, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy._player_callback", "name": "_player_callback", "lineno": 106, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy._player_callback.close", "name": "close", "lineno": 110, "scope": "SoundFFPy._player_callback", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.load", "name": "load", "lineno": 117, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.unload", "name": "unload", "lineno": 134, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.play", "name": "play", "lineno": 141, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.stop", "name": "stop", "lineno": 153, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.seek", "name": "seek", "lineno": 160, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.get_pos", "name": "get_pos", "lineno": 165, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.on_volume", "name": "on_volume", "lineno": 170, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy._get_length", "name": "_get_length", "lineno": 174, "scope": "SoundFFPy", "is_async": false }, { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy._do_eos", "name": "_do_eos", "lineno": 179, "scope": "SoundFFPy", "is_async": false } ], "kivy.core.audio_output.audio_gstplayer": [ { "id": "kivy.core.audio_output.audio_gstplayer._on_gstplayer_message", "name": "_on_gstplayer_message", "lineno": 23, "scope": null, "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.extensions", "name": "extensions", "lineno": 36, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.__init__", "name": "__init__", "lineno": 39, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._on_gst_eos_sync", "name": "_on_gst_eos_sync", "lineno": 43, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._on_gst_eos", "name": "_on_gst_eos", "lineno": 46, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.load", "name": "load", "lineno": 53, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.play", "name": "play", "lineno": 60, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.stop", "name": "stop", "lineno": 67, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.unload", "name": "unload", "lineno": 71, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.seek", "name": "seek", "lineno": 76, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.get_pos", "name": "get_pos", "lineno": 79, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._get_length", "name": "_get_length", "lineno": 82, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.on_volume", "name": "on_volume", "lineno": 85, "scope": "SoundGstplayer", "is_async": false }, { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._get_uri", "name": "_get_uri", "lineno": 88, "scope": "SoundGstplayer", "is_async": false } ], "kivy.core.audio_output": [ { "id": "kivy.core.audio_output.SoundLoader.register", "name": "register", "lineno": 120, "scope": "SoundLoader", "is_async": false }, { "id": "kivy.core.audio_output.SoundLoader.available_providers", "name": "available_providers", "lineno": 135, "scope": "SoundLoader", "is_async": false }, { "id": "kivy.core.audio_output.SoundLoader.load", "name": "load", "lineno": 147, "scope": "SoundLoader", "is_async": false }, { "id": "kivy.core.audio_output.SoundLoader.load.check_compatibility", "name": "check_compatibility", "lineno": 168, "scope": "SoundLoader.load", "is_async": false }, { "id": "kivy.core.audio_output.SoundLoader.load.try_load", "name": "try_load", "lineno": 172, "scope": "SoundLoader.load", "is_async": false }, { "id": "kivy.core.audio_output.SoundLoader.load.fallback_load", "name": "fallback_load", "lineno": 179, "scope": "SoundLoader.load", "is_async": false }, { "id": "kivy.core.audio_output.Sound.on_source", "name": "on_source", "lineno": 267, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.get_pos", "name": "get_pos", "lineno": 273, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound._get_length", "name": "_get_length", "lineno": 282, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.load", "name": "load", "lineno": 288, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.unload", "name": "unload", "lineno": 292, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.play", "name": "play", "lineno": 296, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.stop", "name": "stop", "lineno": 301, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.seek", "name": "seek", "lineno": 306, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.on_play", "name": "on_play", "lineno": 315, "scope": "Sound", "is_async": false }, { "id": "kivy.core.audio_output.Sound.on_stop", "name": "on_stop", "lineno": 318, "scope": "Sound", "is_async": false } ], "kivy.core.camera.camera_android": [ { "id": "kivy.core.camera.camera_android.PreviewCallback.__init__", "name": "__init__", "lineno": 22, "scope": "PreviewCallback", "is_async": false }, { "id": "kivy.core.camera.camera_android.PreviewCallback.onPreviewFrame", "name": "onPreviewFrame", "lineno": 27, "scope": "PreviewCallback", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.__init__", "name": "__init__", "lineno": 38, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.__del__", "name": "__del__", "lineno": 44, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.init_camera", "name": "init_camera", "lineno": 47, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid._release_camera", "name": "_release_camera", "lineno": 101, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid._on_preview_frame", "name": "_on_preview_frame", "lineno": 113, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid._refresh_fbo", "name": "_refresh_fbo", "lineno": 122, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.start", "name": "start", "lineno": 126, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.stop", "name": "stop", "lineno": 141, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid._update", "name": "_update", "lineno": 153, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid._copy_to_gpu", "name": "_copy_to_gpu", "lineno": 161, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.grab_frame", "name": "grab_frame", "lineno": 168, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.decode_frame", "name": "decode_frame", "lineno": 178, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.read_frame", "name": "read_frame", "lineno": 195, "scope": "CameraAndroid", "is_async": false }, { "id": "kivy.core.camera.camera_android.CameraAndroid.get_camera_count", "name": "get_camera_count", "lineno": 202, "scope": "CameraAndroid", "is_async": false } ], "kivy.core.camera.camera_gi": [ { "id": "kivy.core.camera.camera_gi._on_cameragi_unref", "name": "_on_cameragi_unref", "lineno": 38, "scope": null, "is_async": false }, { "id": "kivy.core.camera.camera_gi.CameraGi.__init__", "name": "__init__", "lineno": 57, "scope": "CameraGi", "is_async": false }, { "id": "kivy.core.camera.camera_gi.CameraGi.init_camera", "name": "init_camera", "lineno": 67, "scope": "CameraGi", "is_async": false }, { "id": "kivy.core.camera.camera_gi.CameraGi._gst_new_sample", "name": "_gst_new_sample", "lineno": 97, "scope": "CameraGi", "is_async": false }, { "id": "kivy.core.camera.camera_gi.CameraGi.start", "name": "start", "lineno": 117, "scope": "CameraGi", "is_async": false }, { "id": "kivy.core.camera.camera_gi.CameraGi.stop", "name": "stop", "lineno": 121, "scope": "CameraGi", "is_async": false }, { "id": "kivy.core.camera.camera_gi.CameraGi.unload", "name": "unload", "lineno": 125, "scope": "CameraGi", "is_async": false }, { "id": "kivy.core.camera.camera_gi.CameraGi._update", "name": "_update", "lineno": 128, "scope": "CameraGi", "is_async": false }, { "id": "kivy.core.camera.camera_gi.camera_gi_clean", "name": "camera_gi_clean", "lineno": 162, "scope": null, "is_async": false } ], "kivy.core.camera.camera_opencv": [ { "id": "kivy.core.camera.camera_opencv.Hg.__getattr__", "name": "__getattr__", "lineno": 37, "scope": "Hg", "is_async": false }, { "id": "kivy.core.camera.camera_opencv.CameraOpenCV.__init__", "name": "__init__", "lineno": 61, "scope": "CameraOpenCV", "is_async": false }, { "id": "kivy.core.camera.camera_opencv.CameraOpenCV.init_camera", "name": "init_camera", "lineno": 72, "scope": "CameraOpenCV", "is_async": false }, { "id": "kivy.core.camera.camera_opencv.CameraOpenCV._update", "name": "_update", "lineno": 132, "scope": "CameraOpenCV", "is_async": false }, { "id": "kivy.core.camera.camera_opencv.CameraOpenCV.start", "name": "start", "lineno": 153, "scope": "CameraOpenCV", "is_async": false }, { "id": "kivy.core.camera.camera_opencv.CameraOpenCV.stop", "name": "stop", "lineno": 159, "scope": "CameraOpenCV", "is_async": false } ], "kivy.core.camera.camera_picamera": [ { "id": "kivy.core.camera.camera_picamera.CameraPiCamera.__init__", "name": "__init__", "lineno": 27, "scope": "CameraPiCamera", "is_async": false }, { "id": "kivy.core.camera.camera_picamera.CameraPiCamera.init_camera", "name": "init_camera", "lineno": 33, "scope": "CameraPiCamera", "is_async": false }, { "id": "kivy.core.camera.camera_picamera.CameraPiCamera.raw_buffer_size", "name": "raw_buffer_size", "lineno": 47, "scope": "CameraPiCamera", "is_async": false }, { "id": "kivy.core.camera.camera_picamera.CameraPiCamera._update", "name": "_update", "lineno": 57, "scope": "CameraPiCamera", "is_async": false }, { "id": "kivy.core.camera.camera_picamera.CameraPiCamera.start", "name": "start", "lineno": 86, "scope": "CameraPiCamera", "is_async": false }, { "id": "kivy.core.camera.camera_picamera.CameraPiCamera.stop", "name": "stop", "lineno": 92, "scope": "CameraPiCamera", "is_async": false } ], "kivy.core.camera": [ { "id": "kivy.core.camera.CameraBase.__init__", "name": "__init__", "lineno": 54, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase._set_resolution", "name": "_set_resolution", "lineno": 75, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase._get_resolution", "name": "_get_resolution", "lineno": 79, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase._set_index", "name": "_set_index", "lineno": 86, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase._get_index", "name": "_get_index", "lineno": 92, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase._get_texture", "name": "_get_texture", "lineno": 99, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase.init_camera", "name": "init_camera", "lineno": 104, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase.start", "name": "start", "lineno": 108, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase.stop", "name": "stop", "lineno": 112, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase._update", "name": "_update", "lineno": 116, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase._copy_to_gpu", "name": "_copy_to_gpu", "lineno": 120, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase.on_texture", "name": "on_texture", "lineno": 129, "scope": "CameraBase", "is_async": false }, { "id": "kivy.core.camera.CameraBase.on_load", "name": "on_load", "lineno": 132, "scope": "CameraBase", "is_async": false } ], "kivy.core.clipboard.clipboard_android": [ { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid.__init__", "name": "__init__", "lineno": 25, "scope": "ClipboardAndroid", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid.get", "name": "get", "lineno": 33, "scope": "ClipboardAndroid", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid.put", "name": "put", "lineno": 36, "scope": "ClipboardAndroid", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid.get_types", "name": "get_types", "lineno": 39, "scope": "ClipboardAndroid", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._initialize_clipboard", "name": "_initialize_clipboard", "lineno": 43, "scope": "ClipboardAndroid", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._get_clipboard", "name": "_get_clipboard", "lineno": 49, "scope": "ClipboardAndroid", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._get_clipboard.called", "name": "called", "lineno": 50, "scope": "ClipboardAndroid._get_clipboard", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._get", "name": "_get", "lineno": 61, "scope": "ClipboardAndroid", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._set", "name": "_set", "lineno": 80, "scope": "ClipboardAndroid", "is_async": false } ], "kivy.core.clipboard.clipboard_dbusklipper": [ { "id": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.init", "name": "init", "lineno": 25, "scope": "ClipboardDbusKlipper", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.get", "name": "get", "lineno": 31, "scope": "ClipboardDbusKlipper", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.put", "name": "put", "lineno": 35, "scope": "ClipboardDbusKlipper", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.get_types", "name": "get_types", "lineno": 39, "scope": "ClipboardDbusKlipper", "is_async": false } ], "kivy.core.clipboard.clipboard_dummy": [ { "id": "kivy.core.clipboard.clipboard_dummy.ClipboardDummy.__init__", "name": "__init__", "lineno": 13, "scope": "ClipboardDummy", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_dummy.ClipboardDummy.get", "name": "get", "lineno": 19, "scope": "ClipboardDummy", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_dummy.ClipboardDummy.put", "name": "put", "lineno": 22, "scope": "ClipboardDummy", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_dummy.ClipboardDummy.get_types", "name": "get_types", "lineno": 25, "scope": "ClipboardDummy", "is_async": false } ], "kivy.core.clipboard.clipboard_gtk3": [ { "id": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.init", "name": "init", "lineno": 24, "scope": "ClipboardGtk3", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.get", "name": "get", "lineno": 30, "scope": "ClipboardGtk3", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.put", "name": "put", "lineno": 38, "scope": "ClipboardGtk3", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.get_types", "name": "get_types", "lineno": 45, "scope": "ClipboardGtk3", "is_async": false } ], "kivy.core.clipboard.clipboard_nspaste": [ { "id": "kivy.core.clipboard.clipboard_nspaste.ClipboardNSPaste.__init__", "name": "__init__", "lineno": 26, "scope": "ClipboardNSPaste", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_nspaste.ClipboardNSPaste.get", "name": "get", "lineno": 30, "scope": "ClipboardNSPaste", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_nspaste.ClipboardNSPaste.put", "name": "put", "lineno": 37, "scope": "ClipboardNSPaste", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_nspaste.ClipboardNSPaste.get_types", "name": "get_types", "lineno": 43, "scope": "ClipboardNSPaste", "is_async": false } ], "kivy.core.clipboard.clipboard_sdl3": [ { "id": "kivy.core.clipboard.clipboard_sdl3.ClipboardSDL3.get", "name": "get", "lineno": 25, "scope": "ClipboardSDL3", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_sdl3.ClipboardSDL3._ensure_clipboard", "name": "_ensure_clipboard", "lineno": 28, "scope": "ClipboardSDL3", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_sdl3.ClipboardSDL3.put", "name": "put", "lineno": 32, "scope": "ClipboardSDL3", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_sdl3.ClipboardSDL3.get_types", "name": "get_types", "lineno": 35, "scope": "ClipboardSDL3", "is_async": false } ], "kivy.core.clipboard.clipboard_winctypes": [ { "id": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows._copy", "name": "_copy", "lineno": 35, "scope": "ClipboardWindows", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows.get", "name": "get", "lineno": 39, "scope": "ClipboardWindows", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows.put", "name": "put", "lineno": 66, "scope": "ClipboardWindows", "is_async": false }, { "id": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows.get_types", "name": "get_types", "lineno": 106, "scope": "ClipboardWindows", "is_async": false } ], "kivy.core.clipboard.clipboard_xclip": [ { "id": "kivy.core.clipboard.clipboard_xclip.ClipboardXclip._clip", "name": "_clip", "lineno": 26, "scope": "ClipboardXclip", "is_async": false } ], "kivy.core.clipboard.clipboard_xsel": [ { "id": "kivy.core.clipboard.clipboard_xsel.ClipboardXsel._clip", "name": "_clip", "lineno": 21, "scope": "ClipboardXsel", "is_async": false } ], "kivy.core.clipboard._clipboard_ext": [ { "id": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase._clip", "name": "_clip", "lineno": 12, "scope": "ClipboardExternalBase", "is_async": false }, { "id": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.get", "name": "get", "lineno": 15, "scope": "ClipboardExternalBase", "is_async": false }, { "id": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.put", "name": "put", "lineno": 20, "scope": "ClipboardExternalBase", "is_async": false }, { "id": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.get_cutbuffer", "name": "get_cutbuffer", "lineno": 24, "scope": "ClipboardExternalBase", "is_async": false }, { "id": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.set_cutbuffer", "name": "set_cutbuffer", "lineno": 29, "scope": "ClipboardExternalBase", "is_async": false }, { "id": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.get_types", "name": "get_types", "lineno": 35, "scope": "ClipboardExternalBase", "is_async": false } ], "kivy.core.clipboard": [ { "id": "kivy.core.clipboard.ClipboardBase.get", "name": "get", "lineno": 30, "scope": "ClipboardBase", "is_async": false }, { "id": "kivy.core.clipboard.ClipboardBase.put", "name": "put", "lineno": 36, "scope": "ClipboardBase", "is_async": false }, { "id": "kivy.core.clipboard.ClipboardBase.get_types", "name": "get_types", "lineno": 42, "scope": "ClipboardBase", "is_async": false }, { "id": "kivy.core.clipboard.ClipboardBase._ensure_clipboard", "name": "_ensure_clipboard", "lineno": 47, "scope": "ClipboardBase", "is_async": false }, { "id": "kivy.core.clipboard.ClipboardBase.copy", "name": "copy", "lineno": 65, "scope": "ClipboardBase", "is_async": false }, { "id": "kivy.core.clipboard.ClipboardBase.paste", "name": "paste", "lineno": 75, "scope": "ClipboardBase", "is_async": false }, { "id": "kivy.core.clipboard.ClipboardBase._copy", "name": "_copy", "lineno": 83, "scope": "ClipboardBase", "is_async": false }, { "id": "kivy.core.clipboard.ClipboardBase._paste", "name": "_paste", "lineno": 89, "scope": "ClipboardBase", "is_async": false } ], "kivy.core.gl": [ { "id": "kivy.core.gl.msgbox", "name": "msgbox", "lineno": 16, "scope": null, "is_async": false }, { "id": "kivy.core.gl.init_gl", "name": "init_gl", "lineno": 44, "scope": null, "is_async": false }, { "id": "kivy.core.gl.print_gl_version", "name": "print_gl_version", "lineno": 49, "scope": null, "is_async": false } ], "kivy.core.image.img_dds": [ { "id": "kivy.core.image.img_dds.ImageLoaderDDS.extensions", "name": "extensions", "lineno": 16, "scope": "ImageLoaderDDS", "is_async": false }, { "id": "kivy.core.image.img_dds.ImageLoaderDDS.load", "name": "load", "lineno": 19, "scope": "ImageLoaderDDS", "is_async": false } ], "kivy.core.image.img_ffpyplayer": [ { "id": "kivy.core.image.img_ffpyplayer._log_callback", "name": "_log_callback", "lineno": 24, "scope": null, "is_async": false }, { "id": "kivy.core.image.img_ffpyplayer.ImageLoaderFFPy.extensions", "name": "extensions", "lineno": 46, "scope": "ImageLoaderFFPy", "is_async": false }, { "id": "kivy.core.image.img_ffpyplayer.ImageLoaderFFPy.load", "name": "load", "lineno": 54, "scope": "ImageLoaderFFPy", "is_async": false } ], "kivy.core.image.img_pil": [ { "id": "kivy.core.image.img_pil.ImageLoaderPIL.can_save", "name": "can_save", "lineno": 47, "scope": "ImageLoaderPIL", "is_async": false }, { "id": "kivy.core.image.img_pil.ImageLoaderPIL.can_load_memory", "name": "can_load_memory", "lineno": 53, "scope": "ImageLoaderPIL", "is_async": false }, { "id": "kivy.core.image.img_pil.ImageLoaderPIL.extensions", "name": "extensions", "lineno": 57, "scope": "ImageLoaderPIL", "is_async": false }, { "id": "kivy.core.image.img_pil.ImageLoaderPIL._img_correct", "name": "_img_correct", "lineno": 62, "scope": "ImageLoaderPIL", "is_async": false }, { "id": "kivy.core.image.img_pil.ImageLoaderPIL._img_read", "name": "_img_read", "lineno": 78, "scope": "ImageLoaderPIL", "is_async": false }, { "id": "kivy.core.image.img_pil.ImageLoaderPIL.load", "name": "load", "lineno": 101, "scope": "ImageLoaderPIL", "is_async": false }, { "id": "kivy.core.image.img_pil.ImageLoaderPIL.save", "name": "save", "lineno": 114, "scope": "ImageLoaderPIL", "is_async": false } ], "kivy.core.image.img_sdl3": [ { "id": "kivy.core.image.img_sdl3.ImageLoaderSDL3.extensions", "name": "extensions", "lineno": 24, "scope": "ImageLoaderSDL3", "is_async": false }, { "id": "kivy.core.image.img_sdl3.ImageLoaderSDL3.can_save", "name": "can_save", "lineno": 30, "scope": "ImageLoaderSDL3", "is_async": false }, { "id": "kivy.core.image.img_sdl3.ImageLoaderSDL3.can_load_memory", "name": "can_load_memory", "lineno": 34, "scope": "ImageLoaderSDL3", "is_async": false }, { "id": "kivy.core.image.img_sdl3.ImageLoaderSDL3.load", "name": "load", "lineno": 37, "scope": "ImageLoaderSDL3", "is_async": false }, { "id": "kivy.core.image.img_sdl3.ImageLoaderSDL3.save", "name": "save", "lineno": 57, "scope": "ImageLoaderSDL3", "is_async": false } ], "kivy.core.image.img_tex": [ { "id": "kivy.core.image.img_tex.ImageLoaderTex.extensions", "name": "extensions", "lineno": 17, "scope": "ImageLoaderTex", "is_async": false }, { "id": "kivy.core.image.img_tex.ImageLoaderTex.load", "name": "load", "lineno": 20, "scope": "ImageLoaderTex", "is_async": false } ], "kivy.core.image.img_thorvg_svg": [ { "id": "kivy.core.image.img_thorvg_svg._apply_min_raster_size", "name": "_apply_min_raster_size", "lineno": 84, "scope": null, "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg._render_svg_to_rgba", "name": "_render_svg_to_rgba", "lineno": 98, "scope": null, "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.extensions", "name": "extensions", "lineno": 160, "scope": "ImageLoaderThorvgSvg", "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.can_load_memory", "name": "can_load_memory", "lineno": 164, "scope": "ImageLoaderThorvgSvg", "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.__init__", "name": "__init__", "lineno": 167, "scope": "ImageLoaderThorvgSvg", "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.load", "name": "load", "lineno": 171, "scope": "ImageLoaderThorvgSvg", "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_file", "name": "_load_from_file", "lineno": 178, "scope": "ImageLoaderThorvgSvg", "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_memory", "name": "_load_from_memory", "lineno": 208, "scope": "ImageLoaderThorvgSvg", "is_async": false }, { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._resolve_size", "name": "_resolve_size", "lineno": 243, "scope": "ImageLoaderThorvgSvg", "is_async": false } ], "kivy.core.image": [ { "id": "kivy.core.image._parse_uri_params", "name": "_parse_uri_params", "lineno": 287, "scope": null, "is_async": false }, { "id": "kivy.core.image.ImageData.__init__", "name": "__init__", "lineno": 342, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.release_data", "name": "release_data", "lineno": 363, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.width", "name": "width", "lineno": 370, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.height", "name": "height", "lineno": 377, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.data", "name": "data", "lineno": 384, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.rowlength", "name": "rowlength", "lineno": 391, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.size", "name": "size", "lineno": 400, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.have_mipmap", "name": "have_mipmap", "lineno": 408, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.__repr__", "name": "__repr__", "lineno": 411, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.add_mipmap", "name": "add_mipmap", "lineno": 417, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.get_mipmap", "name": "get_mipmap", "lineno": 424, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageData.iterate_mipmaps", "name": "iterate_mipmaps", "lineno": 434, "scope": "ImageData", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.__init__", "name": "__init__", "lineno": 458, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.load", "name": "load", "lineno": 471, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.can_save", "name": "can_save", "lineno": 476, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.can_load_memory", "name": "can_load_memory", "lineno": 485, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.save", "name": "save", "lineno": 491, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.populate", "name": "populate", "lineno": 494, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.width", "name": "width", "lineno": 529, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.height", "name": "height", "lineno": 535, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.size", "name": "size", "lineno": 541, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.texture", "name": "texture", "lineno": 547, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.textures", "name": "textures", "lineno": 557, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoaderBase.nocache", "name": "nocache", "lineno": 567, "scope": "ImageLoaderBase", "is_async": false }, { "id": "kivy.core.image.ImageLoader.zip_loader", "name": "zip_loader", "lineno": 580, "scope": "ImageLoader", "is_async": false }, { "id": "kivy.core.image.ImageLoader.register", "name": "register", "lineno": 634, "scope": "ImageLoader", "is_async": false }, { "id": "kivy.core.image.ImageLoader._load_single", "name": "_load_single", "lineno": 646, "scope": "ImageLoader", "is_async": false }, { "id": "kivy.core.image.ImageLoader._load_single.check_compatibility", "name": "check_compatibility", "lineno": 665, "scope": "ImageLoader._load_single", "is_async": false }, { "id": "kivy.core.image.ImageLoader._load_single.try_load", "name": "try_load", "lineno": 673, "scope": "ImageLoader._load_single", "is_async": false }, { "id": "kivy.core.image.ImageLoader._load_single.fallback_load", "name": "fallback_load", "lineno": 689, "scope": "ImageLoader._load_single", "is_async": false }, { "id": "kivy.core.image.ImageLoader._load_atlas", "name": "_load_atlas", "lineno": 712, "scope": "ImageLoader", "is_async": false }, { "id": "kivy.core.image.ImageLoader.load", "name": "load", "lineno": 762, "scope": "ImageLoader", "is_async": false }, { "id": "kivy.core.image.Image.__init__", "name": "__init__", "lineno": 857, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.remove_from_cache", "name": "remove_from_cache", "lineno": 915, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._anim", "name": "_anim", "lineno": 938, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.anim_reset", "name": "anim_reset", "lineno": 949, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._get_anim_delay", "name": "_get_anim_delay", "lineno": 982, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._set_anim_delay", "name": "_set_anim_delay", "lineno": 985, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.anim_available", "name": "anim_available", "lineno": 1006, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.anim_index", "name": "anim_index", "lineno": 1014, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._img_iterate", "name": "_img_iterate", "lineno": 1021, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.on_texture", "name": "on_texture", "lineno": 1031, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.load", "name": "load", "lineno": 1040, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.available_providers", "name": "available_providers", "lineno": 1053, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._get_image", "name": "_get_image", "lineno": 1070, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._set_image", "name": "_set_image", "lineno": 1073, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._get_filename", "name": "_get_filename", "lineno": 1083, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._set_filename", "name": "_set_filename", "lineno": 1086, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.load_memory", "name": "load_memory", "lineno": 1137, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.size", "name": "size", "lineno": 1161, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.width", "name": "width", "lineno": 1167, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.height", "name": "height", "lineno": 1173, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.texture", "name": "texture", "lineno": 1179, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.nocache", "name": "nocache", "lineno": 1187, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.save", "name": "save", "lineno": 1194, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image._find_format_from_filename", "name": "_find_format_from_filename", "lineno": 1280, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.Image.read_pixel", "name": "read_pixel", "lineno": 1292, "scope": "Image", "is_async": false }, { "id": "kivy.core.image.load", "name": "load", "lineno": 1341, "scope": null, "is_async": false } ], "kivy.core.lottie.lottie_null": [ { "id": "kivy.core.lottie.lottie_null.LottieNull.load", "name": "load", "lineno": 30, "scope": "LottieNull", "is_async": false }, { "id": "kivy.core.lottie.lottie_null.LottieNull.markers", "name": "markers", "lineno": 42, "scope": "LottieNull", "is_async": false }, { "id": "kivy.core.lottie.lottie_null.LottieNull.play_segment", "name": "play_segment", "lineno": 45, "scope": "LottieNull", "is_async": false }, { "id": "kivy.core.lottie.lottie_null.LottieNull.play_marker", "name": "play_marker", "lineno": 48, "scope": "LottieNull", "is_async": false }, { "id": "kivy.core.lottie.lottie_null.LottieNull.slots", "name": "slots", "lineno": 56, "scope": "LottieNull", "is_async": false }, { "id": "kivy.core.lottie.lottie_null.LottieNull.apply_slot", "name": "apply_slot", "lineno": 59, "scope": "LottieNull", "is_async": false }, { "id": "kivy.core.lottie.lottie_null.LottieNull.reset_slot", "name": "reset_slot", "lineno": 62, "scope": "LottieNull", "is_async": false }, { "id": "kivy.core.lottie.lottie_null.LottieNull.set_quality", "name": "set_quality", "lineno": 69, "scope": "LottieNull", "is_async": false } ], "kivy.core.lottie.lottie_thorvg": [ { "id": "kivy.core.lottie.lottie_thorvg._resolve_render_size", "name": "_resolve_render_size", "lineno": 67, "scope": null, "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg._marker_names_from_animation", "name": "_marker_names_from_animation", "lineno": 92, "scope": null, "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "name": "_collect_slot_ids", "lineno": 116, "scope": null, "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg._collect_slot_ids._walk", "name": "_walk", "lineno": 135, "scope": "_collect_slot_ids", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.__init__", "name": "__init__", "lineno": 166, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.load", "name": "load", "lineno": 181, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.unload", "name": "unload", "lineno": 280, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg._teardown", "name": "_teardown", "lineno": 284, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg._render_frame", "name": "_render_frame", "lineno": 308, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.markers", "name": "markers", "lineno": 360, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.play_segment", "name": "play_segment", "lineno": 370, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.play_marker", "name": "play_marker", "lineno": 386, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg._sync_segment_metadata", "name": "_sync_segment_metadata", "lineno": 418, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.slots", "name": "slots", "lineno": 439, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.apply_slot", "name": "apply_slot", "lineno": 446, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.reset_slot", "name": "reset_slot", "lineno": 478, "scope": "LottieThorvg", "is_async": false }, { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg.set_quality", "name": "set_quality", "lineno": 508, "scope": "LottieThorvg", "is_async": false } ], "kivy.core.lottie": [ { "id": "kivy.core.lottie.LottieBase.__init__", "name": "__init__", "lineno": 121, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.__del__", "name": "__del__", "lineno": 140, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.on_eos", "name": "on_eos", "lineno": 147, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.on_load", "name": "on_load", "lineno": 150, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.on_frame", "name": "on_frame", "lineno": 153, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._get_filename", "name": "_get_filename", "lineno": 160, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._set_filename", "name": "_set_filename", "lineno": 163, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._get_position", "name": "_get_position", "lineno": 178, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._set_position", "name": "_set_position", "lineno": 181, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._get_duration", "name": "_get_duration", "lineno": 191, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._get_total_frames", "name": "_get_total_frames", "lineno": 199, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._get_texture", "name": "_get_texture", "lineno": 207, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._get_state", "name": "_get_state", "lineno": 215, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._get_eos", "name": "_get_eos", "lineno": 223, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._set_eos", "name": "_set_eos", "lineno": 226, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._do_eos", "name": "_do_eos", "lineno": 242, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._update", "name": "_update", "lineno": 258, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._render_frame", "name": "_render_frame", "lineno": 275, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase._refresh", "name": "_refresh", "lineno": 283, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.refresh", "name": "refresh", "lineno": 296, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.seek", "name": "seek", "lineno": 309, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.play", "name": "play", "lineno": 321, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.pause", "name": "pause", "lineno": 329, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.stop", "name": "stop", "lineno": 338, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.load", "name": "load", "lineno": 354, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.unload", "name": "unload", "lineno": 363, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.markers", "name": "markers", "lineno": 375, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.play_segment", "name": "play_segment", "lineno": 385, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.play_marker", "name": "play_marker", "lineno": 401, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.slots", "name": "slots", "lineno": 418, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.has_slot", "name": "has_slot", "lineno": 427, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.apply_slot", "name": "apply_slot", "lineno": 437, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.reset_slot", "name": "reset_slot", "lineno": 456, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.set_color", "name": "set_color", "lineno": 471, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.set_opacity", "name": "set_opacity", "lineno": 491, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.set_text", "name": "set_text", "lineno": 506, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.set_image", "name": "set_image", "lineno": 522, "scope": "LottieBase", "is_async": false }, { "id": "kivy.core.lottie.LottieBase.set_quality", "name": "set_quality", "lineno": 542, "scope": "LottieBase", "is_async": false } ], "kivy.core.spelling.spelling_enchant": [ { "id": "kivy.core.spelling.spelling_enchant.SpellingEnchant.__init__", "name": "__init__", "lineno": 22, "scope": "SpellingEnchant", "is_async": false }, { "id": "kivy.core.spelling.spelling_enchant.SpellingEnchant.select_language", "name": "select_language", "lineno": 26, "scope": "SpellingEnchant", "is_async": false }, { "id": "kivy.core.spelling.spelling_enchant.SpellingEnchant.list_languages", "name": "list_languages", "lineno": 33, "scope": "SpellingEnchant", "is_async": false }, { "id": "kivy.core.spelling.spelling_enchant.SpellingEnchant.check", "name": "check", "lineno": 38, "scope": "SpellingEnchant", "is_async": false }, { "id": "kivy.core.spelling.spelling_enchant.SpellingEnchant.suggest", "name": "suggest", "lineno": 43, "scope": "SpellingEnchant", "is_async": false } ], "kivy.core.spelling.spelling_osxappkit": [ { "id": "kivy.core.spelling.spelling_osxappkit.SpellingOSXAppKit.__init__", "name": "__init__", "lineno": 26, "scope": "SpellingOSXAppKit", "is_async": false }, { "id": "kivy.core.spelling.spelling_osxappkit.SpellingOSXAppKit.select_language", "name": "select_language", "lineno": 30, "scope": "SpellingOSXAppKit", "is_async": false }, { "id": "kivy.core.spelling.spelling_osxappkit.SpellingOSXAppKit.list_languages", "name": "list_languages", "lineno": 36, "scope": "SpellingOSXAppKit", "is_async": false }, { "id": "kivy.core.spelling.spelling_osxappkit.SpellingOSXAppKit.check", "name": "check", "lineno": 39, "scope": "SpellingOSXAppKit", "is_async": false }, { "id": "kivy.core.spelling.spelling_osxappkit.SpellingOSXAppKit.suggest", "name": "suggest", "lineno": 50, "scope": "SpellingOSXAppKit", "is_async": false } ], "kivy.core.spelling": [ { "id": "kivy.core.spelling.SpellingBase.__init__", "name": "__init__", "lineno": 53, "scope": "SpellingBase", "is_async": false }, { "id": "kivy.core.spelling.SpellingBase.select_language", "name": "select_language", "lineno": 79, "scope": "SpellingBase", "is_async": false }, { "id": "kivy.core.spelling.SpellingBase.list_languages", "name": "list_languages", "lineno": 93, "scope": "SpellingBase", "is_async": false }, { "id": "kivy.core.spelling.SpellingBase.check", "name": "check", "lineno": 101, "scope": "SpellingBase", "is_async": false }, { "id": "kivy.core.spelling.SpellingBase.suggest", "name": "suggest", "lineno": 115, "scope": "SpellingBase", "is_async": false } ], "kivy.core.svg.svg_thorvg": [ { "id": "kivy.core.svg.svg_thorvg._generate_id", "name": "_generate_id", "lineno": 24, "scope": null, "is_async": false }, { "id": "kivy.core.svg.svg_thorvg._extract_element_ids_xml", "name": "_extract_element_ids_xml", "lineno": 38, "scope": null, "is_async": false }, { "id": "kivy.core.svg.svg_thorvg._extract_element_ids_accessible", "name": "_extract_element_ids_accessible", "lineno": 62, "scope": null, "is_async": false }, { "id": "kivy.core.svg.svg_thorvg._extract_element_ids_accessible._visitor", "name": "_visitor", "lineno": 83, "scope": "_extract_element_ids_accessible", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg._apply_current_color", "name": "_apply_current_color", "lineno": 95, "scope": null, "is_async": false }, { "id": "kivy.core.svg.svg_thorvg._svg_parse_dim", "name": "_svg_parse_dim", "lineno": 116, "scope": null, "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.__init__", "name": "__init__", "lineno": 139, "scope": "SvgProviderThorvg", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.load", "name": "load", "lineno": 149, "scope": "SvgProviderThorvg", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.load_data", "name": "load_data", "lineno": 172, "scope": "SvgProviderThorvg", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_from_data", "name": "_probe_from_data", "lineno": 190, "scope": "SvgProviderThorvg", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_size_from_xml", "name": "_probe_size_from_xml", "lineno": 230, "scope": "SvgProviderThorvg", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.get_document_size", "name": "get_document_size", "lineno": 264, "scope": "SvgProviderThorvg", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.get_element_ids", "name": "get_element_ids", "lineno": 267, "scope": "SvgProviderThorvg", "is_async": false }, { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.render", "name": "render", "lineno": 274, "scope": "SvgProviderThorvg", "is_async": false } ], "kivy.core.system_tray": [], "kivy.core.text.markup": [ { "id": "kivy.core.text.markup.MarkupLabel.__init__", "name": "__init__", "lineno": 90, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.refs", "name": "refs", "lineno": 99, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.anchors", "name": "anchors", "lineno": 107, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.markup", "name": "markup", "lineno": 115, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel._push_style", "name": "_push_style", "lineno": 126, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel._pop_style", "name": "_pop_style", "lineno": 131, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.render", "name": "render", "lineno": 138, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel._pre_render", "name": "_pre_render", "lineno": 147, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.render_lines", "name": "render_lines", "lineno": 455, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.shorten_post", "name": "shorten_post", "lineno": 518, "scope": "MarkupLabel", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.shorten_post.n", "name": "n", "lineno": 543, "scope": "MarkupLabel.shorten_post", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.shorten_post.p", "name": "p", "lineno": 573, "scope": "MarkupLabel.shorten_post", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.shorten_post.n_restricted", "name": "n_restricted", "lineno": 601, "scope": "MarkupLabel.shorten_post", "is_async": false }, { "id": "kivy.core.text.markup.MarkupLabel.shorten_post.p_restricted", "name": "p_restricted", "lineno": 643, "scope": "MarkupLabel.shorten_post", "is_async": false }, { "id": "kivy.core.text.markup.get_markup_label_class", "name": "get_markup_label_class", "lineno": 900, "scope": null, "is_async": false }, { "id": "kivy.core.text.markup.get_markup_label_class._make_init", "name": "_make_init", "lineno": 944, "scope": "get_markup_label_class", "is_async": false }, { "id": "kivy.core.text.markup.get_markup_label_class._make_init.__init__", "name": "__init__", "lineno": 945, "scope": "get_markup_label_class._make_init", "is_async": false } ], "kivy.core.text.text_pango": [ { "id": "kivy.core.text.text_pango.LabelPango.__init__", "name": "__init__", "lineno": 101, "scope": "LabelPango", "is_async": false }, { "id": "kivy.core.text.text_pango.LabelPango._render_begin", "name": "_render_begin", "lineno": 109, "scope": "LabelPango", "is_async": false }, { "id": "kivy.core.text.text_pango.LabelPango._render_text", "name": "_render_text", "lineno": 112, "scope": "LabelPango", "is_async": false }, { "id": "kivy.core.text.text_pango.LabelPango._render_end", "name": "_render_end", "lineno": 115, "scope": "LabelPango", "is_async": false }, { "id": "kivy.core.text.text_pango.PangoFontContextManager.add_font", "name": "add_font", "lineno": 130, "scope": "PangoFontContextManager", "is_async": false } ], "kivy.core.text.text_pil": [ { "id": "kivy.core.text.text_pil.LabelPIL._select_font", "name": "_select_font", "lineno": 21, "scope": "LabelPIL", "is_async": false }, { "id": "kivy.core.text.text_pil.LabelPIL.get_extents", "name": "get_extents", "lineno": 38, "scope": "LabelPIL", "is_async": false }, { "id": "kivy.core.text.text_pil.LabelPIL.get_cached_extents", "name": "get_cached_extents", "lineno": 54, "scope": "LabelPIL", "is_async": false }, { "id": "kivy.core.text.text_pil.LabelPIL._render_begin", "name": "_render_begin", "lineno": 57, "scope": "LabelPIL", "is_async": false }, { "id": "kivy.core.text.text_pil.LabelPIL._render_text", "name": "_render_text", "lineno": 62, "scope": "LabelPIL", "is_async": false }, { "id": "kivy.core.text.text_pil.LabelPIL._render_end", "name": "_render_end", "lineno": 77, "scope": "LabelPIL", "is_async": false } ], "kivy.core.text.text_sdl3": [ { "id": "kivy.core.text.text_sdl3.LabelSDL3.__init__", "name": "__init__", "lineno": 29, "scope": "LabelSDL3", "is_async": false }, { "id": "kivy.core.text.text_sdl3.LabelSDL3._get_font_id", "name": "_get_font_id", "lineno": 33, "scope": "LabelSDL3", "is_async": false }, { "id": "kivy.core.text.text_sdl3.LabelSDL3.get_extents", "name": "get_extents", "lineno": 38, "scope": "LabelSDL3", "is_async": false }, { "id": "kivy.core.text.text_sdl3.LabelSDL3.get_descent", "name": "get_descent", "lineno": 44, "scope": "LabelSDL3", "is_async": false }, { "id": "kivy.core.text.text_sdl3.LabelSDL3.get_ascent", "name": "get_ascent", "lineno": 47, "scope": "LabelSDL3", "is_async": false }, { "id": "kivy.core.text.text_sdl3.LabelSDL3._render_begin", "name": "_render_begin", "lineno": 50, "scope": "LabelSDL3", "is_async": false }, { "id": "kivy.core.text.text_sdl3.LabelSDL3._render_text", "name": "_render_text", "lineno": 53, "scope": "LabelSDL3", "is_async": false }, { "id": "kivy.core.text.text_sdl3.LabelSDL3._render_end", "name": "_render_end", "lineno": 59, "scope": "LabelSDL3", "is_async": false } ], "kivy.core.text": [ { "id": "kivy.core.text._is_strict_mode", "name": "_is_strict_mode", "lineno": 152, "scope": null, "is_async": false }, { "id": "kivy.core.text.LabelBase.__init__", "name": "__init__", "lineno": 321, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._migrate_deprecated_padding_xy", "name": "_migrate_deprecated_padding_xy", "lineno": 411, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.register", "name": "register", "lineno": 420, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.register_provider", "name": "register_provider", "lineno": 456, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.available_providers", "name": "available_providers", "lineno": 479, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.get_provider_class", "name": "get_provider_class", "lineno": 499, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.resolve_font_name", "name": "resolve_font_name", "lineno": 530, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.get_system_fonts_dir", "name": "get_system_fonts_dir", "lineno": 568, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.get_extents", "name": "get_extents", "lineno": 606, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.get_cached_extents", "name": "get_cached_extents", "lineno": 611, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._render_begin", "name": "_render_begin", "lineno": 634, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._render_text", "name": "_render_text", "lineno": 637, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._render_end", "name": "_render_end", "lineno": 640, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.shorten", "name": "shorten", "lineno": 643, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._default_line_options", "name": "_default_line_options", "lineno": 769, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.clear_texture", "name": "clear_texture", "lineno": 775, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.find_base_direction", "name": "find_base_direction", "lineno": 786, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.render_lines", "name": "render_lines", "lineno": 797, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._render_real", "name": "_render_real", "lineno": 876, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.render", "name": "render", "lineno": 908, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._texture_refresh", "name": "_texture_refresh", "lineno": 967, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._texture_fill", "name": "_texture_fill", "lineno": 970, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.refresh", "name": "refresh", "lineno": 974, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._get_text", "name": "_get_text", "lineno": 1004, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._set_text", "name": "_set_text", "lineno": 1007, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.texture_1px", "name": "texture_1px", "lineno": 1015, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.size", "name": "size", "lineno": 1023, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.width", "name": "width", "lineno": 1027, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.height", "name": "height", "lineno": 1031, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.content_width", "name": "content_width", "lineno": 1035, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.content_height", "name": "content_height", "lineno": 1045, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.content_size", "name": "content_size", "lineno": 1055, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase.fontid", "name": "fontid", "lineno": 1062, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._get_text_size", "name": "_get_text_size", "lineno": 1068, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.LabelBase._set_text_size", "name": "_set_text_size", "lineno": 1071, "scope": "LabelBase", "is_async": false }, { "id": "kivy.core.text.FontContextManagerBase.create", "name": "create", "lineno": 1084, "scope": "FontContextManagerBase", "is_async": false }, { "id": "kivy.core.text.FontContextManagerBase.exists", "name": "exists", "lineno": 1122, "scope": "FontContextManagerBase", "is_async": false }, { "id": "kivy.core.text.FontContextManagerBase.destroy", "name": "destroy", "lineno": 1132, "scope": "FontContextManagerBase", "is_async": false }, { "id": "kivy.core.text.FontContextManagerBase.list", "name": "list", "lineno": 1142, "scope": "FontContextManagerBase", "is_async": false }, { "id": "kivy.core.text.FontContextManagerBase.list_families", "name": "list_families", "lineno": 1154, "scope": "FontContextManagerBase", "is_async": false }, { "id": "kivy.core.text.FontContextManagerBase.list_custom", "name": "list_custom", "lineno": 1170, "scope": "FontContextManagerBase", "is_async": false }, { "id": "kivy.core.text.FontContextManagerBase.add_font", "name": "add_font", "lineno": 1183, "scope": "FontContextManagerBase", "is_async": false } ], "kivy.core.video.video_android": [ { "id": "kivy.core.video.video_android.OnCompletionListener.__init__", "name": "__init__", "lineno": 22, "scope": "OnCompletionListener", "is_async": false }, { "id": "kivy.core.video.video_android.OnCompletionListener.onCompletion", "name": "onCompletion", "lineno": 27, "scope": "OnCompletionListener", "is_async": false }, { "id": "kivy.core.video.video_android.OnErrorListener.__init__", "name": "__init__", "lineno": 36, "scope": "OnErrorListener", "is_async": false }, { "id": "kivy.core.video.video_android.OnErrorListener.onError", "name": "onError", "lineno": 41, "scope": "OnErrorListener", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid.__init__", "name": "__init__", "lineno": 50, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid.load", "name": "load", "lineno": 55, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid.unload", "name": "unload", "lineno": 139, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._get_position", "name": "_get_position", "lineno": 161, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._set_position", "name": "_set_position", "lineno": 169, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._get_duration", "name": "_get_duration", "lineno": 178, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._get_state", "name": "_get_state", "lineno": 181, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._set_volume", "name": "_set_volume", "lineno": 184, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._set_loop", "name": "_set_loop", "lineno": 188, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid.play", "name": "play", "lineno": 193, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid.pause", "name": "pause", "lineno": 200, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid.stop", "name": "stop", "lineno": 205, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid.seek", "name": "seek", "lineno": 212, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._update", "name": "_update", "lineno": 216, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._completion_callback", "name": "_completion_callback", "lineno": 228, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._do_eos", "name": "_do_eos", "lineno": 232, "scope": "VideoAndroid", "is_async": false }, { "id": "kivy.core.video.video_android.VideoAndroid._error_callback", "name": "_error_callback", "lineno": 243, "scope": "VideoAndroid", "is_async": false } ], "kivy.core.video.video_ffmpeg": [ { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg.__init__", "name": "__init__", "lineno": 29, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg.unload", "name": "unload", "lineno": 34, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg.load", "name": "load", "lineno": 41, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg.play", "name": "play", "lineno": 44, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg.stop", "name": "stop", "lineno": 51, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg.seek", "name": "seek", "lineno": 54, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg._do_eos", "name": "_do_eos", "lineno": 59, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg._update", "name": "_update", "lineno": 64, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg._get_duration", "name": "_get_duration", "lineno": 93, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg._get_position", "name": "_get_position", "lineno": 98, "scope": "VideoFFMpeg", "is_async": false }, { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg._set_volume", "name": "_set_volume", "lineno": 103, "scope": "VideoFFMpeg", "is_async": false } ], "kivy.core.video.video_ffpyplayer": [ { "id": "kivy.core.video.video_ffpyplayer._log_callback", "name": "_log_callback", "lineno": 76, "scope": null, "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.__init__", "name": "__init__", "lineno": 107, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._is_stream", "name": "_is_stream", "lineno": 119, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.__del__", "name": "__del__", "lineno": 126, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._wakeup_thread", "name": "_wakeup_thread", "lineno": 129, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._wait_for_wakeup", "name": "_wait_for_wakeup", "lineno": 135, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._player_callback", "name": "_player_callback", "lineno": 141, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._player_callback.close", "name": "close", "lineno": 145, "scope": "VideoFFPy._player_callback", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._get_position", "name": "_get_position", "lineno": 149, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._set_position", "name": "_set_position", "lineno": 154, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._set_volume", "name": "_set_volume", "lineno": 157, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._get_duration", "name": "_get_duration", "lineno": 162, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._do_eos", "name": "_do_eos", "lineno": 168, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._finish_setup", "name": "_finish_setup", "lineno": 180, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._redraw", "name": "_redraw", "lineno": 190, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy._next_frame_run", "name": "_next_frame_run", "lineno": 244, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.seek", "name": "seek", "lineno": 346, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.stop", "name": "stop", "lineno": 351, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.pause", "name": "pause", "lineno": 354, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.play", "name": "play", "lineno": 366, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.load", "name": "load", "lineno": 424, "scope": "VideoFFPy", "is_async": false }, { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy.unload", "name": "unload", "lineno": 427, "scope": "VideoFFPy", "is_async": false } ], "kivy.core.video.video_gstplayer": [ { "id": "kivy.core.video.video_gstplayer._on_gstplayer_buffer", "name": "_on_gstplayer_buffer", "lineno": 32, "scope": null, "is_async": false }, { "id": "kivy.core.video.video_gstplayer._on_gstplayer_message", "name": "_on_gstplayer_message", "lineno": 41, "scope": null, "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer.__init__", "name": "__init__", "lineno": 52, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer._on_gst_eos_sync", "name": "_on_gst_eos_sync", "lineno": 58, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer.load", "name": "load", "lineno": 61, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer.unload", "name": "unload", "lineno": 70, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer.stop", "name": "stop", "lineno": 78, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer.pause", "name": "pause", "lineno": 82, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer.play", "name": "play", "lineno": 86, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer.seek", "name": "seek", "lineno": 91, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer._get_position", "name": "_get_position", "lineno": 94, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer._get_duration", "name": "_get_duration", "lineno": 97, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer._set_volume", "name": "_set_volume", "lineno": 100, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer._update", "name": "_update", "lineno": 105, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer._update_texture", "name": "_update_texture", "lineno": 114, "scope": "VideoGstplayer", "is_async": false }, { "id": "kivy.core.video.video_gstplayer.VideoGstplayer._get_uri", "name": "_get_uri", "lineno": 128, "scope": "VideoGstplayer", "is_async": false } ], "kivy.core.video.video_null": [], "kivy.core.video": [ { "id": "kivy.core.video.VideoBase.__init__", "name": "__init__", "lineno": 62, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.__del__", "name": "__del__", "lineno": 92, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.on_eos", "name": "on_eos", "lineno": 95, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.on_load", "name": "on_load", "lineno": 98, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.on_frame", "name": "on_frame", "lineno": 101, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._get_filename", "name": "_get_filename", "lineno": 104, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._set_filename", "name": "_set_filename", "lineno": 107, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._get_position", "name": "_get_position", "lineno": 120, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._set_position", "name": "_set_position", "lineno": 123, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._get_volume", "name": "_get_volume", "lineno": 130, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._set_volume", "name": "_set_volume", "lineno": 133, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._get_duration", "name": "_get_duration", "lineno": 140, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._get_texture", "name": "_get_texture", "lineno": 146, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._get_state", "name": "_get_state", "lineno": 152, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._do_eos", "name": "_do_eos", "lineno": 158, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase._update", "name": "_update", "lineno": 173, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.seek", "name": "seek", "lineno": 178, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.stop", "name": "stop", "lineno": 183, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.pause", "name": "pause", "lineno": 187, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.play", "name": "play", "lineno": 194, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.load", "name": "load", "lineno": 198, "scope": "VideoBase", "is_async": false }, { "id": "kivy.core.video.VideoBase.unload", "name": "unload", "lineno": 202, "scope": "VideoBase", "is_async": false } ], "kivy.core.window.window_egl_rpi": [ { "id": "kivy.core.window.window_egl_rpi.WindowEglRpi.create_window", "name": "create_window", "lineno": 32, "scope": "WindowEglRpi", "is_async": false }, { "id": "kivy.core.window.window_egl_rpi.WindowEglRpi._create_window", "name": "_create_window", "lineno": 43, "scope": "WindowEglRpi", "is_async": false }, { "id": "kivy.core.window.window_egl_rpi.WindowEglRpi._create_egl_context", "name": "_create_egl_context", "lineno": 53, "scope": "WindowEglRpi", "is_async": false }, { "id": "kivy.core.window.window_egl_rpi.WindowEglRpi.close", "name": "close", "lineno": 81, "scope": "WindowEglRpi", "is_async": false }, { "id": "kivy.core.window.window_egl_rpi.WindowEglRpi.flip", "name": "flip", "lineno": 84, "scope": "WindowEglRpi", "is_async": false } ], "kivy.core.window.window_sdl3": [ { "id": "kivy.core.window.window_sdl3.SDL3MotionEvent.__init__", "name": "__init__", "lineno": 107, "scope": "SDL3MotionEvent", "is_async": false }, { "id": "kivy.core.window.window_sdl3.SDL3MotionEvent.depack", "name": "depack", "lineno": 113, "scope": "SDL3MotionEvent", "is_async": false }, { "id": "kivy.core.window.window_sdl3.SDL3MotionEventProvider.update", "name": "update", "lineno": 123, "scope": "SDL3MotionEventProvider", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.__init__", "name": "__init__", "lineno": 156, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.get_window_info", "name": "get_window_info", "lineno": 215, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._set_minimum_size", "name": "_set_minimum_size", "lineno": 218, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._set_always_on_top", "name": "_set_always_on_top", "lineno": 228, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._set_allow_screensaver", "name": "_set_allow_screensaver", "lineno": 231, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._event_filter", "name": "_event_filter", "lineno": 234, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.create_window", "name": "create_window", "lineno": 280, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._update_density", "name": "_update_density", "lineno": 365, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._update_dpi", "name": "_update_dpi", "lineno": 368, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.close", "name": "close", "lineno": 372, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.maximize", "name": "maximize", "lineno": 378, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.minimize", "name": "minimize", "lineno": 384, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.restore", "name": "restore", "lineno": 390, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.hide", "name": "hide", "lineno": 396, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.show", "name": "show", "lineno": 402, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.raise_window", "name": "raise_window", "lineno": 408, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.set_title", "name": "set_title", "lineno": 414, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.set_icon", "name": "set_icon", "lineno": 417, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.screenshot", "name": "screenshot", "lineno": 420, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.flip", "name": "flip", "lineno": 432, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.set_system_cursor", "name": "set_system_cursor", "lineno": 436, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._get_window_pos", "name": "_get_window_pos", "lineno": 440, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._set_window_pos", "name": "_set_window_pos", "lineno": 443, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._get_window_opacity", "name": "_get_window_opacity", "lineno": 446, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._set_window_opacity", "name": "_set_window_opacity", "lineno": 449, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._get_window_native_handle", "name": "_get_window_native_handle", "lineno": 453, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._is_shapable", "name": "_is_shapable", "lineno": 457, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._set_shape", "name": "_set_shape", "lineno": 460, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._set_cursor_state", "name": "_set_cursor_state", "lineno": 465, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._fix_mouse_pos", "name": "_fix_mouse_pos", "lineno": 468, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "name": "mainloop", "lineno": 475, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._dispatch_drop_event", "name": "_dispatch_drop_event", "lineno": 732, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._collide_and_dispatch_cursor_enter", "name": "_collide_and_dispatch_cursor_enter", "lineno": 746, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._do_resize", "name": "_do_resize", "lineno": 756, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.do_pause", "name": "do_pause", "lineno": 761, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers_state", "name": "_update_modifiers_state", "lineno": 793, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers", "name": "_update_modifiers", "lineno": 797, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.request_keyboard", "name": "request_keyboard", "lineno": 833, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.release_keyboard", "name": "release_keyboard", "lineno": 849, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL._check_keyboard_shown", "name": "_check_keyboard_shown", "lineno": 855, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.map_key", "name": "map_key", "lineno": 861, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.unmap_key", "name": "unmap_key", "lineno": 864, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.grab_mouse", "name": "grab_mouse", "lineno": 868, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.ungrab_mouse", "name": "ungrab_mouse", "lineno": 871, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.set_custom_titlebar", "name": "set_custom_titlebar", "lineno": 874, "scope": "WindowSDL", "is_async": false }, { "id": "kivy.core.window.window_sdl3.WindowSDL.get_system_theme", "name": "get_system_theme", "lineno": 882, "scope": "WindowSDL", "is_async": false } ], "kivy.core.window": [ { "id": "kivy.core.window.Keyboard.__init__", "name": "__init__", "lineno": 124, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard.on_key_down", "name": "on_key_down", "lineno": 139, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard.on_key_up", "name": "on_key_up", "lineno": 142, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard.on_textinput", "name": "on_textinput", "lineno": 145, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard.release", "name": "release", "lineno": 148, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard._on_window_textinput", "name": "_on_window_textinput", "lineno": 156, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard._on_window_key_down", "name": "_on_window_key_down", "lineno": 159, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard._on_window_key_up", "name": "_on_window_key_up", "lineno": 167, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard._on_vkeyboard_key_down", "name": "_on_vkeyboard_key_down", "lineno": 171, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard._on_vkeyboard_key_up", "name": "_on_vkeyboard_key_up", "lineno": 177, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard._on_vkeyboard_textinput", "name": "_on_vkeyboard_textinput", "lineno": 183, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard.string_to_keycode", "name": "string_to_keycode", "lineno": 186, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.Keyboard.keycode_to_string", "name": "keycode_to_string", "lineno": 193, "scope": "Keyboard", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_modifiers", "name": "_get_modifiers", "lineno": 411, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_unrotated_size", "name": "_get_unrotated_size", "lineno": 466, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_size", "name": "_get_size", "lineno": 493, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_size", "name": "_set_size", "lineno": 503, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_width", "name": "_get_width", "lineno": 569, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_height", "name": "_get_height", "lineno": 578, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_center", "name": "_get_center", "lineno": 589, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_rotation", "name": "_get_rotation", "lineno": 600, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_rotation", "name": "_set_rotation", "lineno": 603, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._free_kanimation", "name": "_free_kanimation", "lineno": 665, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._animate_content", "name": "_animate_content", "lineno": 668, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._upd_kbd_height", "name": "_upd_kbd_height", "lineno": 683, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_ios_kheight", "name": "_get_ios_kheight", "lineno": 687, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_android_kheight", "name": "_get_android_kheight", "lineno": 691, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_kivy_vkheight", "name": "_get_kivy_vkheight", "lineno": 699, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_kheight", "name": "_get_kheight", "lineno": 717, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_system_size", "name": "_set_system_size", "lineno": 758, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_system_size", "name": "_get_system_size", "lineno": 761, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_focus", "name": "_get_focus", "lineno": 855, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_cursor_state", "name": "_set_cursor_state", "lineno": 867, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.set_system_cursor", "name": "set_system_cursor", "lineno": 870, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_window_pos", "name": "_get_window_pos", "lineno": 916, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_window_pos", "name": "_set_window_pos", "lineno": 919, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_left", "name": "_get_left", "lineno": 922, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_left", "name": "_set_left", "lineno": 927, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_top", "name": "_get_top", "lineno": 931, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_top", "name": "_set_top", "lineno": 936, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_opacity", "name": "_get_opacity", "lineno": 968, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_opacity", "name": "_set_opacity", "lineno": 971, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_window_opacity", "name": "_get_window_opacity", "lineno": 974, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_window_opacity", "name": "_set_window_opacity", "lineno": 978, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_native_handle", "name": "_get_native_handle", "lineno": 995, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_window_native_handle", "name": "_get_window_native_handle", "lineno": 998, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.__self__", "name": "__self__", "lineno": 1016, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.__new__", "name": "__new__", "lineno": 1072, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.__init__", "name": "__init__", "lineno": 1077, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._reset_metrics_dpi", "name": "_reset_metrics_dpi", "lineno": 1198, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._bind_create_window", "name": "_bind_create_window", "lineno": 1202, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._unbind_create_window", "name": "_unbind_create_window", "lineno": 1208, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.register", "name": "register", "lineno": 1214, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.register_event_manager", "name": "register_event_manager", "lineno": 1222, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.unregister_event_manager", "name": "unregister_event_manager", "lineno": 1237, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.mainloop", "name": "mainloop", "lineno": 1252, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.maximize", "name": "maximize", "lineno": 1257, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.minimize", "name": "minimize", "lineno": 1270, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.restore", "name": "restore", "lineno": 1283, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.hide", "name": "hide", "lineno": 1296, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.show", "name": "show", "lineno": 1309, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.raise_window", "name": "raise_window", "lineno": 1322, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.close", "name": "close", "lineno": 1335, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.set_custom_titlebar", "name": "set_custom_titlebar", "lineno": 1379, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_shape_image", "name": "on_shape_image", "lineno": 1430, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._is_shapable", "name": "_is_shapable", "lineno": 1434, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._get_shapable", "name": "_get_shapable", "lineno": 1437, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.get_gl_backend_name", "name": "get_gl_backend_name", "lineno": 1449, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.initialize_gl", "name": "initialize_gl", "lineno": 1457, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.create_window", "name": "create_window", "lineno": 1462, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_flip", "name": "on_flip", "lineno": 1518, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.flip", "name": "flip", "lineno": 1522, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._update_childsize", "name": "_update_childsize", "lineno": 1526, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.add_widget", "name": "add_widget", "lineno": 1529, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.remove_widget", "name": "remove_widget", "lineno": 1552, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.clear", "name": "clear", "lineno": 1573, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.set_title", "name": "set_title", "lineno": 1584, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.set_icon", "name": "set_icon", "lineno": 1591, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.to_widget", "name": "to_widget", "lineno": 1598, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.to_window", "name": "to_window", "lineno": 1601, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.to_normalized_pos", "name": "to_normalized_pos", "lineno": 1604, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.transform_motion_event_2d", "name": "transform_motion_event_2d", "lineno": 1617, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._apply_transform", "name": "_apply_transform", "lineno": 1654, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.get_window_matrix", "name": "get_window_matrix", "lineno": 1657, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.get_root_window", "name": "get_root_window", "lineno": 1662, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.get_parent_window", "name": "get_parent_window", "lineno": 1665, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.get_parent_layout", "name": "get_parent_layout", "lineno": 1668, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_draw", "name": "on_draw", "lineno": 1671, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_motion", "name": "on_motion", "lineno": 1675, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_touch_down", "name": "on_touch_down", "lineno": 1714, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_touch_move", "name": "on_touch_move", "lineno": 1726, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_touch_up", "name": "on_touch_up", "lineno": 1738, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_pre_resize", "name": "on_pre_resize", "lineno": 1750, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_resize", "name": "on_resize", "lineno": 1757, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_move", "name": "on_move", "lineno": 1764, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.update_viewport", "name": "update_viewport", "lineno": 1768, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.update_childsize", "name": "update_childsize", "lineno": 1818, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.screenshot", "name": "screenshot", "lineno": 1872, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_rotate", "name": "on_rotate", "lineno": 1887, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_close", "name": "on_close", "lineno": 1892, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_minimize", "name": "on_minimize", "lineno": 1897, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_maximize", "name": "on_maximize", "lineno": 1907, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_restore", "name": "on_restore", "lineno": 1917, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_hide", "name": "on_hide", "lineno": 1927, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_show", "name": "on_show", "lineno": 1937, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_request_close", "name": "on_request_close", "lineno": 1947, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_cursor_enter", "name": "on_cursor_enter", "lineno": 1960, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_cursor_leave", "name": "on_cursor_leave", "lineno": 1970, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_mouse_down", "name": "on_mouse_down", "lineno": 1980, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_mouse_move", "name": "on_mouse_move", "lineno": 1984, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_mouse_up", "name": "on_mouse_up", "lineno": 1988, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_joy_axis", "name": "on_joy_axis", "lineno": 1992, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_joy_hat", "name": "on_joy_hat", "lineno": 1998, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_joy_ball", "name": "on_joy_ball", "lineno": 2004, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_joy_button_down", "name": "on_joy_button_down", "lineno": 2010, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_joy_button_up", "name": "on_joy_button_up", "lineno": 2016, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_keyboard", "name": "on_keyboard", "lineno": 2022, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.__exit", "name": "__exit", "lineno": 2055, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_key_down", "name": "on_key_down", "lineno": 2061, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_key_up", "name": "on_key_up", "lineno": 2070, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_textinput", "name": "on_textinput", "lineno": 2080, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_drop_begin", "name": "on_drop_begin", "lineno": 2090, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_drop_file", "name": "on_drop_file", "lineno": 2117, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_drop_text", "name": "on_drop_text", "lineno": 2159, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_drop_end", "name": "on_drop_end", "lineno": 2190, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_memorywarning", "name": "on_memorywarning", "lineno": 2215, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.on_textedit", "name": "on_textedit", "lineno": 2227, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.configure_keyboards", "name": "configure_keyboards", "lineno": 2246, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.set_vkeyboard_class", "name": "set_vkeyboard_class", "lineno": 2307, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.release_all_keyboards", "name": "release_all_keyboards", "lineno": 2315, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.request_keyboard", "name": "request_keyboard", "lineno": 2326, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.release_keyboard", "name": "release_keyboard", "lineno": 2450, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.grab_mouse", "name": "grab_mouse", "lineno": 2476, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.ungrab_mouse", "name": "ungrab_mouse", "lineno": 2486, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._load_shape_image", "name": "_load_shape_image", "lineno": 2496, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase._set_fsshader_for_shape", "name": "_set_fsshader_for_shape", "lineno": 2512, "scope": "WindowBase", "is_async": false }, { "id": "kivy.core.window.WindowBase.get_system_theme", "name": "get_system_theme", "lineno": 2528, "scope": "WindowBase", "is_async": false } ], "kivy.deps": [], "kivy.effects.dampedscroll": [ { "id": "kivy.effects.dampedscroll.DampedScrollEffect.__init__", "name": "__init__", "lineno": 83, "scope": "DampedScrollEffect", "is_async": false }, { "id": "kivy.effects.dampedscroll.DampedScrollEffect._rubber_band_clamp", "name": "_rubber_band_clamp", "lineno": 90, "scope": "DampedScrollEffect", "is_async": false }, { "id": "kivy.effects.dampedscroll.DampedScrollEffect._get_viewport_dimension", "name": "_get_viewport_dimension", "lineno": 107, "scope": "DampedScrollEffect", "is_async": false }, { "id": "kivy.effects.dampedscroll.DampedScrollEffect.update_velocity", "name": "update_velocity", "lineno": 123, "scope": "DampedScrollEffect", "is_async": false }, { "id": "kivy.effects.dampedscroll.DampedScrollEffect._apply_spring_force", "name": "_apply_spring_force", "lineno": 150, "scope": "DampedScrollEffect", "is_async": false }, { "id": "kivy.effects.dampedscroll.DampedScrollEffect.apply_distance", "name": "apply_distance", "lineno": 193, "scope": "DampedScrollEffect", "is_async": false }, { "id": "kivy.effects.dampedscroll.DampedScrollEffect.on_value", "name": "on_value", "lineno": 211, "scope": "DampedScrollEffect", "is_async": false }, { "id": "kivy.effects.dampedscroll.DampedScrollEffect.on_overscroll", "name": "on_overscroll", "lineno": 227, "scope": "DampedScrollEffect", "is_async": false } ], "kivy.effects.kinetic": [ { "id": "kivy.effects.kinetic.KineticEffect.__init__", "name": "__init__", "lineno": 118, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect._resize_history", "name": "_resize_history", "lineno": 125, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect.apply_distance", "name": "apply_distance", "lineno": 128, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect.start", "name": "start", "lineno": 133, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect.update", "name": "update", "lineno": 149, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect.stop", "name": "stop", "lineno": 159, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect.cancel", "name": "cancel", "lineno": 180, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect.update_velocity", "name": "update_velocity", "lineno": 188, "scope": "KineticEffect", "is_async": false }, { "id": "kivy.effects.kinetic.KineticEffect.halt", "name": "halt", "lineno": 200, "scope": "KineticEffect", "is_async": false } ], "kivy.effects.opacityscroll": [ { "id": "kivy.effects.opacityscroll.OpacityScrollEffect.on_overscroll", "name": "on_overscroll", "lineno": 22, "scope": "OpacityScrollEffect", "is_async": false } ], "kivy.effects.scroll": [ { "id": "kivy.effects.scroll.ScrollEffect.reset", "name": "reset", "lineno": 87, "scope": "ScrollEffect", "is_async": false }, { "id": "kivy.effects.scroll.ScrollEffect.on_value", "name": "on_value", "lineno": 98, "scope": "ScrollEffect", "is_async": false }, { "id": "kivy.effects.scroll.ScrollEffect.start", "name": "start", "lineno": 112, "scope": "ScrollEffect", "is_async": false }, { "id": "kivy.effects.scroll.ScrollEffect.update", "name": "update", "lineno": 117, "scope": "ScrollEffect", "is_async": false }, { "id": "kivy.effects.scroll.ScrollEffect.stop", "name": "stop", "lineno": 121, "scope": "ScrollEffect", "is_async": false } ], "kivy.effects": [], "kivy.eventmanager.hover": [ { "id": "kivy.eventmanager.hover.HoverManager.__init__", "name": "__init__", "lineno": 117, "scope": "HoverManager", "is_async": false }, { "id": "kivy.eventmanager.hover.HoverManager.start", "name": "start", "lineno": 124, "scope": "HoverManager", "is_async": false }, { "id": "kivy.eventmanager.hover.HoverManager.stop", "name": "stop", "lineno": 135, "scope": "HoverManager", "is_async": false }, { "id": "kivy.eventmanager.hover.HoverManager.dispatch", "name": "dispatch", "lineno": 145, "scope": "HoverManager", "is_async": false }, { "id": "kivy.eventmanager.hover.HoverManager._dispatch_to_widgets", "name": "_dispatch_to_widgets", "lineno": 160, "scope": "HoverManager", "is_async": false }, { "id": "kivy.eventmanager.hover.HoverManager._dispatch_to_grabbed_widgets", "name": "_dispatch_to_grabbed_widgets", "lineno": 171, "scope": "HoverManager", "is_async": false }, { "id": "kivy.eventmanager.hover.HoverManager._dispatch_to_widget", "name": "_dispatch_to_widget", "lineno": 187, "scope": "HoverManager", "is_async": false }, { "id": "kivy.eventmanager.hover.HoverManager._dispatch_from_clock", "name": "_dispatch_from_clock", "lineno": 209, "scope": "HoverManager", "is_async": false } ], "kivy.eventmanager": [ { "id": "kivy.eventmanager.EventManagerBase.start", "name": "start", "lineno": 159, "scope": "EventManagerBase", "is_async": false }, { "id": "kivy.eventmanager.EventManagerBase.dispatch", "name": "dispatch", "lineno": 167, "scope": "EventManagerBase", "is_async": false }, { "id": "kivy.eventmanager.EventManagerBase.stop", "name": "stop", "lineno": 181, "scope": "EventManagerBase", "is_async": false } ], "kivy.extras.highlight": [], "kivy.extras": [], "kivy.garden": [ { "id": "kivy.garden.GardenImporter.find_spec", "name": "find_spec", "lineno": 166, "scope": "GardenImporter", "is_async": false } ], "kivy.graphics": [], "kivy.graphics.cgl_backend": [], "kivy.graphics.egl_backend": [], "kivy.input.factory": [ { "id": "kivy.input.factory.MotionEventFactory.register", "name": "register", "lineno": 22, "scope": "MotionEventFactory", "is_async": false }, { "id": "kivy.input.factory.MotionEventFactory.list", "name": "list", "lineno": 27, "scope": "MotionEventFactory", "is_async": false }, { "id": "kivy.input.factory.MotionEventFactory.get", "name": "get", "lineno": 32, "scope": "MotionEventFactory", "is_async": false } ], "kivy.input.motionevent": [ { "id": "kivy.input.motionevent.EnhancedDictionary.__getattr__", "name": "__getattr__", "lineno": 138, "scope": "EnhancedDictionary", "is_async": false }, { "id": "kivy.input.motionevent.EnhancedDictionary.__setattr__", "name": "__setattr__", "lineno": 144, "scope": "EnhancedDictionary", "is_async": false }, { "id": "kivy.input.motionevent.MotionEventMetaclass.__new__", "name": "__new__", "lineno": 150, "scope": "MotionEventMetaclass", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.__init__", "name": "__init__", "lineno": 200, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.depack", "name": "depack", "lineno": 368, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.grab", "name": "grab", "lineno": 382, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.ungrab", "name": "ungrab", "lineno": 419, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.dispatch_done", "name": "dispatch_done", "lineno": 428, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.move", "name": "move", "lineno": 438, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.scale_for_screen", "name": "scale_for_screen", "lineno": 450, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.to_absolute_pos", "name": "to_absolute_pos", "lineno": 485, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.push", "name": "push", "lineno": 505, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.pop", "name": "pop", "lineno": 513, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.apply_transform_2d", "name": "apply_transform_2d", "lineno": 520, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.copy_to", "name": "copy_to", "lineno": 530, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.distance", "name": "distance", "lineno": 535, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.update_time_end", "name": "update_time_end", "lineno": 540, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.dpos", "name": "dpos", "lineno": 545, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.opos", "name": "opos", "lineno": 551, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.ppos", "name": "ppos", "lineno": 557, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.spos", "name": "spos", "lineno": 563, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.__str__", "name": "__str__", "lineno": 568, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.__repr__", "name": "__repr__", "lineno": 573, "scope": "MotionEvent", "is_async": false }, { "id": "kivy.input.motionevent.MotionEvent.is_mouse_scrolling", "name": "is_mouse_scrolling", "lineno": 587, "scope": "MotionEvent", "is_async": false } ], "kivy.input.provider": [ { "id": "kivy.input.provider.MotionEventProvider.__init__", "name": "__init__", "lineno": 19, "scope": "MotionEventProvider", "is_async": false }, { "id": "kivy.input.provider.MotionEventProvider.start", "name": "start", "lineno": 24, "scope": "MotionEventProvider", "is_async": false }, { "id": "kivy.input.provider.MotionEventProvider.stop", "name": "stop", "lineno": 31, "scope": "MotionEventProvider", "is_async": false }, { "id": "kivy.input.provider.MotionEventProvider.update", "name": "update", "lineno": 36, "scope": "MotionEventProvider", "is_async": false } ], "kivy.input.recorder": [ { "id": "kivy.input.recorder.RecorderMotionEvent.depack", "name": "depack", "lineno": 107, "scope": "RecorderMotionEvent", "is_async": false }, { "id": "kivy.input.recorder.Recorder.__init__", "name": "__init__", "lineno": 180, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.on_motion", "name": "on_motion", "lineno": 192, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.on_keyboard", "name": "on_keyboard", "lineno": 205, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.release", "name": "release", "lineno": 217, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.on_record", "name": "on_record", "lineno": 223, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.stop", "name": "stop", "lineno": 237, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.start", "name": "start", "lineno": 240, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.on_play", "name": "on_play", "lineno": 243, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.on_stop", "name": "on_stop", "lineno": 274, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.Recorder.update", "name": "update", "lineno": 277, "scope": "Recorder", "is_async": false }, { "id": "kivy.input.recorder.start", "name": "start", "lineno": 329, "scope": null, "is_async": false }, { "id": "kivy.input.recorder.stop", "name": "stop", "lineno": 333, "scope": null, "is_async": false } ], "kivy.input.shape": [ { "id": "kivy.input.shape.ShapeRect.__init__", "name": "__init__", "lineno": 20, "scope": "ShapeRect", "is_async": false } ], "kivy.input": [], "kivy.input.postproc.calibration": [ { "id": "kivy.input.postproc.calibration.InputPostprocCalibration.__init__", "name": "__init__", "lineno": 92, "scope": "InputPostprocCalibration", "is_async": false }, { "id": "kivy.input.postproc.calibration.InputPostprocCalibration._get_provider_map", "name": "_get_provider_map", "lineno": 117, "scope": "InputPostprocCalibration", "is_async": false }, { "id": "kivy.input.postproc.calibration.InputPostprocCalibration._get_provider_key", "name": "_get_provider_key", "lineno": 135, "scope": "InputPostprocCalibration", "is_async": false }, { "id": "kivy.input.postproc.calibration.InputPostprocCalibration.process", "name": "process", "lineno": 144, "scope": "InputPostprocCalibration", "is_async": false }, { "id": "kivy.input.postproc.calibration.InputPostprocCalibration.auto_calibrate", "name": "auto_calibrate", "lineno": 187, "scope": "InputPostprocCalibration", "is_async": false } ], "kivy.input.postproc.dejitter": [ { "id": "kivy.input.postproc.dejitter.InputPostprocDejitter.__init__", "name": "__init__", "lineno": 38, "scope": "InputPostprocDejitter", "is_async": false }, { "id": "kivy.input.postproc.dejitter.InputPostprocDejitter.taxicab_distance", "name": "taxicab_distance", "lineno": 44, "scope": "InputPostprocDejitter", "is_async": false }, { "id": "kivy.input.postproc.dejitter.InputPostprocDejitter.process", "name": "process", "lineno": 48, "scope": "InputPostprocDejitter", "is_async": false } ], "kivy.input.postproc.doubletap": [ { "id": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.__init__", "name": "__init__", "lineno": 28, "scope": "InputPostprocDoubleTap", "is_async": false }, { "id": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.find_double_tap", "name": "find_double_tap", "lineno": 35, "scope": "InputPostprocDoubleTap", "is_async": false }, { "id": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.process", "name": "process", "lineno": 68, "scope": "InputPostprocDoubleTap", "is_async": false } ], "kivy.input.postproc.ignorelist": [ { "id": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList.__init__", "name": "__init__", "lineno": 26, "scope": "InputPostprocIgnoreList", "is_async": false }, { "id": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList.collide_ignore", "name": "collide_ignore", "lineno": 29, "scope": "InputPostprocIgnoreList", "is_async": false }, { "id": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList.process", "name": "process", "lineno": 36, "scope": "InputPostprocIgnoreList", "is_async": false } ], "kivy.input.postproc.retaintouch": [ { "id": "kivy.input.postproc.retaintouch.InputPostprocRetainTouch.__init__", "name": "__init__", "lineno": 30, "scope": "InputPostprocRetainTouch", "is_async": false }, { "id": "kivy.input.postproc.retaintouch.InputPostprocRetainTouch.process", "name": "process", "lineno": 36, "scope": "InputPostprocRetainTouch", "is_async": false } ], "kivy.input.postproc.tripletap": [ { "id": "kivy.input.postproc.tripletap.InputPostprocTripleTap.__init__", "name": "__init__", "lineno": 30, "scope": "InputPostprocTripleTap", "is_async": false }, { "id": "kivy.input.postproc.tripletap.InputPostprocTripleTap.find_triple_tap", "name": "find_triple_tap", "lineno": 37, "scope": "InputPostprocTripleTap", "is_async": false }, { "id": "kivy.input.postproc.tripletap.InputPostprocTripleTap.process", "name": "process", "lineno": 72, "scope": "InputPostprocTripleTap", "is_async": false } ], "kivy.input.postproc": [], "kivy.input.providers.androidjoystick": [ { "id": "kivy.input.providers.androidjoystick.AndroidMotionEvent.__init__", "name": "__init__", "lineno": 33, "scope": "AndroidMotionEvent", "is_async": false }, { "id": "kivy.input.providers.androidjoystick.AndroidMotionEvent.depack", "name": "depack", "lineno": 39, "scope": "AndroidMotionEvent", "is_async": false }, { "id": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.__init__", "name": "__init__", "lineno": 49, "scope": "AndroidMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.create_joystick", "name": "create_joystick", "lineno": 56, "scope": "AndroidMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.start", "name": "start", "lineno": 66, "scope": "AndroidMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.stop", "name": "stop", "lineno": 72, "scope": "AndroidMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.update", "name": "update", "lineno": 75, "scope": "AndroidMotionEventProvider", "is_async": false } ], "kivy.input.providers.hidinput": [ { "id": "kivy.input.providers.hidinput.HIDMotionEvent.__init__", "name": "__init__", "lineno": 62, "scope": "HIDMotionEvent", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDMotionEvent.depack", "name": "depack", "lineno": 67, "scope": "HIDMotionEvent", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDMotionEvent.__str__", "name": "__str__", "lineno": 84, "scope": "HIDMotionEvent", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider.__init__", "name": "__init__", "lineno": 332, "scope": "HIDInputMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider.start", "name": "start", "lineno": 393, "scope": "HIDInputMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run", "name": "_thread_run", "lineno": 410, "scope": "HIDInputMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_coord", "name": "assign_coord", "lineno": 438, "scope": "HIDInputMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_rel_coord", "name": "assign_rel_coord", "lineno": 451, "scope": "HIDInputMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "name": "process_as_multitouch", "lineno": 468, "scope": "HIDInputMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "name": "process_as_mouse_or_keyboard", "lineno": 511, "scope": "HIDInputMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "name": "process", "lineno": 622, "scope": "HIDInputMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.normalize", "name": "normalize", "lineno": 659, "scope": "HIDInputMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider.update", "name": "update", "lineno": 757, "scope": "HIDInputMotionEventProvider", "is_async": false } ], "kivy.input.providers.leapfinger": [ { "id": "kivy.input.providers.leapfinger.normalize", "name": "normalize", "lineno": 19, "scope": null, "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEvent.__init__", "name": "__init__", "lineno": 25, "scope": "LeapFingerEvent", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEvent.depack", "name": "depack", "lineno": 31, "scope": "LeapFingerEvent", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.start", "name": "start", "lineno": 46, "scope": "LeapFingerEventProvider", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.start.LeapMotionListener.on_init", "name": "on_init", "lineno": 55, "scope": "LeapFingerEventProvider.start.LeapMotionListener", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.start.LeapMotionListener.on_connect", "name": "on_connect", "lineno": 58, "scope": "LeapFingerEventProvider.start.LeapMotionListener", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.start.LeapMotionListener.on_disconnect", "name": "on_disconnect", "lineno": 61, "scope": "LeapFingerEventProvider.start.LeapMotionListener", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.start.LeapMotionListener.on_frame", "name": "on_frame", "lineno": 64, "scope": "LeapFingerEventProvider.start.LeapMotionListener", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.start.LeapMotionListener.on_exit", "name": "on_exit", "lineno": 68, "scope": "LeapFingerEventProvider.start.LeapMotionListener", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.update", "name": "update", "lineno": 76, "scope": "LeapFingerEventProvider", "is_async": false }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.process_frame", "name": "process_frame", "lineno": 86, "scope": "LeapFingerEventProvider", "is_async": false } ], "kivy.input.providers.linuxwacom": [ { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEvent.__init__", "name": "__init__", "lineno": 37, "scope": "LinuxWacomMotionEvent", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEvent.depack", "name": "depack", "lineno": 42, "scope": "LinuxWacomMotionEvent", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEvent.__str__", "name": "__str__", "lineno": 56, "scope": "LinuxWacomMotionEvent", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider.__init__", "name": "__init__", "lineno": 143, "scope": "LinuxWacomMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider.start", "name": "start", "lineno": 196, "scope": "LinuxWacomMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run", "name": "_thread_run", "lineno": 211, "scope": "LinuxWacomMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "name": "process", "lineno": 231, "scope": "LinuxWacomMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.normalize", "name": "normalize", "lineno": 259, "scope": "LinuxWacomMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider.update", "name": "update", "lineno": 387, "scope": "LinuxWacomMotionEventProvider", "is_async": false } ], "kivy.input.providers.mactouch": [ { "id": "kivy.input.providers.mactouch.MacMotionEvent.__init__", "name": "__init__", "lineno": 96, "scope": "MacMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mactouch.MacMotionEvent.depack", "name": "depack", "lineno": 102, "scope": "MacMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mactouch.MacMotionEvent.__str__", "name": "__str__", "lineno": 109, "scope": "MacMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mactouch.MacMotionEventProvider.__init__", "name": "__init__", "lineno": 119, "scope": "MacMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mactouch.MacMotionEventProvider.start", "name": "start", "lineno": 126, "scope": "MacMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mactouch.MacMotionEventProvider.update", "name": "update", "lineno": 148, "scope": "MacMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mactouch.MacMotionEventProvider.stop", "name": "stop", "lineno": 157, "scope": "MacMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mactouch.MacMotionEventProvider._mts_callback", "name": "_mts_callback", "lineno": 162, "scope": "MacMotionEventProvider", "is_async": false } ], "kivy.input.providers.mouse": [ { "id": "kivy.input.providers.mouse.MouseMotionEvent.__init__", "name": "__init__", "lineno": 107, "scope": "MouseMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEvent.depack", "name": "depack", "lineno": 112, "scope": "MouseMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEvent.update_graphics", "name": "update_graphics", "lineno": 133, "scope": "MouseMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEvent.clear_graphics", "name": "clear_graphics", "lineno": 156, "scope": "MouseMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.__init__", "name": "__init__", "lineno": 164, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider._get_disable_hover", "name": "_get_disable_hover", "lineno": 193, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider._set_disable_hover", "name": "_set_disable_hover", "lineno": 196, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.start", "name": "start", "lineno": 215, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider._start_hover_events", "name": "_start_hover_events", "lineno": 229, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.stop", "name": "stop", "lineno": 238, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider._stop_hover_events", "name": "_stop_hover_events", "lineno": 252, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.test_activity", "name": "test_activity", "lineno": 261, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.find_touch", "name": "find_touch", "lineno": 275, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.create_event_id", "name": "create_event_id", "lineno": 282, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.create_touch", "name": "create_touch", "lineno": 286, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.remove_touch", "name": "remove_touch", "lineno": 314, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.create_hover", "name": "create_hover", "lineno": 321, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_motion", "name": "on_mouse_motion", "lineno": 342, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_press", "name": "on_mouse_press", "lineno": 352, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_release", "name": "on_mouse_release", "lineno": 370, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.update_touch_graphics", "name": "update_touch_graphics", "lineno": 397, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.begin_or_update_hover_event", "name": "begin_or_update_hover_event", "lineno": 401, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.begin_hover_event", "name": "begin_hover_event", "lineno": 405, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.update_hover_event", "name": "update_hover_event", "lineno": 409, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.end_hover_event", "name": "end_hover_event", "lineno": 413, "scope": "MouseMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider.update", "name": "update", "lineno": 417, "scope": "MouseMotionEventProvider", "is_async": false } ], "kivy.input.providers.mtdev": [ { "id": "kivy.input.providers.mtdev.MTDMotionEvent.__init__", "name": "__init__", "lineno": 56, "scope": "MTDMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEvent.depack", "name": "depack", "lineno": 61, "scope": "MTDMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEvent.__str__", "name": "__str__", "lineno": 81, "scope": "MTDMotionEvent", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider.__init__", "name": "__init__", "lineno": 115, "scope": "MTDMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider.start", "name": "start", "lineno": 169, "scope": "MTDMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "name": "_thread_run", "lineno": 185, "scope": "MTDMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.assign_coord", "name": "assign_coord", "lineno": 196, "scope": "MTDMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "name": "process", "lineno": 209, "scope": "MTDMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.normalize", "name": "normalize", "lineno": 235, "scope": "MTDMotionEventProvider._thread_run", "is_async": false }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider.update", "name": "update", "lineno": 371, "scope": "MTDMotionEventProvider", "is_async": false } ], "kivy.input.providers.probesysfs": [ { "id": "kivy.input.providers.probesysfs.Input.__init__", "name": "__init__", "lineno": 70, "scope": "Input", "is_async": false }, { "id": "kivy.input.providers.probesysfs.Input.device", "name": "device", "lineno": 75, "scope": "Input", "is_async": false }, { "id": "kivy.input.providers.probesysfs.Input.name", "name": "name", "lineno": 80, "scope": "Input", "is_async": false }, { "id": "kivy.input.providers.probesysfs.Input.get_capabilities", "name": "get_capabilities", "lineno": 84, "scope": "Input", "is_async": false }, { "id": "kivy.input.providers.probesysfs.Input.has_capability", "name": "has_capability", "lineno": 102, "scope": "Input", "is_async": false }, { "id": "kivy.input.providers.probesysfs.Input.is_mouse", "name": "is_mouse", "lineno": 107, "scope": "Input", "is_async": false }, { "id": "kivy.input.providers.probesysfs.getout", "name": "getout", "lineno": 110, "scope": null, "is_async": false }, { "id": "kivy.input.providers.probesysfs.query_xinput", "name": "query_xinput", "lineno": 116, "scope": null, "is_async": false }, { "id": "kivy.input.providers.probesysfs.get_inputs", "name": "get_inputs", "lineno": 138, "scope": null, "is_async": false }, { "id": "kivy.input.providers.probesysfs.read_line", "name": "read_line", "lineno": 145, "scope": null, "is_async": false }, { "id": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.__new__", "name": "__new__", "lineno": 154, "scope": "ProbeSysfsHardwareProbe", "is_async": false }, { "id": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.__init__", "name": "__init__", "lineno": 160, "scope": "ProbeSysfsHardwareProbe", "is_async": false }, { "id": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.should_use_mouse", "name": "should_use_mouse", "lineno": 200, "scope": "ProbeSysfsHardwareProbe", "is_async": false }, { "id": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.probe", "name": "probe", "lineno": 205, "scope": "ProbeSysfsHardwareProbe", "is_async": false } ], "kivy.input.providers.tuio": [ { "id": "kivy.input.providers.tuio.TuioMotionEventProvider.__init__", "name": "__init__", "lineno": 90, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider.register", "name": "register", "lineno": 114, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider.unregister", "name": "unregister", "lineno": 119, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider.create", "name": "create", "lineno": 125, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider.start", "name": "start", "lineno": 131, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider.stop", "name": "stop", "lineno": 147, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider.update", "name": "update", "lineno": 151, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider._osc_tuio_cb", "name": "_osc_tuio_cb", "lineno": 163, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEventProvider._update", "name": "_update", "lineno": 166, "scope": "TuioMotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.tuio.TuioMotionEvent.__init__", "name": "__init__", "lineno": 221, "scope": "TuioMotionEvent", "is_async": false }, { "id": "kivy.input.providers.tuio.Tuio2dCurMotionEvent.depack", "name": "depack", "lineno": 249, "scope": "Tuio2dCurMotionEvent", "is_async": false }, { "id": "kivy.input.providers.tuio.Tuio2dObjMotionEvent.depack", "name": "depack", "lineno": 275, "scope": "Tuio2dObjMotionEvent", "is_async": false }, { "id": "kivy.input.providers.tuio.Tuio2dBlbMotionEvent.__init__", "name": "__init__", "lineno": 306, "scope": "Tuio2dBlbMotionEvent", "is_async": false }, { "id": "kivy.input.providers.tuio.Tuio2dBlbMotionEvent.depack", "name": "depack", "lineno": 310, "scope": "Tuio2dBlbMotionEvent", "is_async": false } ], "kivy.input.providers.wm_common": [ { "id": "kivy.input.providers.wm_common.TOUCHINPUT.size", "name": "size", "lineno": 95, "scope": "TOUCHINPUT", "is_async": false }, { "id": "kivy.input.providers.wm_common.TOUCHINPUT.screen_x", "name": "screen_x", "lineno": 98, "scope": "TOUCHINPUT", "is_async": false }, { "id": "kivy.input.providers.wm_common.TOUCHINPUT.screen_y", "name": "screen_y", "lineno": 101, "scope": "TOUCHINPUT", "is_async": false }, { "id": "kivy.input.providers.wm_common.TOUCHINPUT._event_type", "name": "_event_type", "lineno": 104, "scope": "TOUCHINPUT", "is_async": false }, { "id": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper_generator", "name": "SetWindowLong_WndProc_wrapper_generator", "lineno": 113, "scope": null, "is_async": false }, { "id": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper_generator._closure", "name": "_closure", "lineno": 114, "scope": "SetWindowLong_WndProc_wrapper_generator", "is_async": false } ], "kivy.input.providers.wm_pen": [ { "id": "kivy.input.providers.wm_pen.WM_Pen.__init__", "name": "__init__", "lineno": 19, "scope": "WM_Pen", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_Pen.depack", "name": "depack", "lineno": 25, "scope": "WM_Pen", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_Pen.__str__", "name": "__str__", "lineno": 29, "scope": "WM_Pen", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_PenProvider._is_pen_message", "name": "_is_pen_message", "lineno": 48, "scope": "WM_PenProvider", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_PenProvider._pen_handler", "name": "_pen_handler", "lineno": 55, "scope": "WM_PenProvider", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_PenProvider._pen_wndProc", "name": "_pen_wndProc", "lineno": 75, "scope": "WM_PenProvider", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_PenProvider.start", "name": "start", "lineno": 85, "scope": "WM_PenProvider", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_PenProvider.update", "name": "update", "lineno": 99, "scope": "WM_PenProvider", "is_async": false }, { "id": "kivy.input.providers.wm_pen.WM_PenProvider.stop", "name": "stop", "lineno": 117, "scope": "WM_PenProvider", "is_async": false } ], "kivy.input.providers.wm_touch": [ { "id": "kivy.input.providers.wm_touch.WM_MotionEvent.__init__", "name": "__init__", "lineno": 25, "scope": "WM_MotionEvent", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEvent.depack", "name": "depack", "lineno": 31, "scope": "WM_MotionEvent", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEvent.__str__", "name": "__str__", "lineno": 39, "scope": "WM_MotionEvent", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEventProvider.start", "name": "start", "lineno": 57, "scope": "WM_MotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEventProvider.update", "name": "update", "lineno": 76, "scope": "WM_MotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEventProvider.stop", "name": "stop", "lineno": 112, "scope": "WM_MotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_wndProc", "name": "_touch_wndProc", "lineno": 119, "scope": "WM_MotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_handler", "name": "_touch_handler", "lineno": 137, "scope": "WM_MotionEventProvider", "is_async": false }, { "id": "kivy.input.providers.wm_touch.WM_MotionEventProvider._mouse_handler", "name": "_mouse_handler", "lineno": 150, "scope": "WM_MotionEventProvider", "is_async": false } ], "kivy.input.providers": [], "kivy.lang.builder": [ { "id": "kivy.lang.builder.custom_callback", "name": "custom_callback", "lineno": 48, "scope": null, "is_async": false }, { "id": "kivy.lang.builder.call_fn", "name": "call_fn", "lineno": 53, "scope": null, "is_async": false }, { "id": "kivy.lang.builder.delayed_call_fn", "name": "delayed_call_fn", "lineno": 65, "scope": null, "is_async": false }, { "id": "kivy.lang.builder.update_intermediates", "name": "update_intermediates", "lineno": 79, "scope": null, "is_async": false }, { "id": "kivy.lang.builder.create_handler", "name": "create_handler", "lineno": 170, "scope": null, "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.__init__", "name": "__init__", "lineno": 273, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.create_from", "name": "create_from", "lineno": 283, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.load_file", "name": "load_file", "lineno": 301, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.unload_file", "name": "unload_file", "lineno": 322, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.load_string", "name": "load_string", "lineno": 343, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.apply_rules", "name": "apply_rules", "lineno": 419, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.apply", "name": "apply", "lineno": 470, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase._clear_matchcache", "name": "_clear_matchcache", "lineno": 517, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase._apply_rule", "name": "_apply_rule", "lineno": 521, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.match", "name": "match", "lineno": 674, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.match_rule_name", "name": "match_rule_name", "lineno": 690, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.sync", "name": "sync", "lineno": 707, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.unbind_widget", "name": "unbind_widget", "lineno": 730, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase.unbind_property", "name": "unbind_property", "lineno": 777, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.BuilderBase._build_canvas", "name": "_build_canvas", "lineno": 832, "scope": "BuilderBase", "is_async": false }, { "id": "kivy.lang.builder.match_rule", "name": "match_rule", "lineno": 871, "scope": null, "is_async": false }, { "id": "kivy.lang.builder.dump_builder_stats", "name": "dump_builder_stats", "lineno": 891, "scope": null, "is_async": false } ], "kivy.lang.parser": [ { "id": "kivy.lang.parser.ProxyApp.__init__", "name": "__init__", "lineno": 62, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ProxyApp._ensure_app", "name": "_ensure_app", "lineno": 66, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ProxyApp.__getattribute__", "name": "__getattribute__", "lineno": 77, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ProxyApp.__delattr__", "name": "__delattr__", "lineno": 81, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ProxyApp.__setattr__", "name": "__setattr__", "lineno": 85, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ProxyApp.__bool__", "name": "__bool__", "lineno": 89, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ProxyApp.__str__", "name": "__str__", "lineno": 93, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ProxyApp.__repr__", "name": "__repr__", "lineno": 97, "scope": "ProxyApp", "is_async": false }, { "id": "kivy.lang.parser.ParserException.__init__", "name": "__init__", "lineno": 116, "scope": "ParserException", "is_async": false }, { "id": "kivy.lang.parser.ParserRuleProperty.__init__", "name": "__init__", "lineno": 146, "scope": "ParserRuleProperty", "is_async": false }, { "id": "kivy.lang.parser.ParserRuleProperty.precompile", "name": "precompile", "lineno": 167, "scope": "ParserRuleProperty", "is_async": false }, { "id": "kivy.lang.parser.ParserRuleProperty.get_names_from_expression", "name": "get_names_from_expression", "lineno": 220, "scope": "ParserRuleProperty", "is_async": false }, { "id": "kivy.lang.parser.ParserRuleProperty.__repr__", "name": "__repr__", "lineno": 291, "scope": "ParserRuleProperty", "is_async": false }, { "id": "kivy.lang.parser.ParserRule.__init__", "name": "__init__", "lineno": 306, "scope": "ParserRule", "is_async": false }, { "id": "kivy.lang.parser.ParserRule.precompile", "name": "precompile", "lineno": 340, "scope": "ParserRule", "is_async": false }, { "id": "kivy.lang.parser.ParserRule.create_missing", "name": "create_missing", "lineno": 354, "scope": "ParserRule", "is_async": false }, { "id": "kivy.lang.parser.ParserRule._forbid_selectors", "name": "_forbid_selectors", "lineno": 368, "scope": "ParserRule", "is_async": false }, { "id": "kivy.lang.parser.ParserRule._detect_selectors", "name": "_detect_selectors", "lineno": 375, "scope": "ParserRule", "is_async": false }, { "id": "kivy.lang.parser.ParserRule._build_rule", "name": "_build_rule", "lineno": 392, "scope": "ParserRule", "is_async": false }, { "id": "kivy.lang.parser.ParserRule.__repr__", "name": "__repr__", "lineno": 435, "scope": "ParserRule", "is_async": false }, { "id": "kivy.lang.parser.Parser.__init__", "name": "__init__", "lineno": 453, "scope": "Parser", "is_async": false }, { "id": "kivy.lang.parser.Parser.execute_directives", "name": "execute_directives", "lineno": 466, "scope": "Parser", "is_async": false }, { "id": "kivy.lang.parser.Parser.parse", "name": "parse", "lineno": 552, "scope": "Parser", "is_async": false }, { "id": "kivy.lang.parser.Parser.strip_comments", "name": "strip_comments", "lineno": 586, "scope": "Parser", "is_async": false }, { "id": "kivy.lang.parser.Parser.parse_level", "name": "parse_level", "lineno": 601, "scope": "Parser", "is_async": false }, { "id": "kivy.lang.parser.ParserSelector.__init__", "name": "__init__", "lineno": 763, "scope": "ParserSelector", "is_async": false }, { "id": "kivy.lang.parser.ParserSelector.match", "name": "match", "lineno": 766, "scope": "ParserSelector", "is_async": false }, { "id": "kivy.lang.parser.ParserSelector.__repr__", "name": "__repr__", "lineno": 769, "scope": "ParserSelector", "is_async": false }, { "id": "kivy.lang.parser.ParserSelectorClass.match", "name": "match", "lineno": 775, "scope": "ParserSelectorClass", "is_async": false }, { "id": "kivy.lang.parser.ParserSelectorName.get_bases", "name": "get_bases", "lineno": 783, "scope": "ParserSelectorName", "is_async": false }, { "id": "kivy.lang.parser.ParserSelectorName.match", "name": "match", "lineno": 793, "scope": "ParserSelectorName", "is_async": false }, { "id": "kivy.lang.parser.ParserSelectorName.match_rule_name", "name": "match_rule_name", "lineno": 802, "scope": "ParserSelectorName", "is_async": false } ], "kivy.lang": [], "kivy.lib.ddsfile": [ { "id": "kivy.lib.ddsfile.dxt_to_str", "name": "dxt_to_str", "lineno": 99, "scope": null, "is_async": false }, { "id": "kivy.lib.ddsfile.str_to_dxt", "name": "str_to_dxt", "lineno": 119, "scope": null, "is_async": false }, { "id": "kivy.lib.ddsfile.align_value", "name": "align_value", "lineno": 139, "scope": null, "is_async": false }, { "id": "kivy.lib.ddsfile.check_flags", "name": "check_flags", "lineno": 142, "scope": null, "is_async": false }, { "id": "kivy.lib.ddsfile.dxt_size", "name": "dxt_size", "lineno": 145, "scope": null, "is_async": false }, { "id": "kivy.lib.ddsfile.QueryDict.__getattr__", "name": "__getattr__", "lineno": 155, "scope": "QueryDict", "is_async": false }, { "id": "kivy.lib.ddsfile.QueryDict.__setattr__", "name": "__setattr__", "lineno": 164, "scope": "QueryDict", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile.__init__", "name": "__init__", "lineno": 180, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile.load", "name": "load", "lineno": 193, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile.save", "name": "save", "lineno": 296, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile.add_image", "name": "add_image", "lineno": 318, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile.__repr__", "name": "__repr__", "lineno": 388, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile._get_size", "name": "_get_size", "lineno": 392, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile._set_size", "name": "_set_size", "lineno": 395, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile._get_dxt", "name": "_get_dxt", "lineno": 399, "scope": "DDSFile", "is_async": false }, { "id": "kivy.lib.ddsfile.DDSFile._set_dxt", "name": "_set_dxt", "lineno": 401, "scope": "DDSFile", "is_async": false } ], "kivy.lib.mtdev": [ { "id": "kivy.lib.mtdev.Device.__init__", "name": "__init__", "lineno": 140, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.close", "name": "close", "lineno": 167, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.idle", "name": "idle", "lineno": 176, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.get", "name": "get", "lineno": 192, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.has_mtdata", "name": "has_mtdata", "lineno": 200, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.has_slot", "name": "has_slot", "lineno": 207, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.has_abs", "name": "has_abs", "lineno": 214, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.get_max_abs", "name": "get_max_abs", "lineno": 227, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.get_slot", "name": "get_slot", "lineno": 232, "scope": "Device", "is_async": false }, { "id": "kivy.lib.mtdev.Device.get_abs", "name": "get_abs", "lineno": 241, "scope": "Device", "is_async": false } ], "kivy.lib": [], "kivy.lib.gstplayer": [], "kivy.lib.thorvg": [], "kivy.lib.vidcore_lite": [], "kivy.modules.console": [ { "id": "kivy.modules.console.ignore_exception", "name": "ignore_exception", "lineno": 284, "scope": null, "is_async": false }, { "id": "kivy.modules.console.ignore_exception.f2", "name": "f2", "lineno": 285, "scope": "ignore_exception", "is_async": false }, { "id": "kivy.modules.console.TreeViewProperty._get_widget", "name": "_get_widget", "lineno": 299, "scope": "TreeViewProperty", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddon.__init__", "name": "__init__", "lineno": 337, "scope": "ConsoleAddon", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddon.init", "name": "init", "lineno": 342, "scope": "ConsoleAddon", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddon.activate", "name": "activate", "lineno": 347, "scope": "ConsoleAddon", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddon.deactivate", "name": "deactivate", "lineno": 352, "scope": "ConsoleAddon", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonMode.init", "name": "init", "lineno": 360, "scope": "ConsoleAddonMode", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonSelect.init", "name": "init", "lineno": 366, "scope": "ConsoleAddonSelect", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonSelect.on_inspect_enabled", "name": "on_inspect_enabled", "lineno": 372, "scope": "ConsoleAddonSelect", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonSelect.on_button_state", "name": "on_button_state", "lineno": 375, "scope": "ConsoleAddonSelect", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonFps.init", "name": "init", "lineno": 383, "scope": "ConsoleAddonFps", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonFps.activate", "name": "activate", "lineno": 387, "scope": "ConsoleAddonFps", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonFps.deactivated", "name": "deactivated", "lineno": 394, "scope": "ConsoleAddonFps", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonFps.update_fps", "name": "update_fps", "lineno": 398, "scope": "ConsoleAddonFps", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumbView.on_widget", "name": "on_widget", "lineno": 407, "scope": "ConsoleAddonBreadcrumbView", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumbView.highlight_widget", "name": "highlight_widget", "lineno": 437, "scope": "ConsoleAddonBreadcrumbView", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumb.init", "name": "init", "lineno": 442, "scope": "ConsoleAddonBreadcrumb", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumb.activate", "name": "activate", "lineno": 447, "scope": "ConsoleAddonBreadcrumb", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumb.deactivate", "name": "deactivate", "lineno": 451, "scope": "ConsoleAddonBreadcrumb", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumb.update_content", "name": "update_content", "lineno": 454, "scope": "ConsoleAddonBreadcrumb", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.init", "name": "init", "lineno": 459, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.panel_activate", "name": "panel_activate", "lineno": 463, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.deactivate", "name": "deactivate", "lineno": 467, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "name": "update_content", "lineno": 470, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "name": "show_property", "lineno": 500, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.save_property_numeric", "name": "save_property_numeric", "lineno": 593, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.save_property_text", "name": "save_property_text", "lineno": 600, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.save_property_boolean", "name": "save_property_boolean", "lineno": 607, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel.save_property_option", "name": "save_property_option", "lineno": 615, "scope": "ConsoleAddonWidgetPanel", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.__init__", "name": "__init__", "lineno": 628, "scope": "ConsoleAddonWidgetTreeImpl", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.find_node_by_widget", "name": "find_node_by_widget", "lineno": 632, "scope": "ConsoleAddonWidgetTreeImpl", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.update_selected_widget", "name": "update_selected_widget", "lineno": 643, "scope": "ConsoleAddonWidgetTreeImpl", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.on_selected_widget", "name": "on_selected_widget", "lineno": 653, "scope": "ConsoleAddonWidgetTreeImpl", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.select_node", "name": "select_node", "lineno": 658, "scope": "ConsoleAddonWidgetTreeImpl", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.on_select_widget", "name": "on_select_widget", "lineno": 666, "scope": "ConsoleAddonWidgetTreeImpl", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl._update_scroll", "name": "_update_scroll", "lineno": 669, "scope": "ConsoleAddonWidgetTreeImpl", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeView._update_widget_tree_node", "name": "_update_widget_tree_node", "lineno": 681, "scope": "ConsoleAddonWidgetTreeView", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeView.update_widget_tree", "name": "update_widget_tree", "lineno": 705, "scope": "ConsoleAddonWidgetTreeView", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTree.init", "name": "init", "lineno": 725, "scope": "ConsoleAddonWidgetTree", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTree.panel_activate", "name": "panel_activate", "lineno": 730, "scope": "ConsoleAddonWidgetTree", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTree.deactivate", "name": "deactivate", "lineno": 734, "scope": "ConsoleAddonWidgetTree", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTree.update_content", "name": "update_content", "lineno": 740, "scope": "ConsoleAddonWidgetTree", "is_async": false }, { "id": "kivy.modules.console.ConsoleAddonWidgetTree.panel_refresh", "name": "panel_refresh", "lineno": 749, "scope": "ConsoleAddonWidgetTree", "is_async": false }, { "id": "kivy.modules.console.Console.__init__", "name": "__init__", "lineno": 781, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console._init_toolbar", "name": "_init_toolbar", "lineno": 804, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.register_addon", "name": "register_addon", "lineno": 815, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.add_toolbar_widget", "name": "add_toolbar_widget", "lineno": 818, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.remove_toolbar_widget", "name": "remove_toolbar_widget", "lineno": 825, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.add_panel", "name": "add_panel", "lineno": 830, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console._activate_panel", "name": "_activate_panel", "lineno": 852, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.set_content", "name": "set_content", "lineno": 865, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.on_touch_down", "name": "on_touch_down", "lineno": 871, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.on_touch_move", "name": "on_touch_move", "lineno": 883, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.on_touch_up", "name": "on_touch_up", "lineno": 890, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.on_window_children", "name": "on_window_children", "lineno": 896, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.highlight_at", "name": "highlight_at", "lineno": 904, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.highlight_widget", "name": "highlight_widget", "lineno": 924, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.update_widget_graphics", "name": "update_widget_graphics", "lineno": 930, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.pick", "name": "pick", "lineno": 941, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.on_activated", "name": "on_activated", "lineno": 956, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console._activate_console", "name": "_activate_console", "lineno": 962, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console._deactivate_console", "name": "_deactivate_console", "lineno": 970, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.Console.keyboard_shortcut", "name": "keyboard_shortcut", "lineno": 981, "scope": "Console", "is_async": false }, { "id": "kivy.modules.console.create_console", "name": "create_console", "lineno": 1026, "scope": null, "is_async": false }, { "id": "kivy.modules.console.start", "name": "start", "lineno": 1032, "scope": null, "is_async": false }, { "id": "kivy.modules.console.stop", "name": "stop", "lineno": 1047, "scope": null, "is_async": false } ], "kivy.modules.cursor": [ { "id": "kivy.modules.cursor._mouse_move", "name": "_mouse_move", "lineno": 43, "scope": null, "is_async": false }, { "id": "kivy.modules.cursor.start", "name": "start", "lineno": 54, "scope": null, "is_async": false }, { "id": "kivy.modules.cursor.stop", "name": "stop", "lineno": 73, "scope": null, "is_async": false } ], "kivy.modules.inspector": [ { "id": "kivy.modules.inspector.TreeViewProperty._get_widget", "name": "_get_widget", "lineno": 230, "scope": "TreeViewProperty", "is_async": false }, { "id": "kivy.modules.inspector.WidgetTree.__init__", "name": "__init__", "lineno": 257, "scope": "WidgetTree", "is_async": false }, { "id": "kivy.modules.inspector.WidgetTree.find_node_by_widget", "name": "find_node_by_widget", "lineno": 261, "scope": "WidgetTree", "is_async": false }, { "id": "kivy.modules.inspector.WidgetTree.update_selected_widget", "name": "update_selected_widget", "lineno": 272, "scope": "WidgetTree", "is_async": false }, { "id": "kivy.modules.inspector.WidgetTree.on_selected_widget", "name": "on_selected_widget", "lineno": 282, "scope": "WidgetTree", "is_async": false }, { "id": "kivy.modules.inspector.WidgetTree.select_node", "name": "select_node", "lineno": 287, "scope": "WidgetTree", "is_async": false }, { "id": "kivy.modules.inspector.WidgetTree.on_select_widget", "name": "on_select_widget", "lineno": 295, "scope": "WidgetTree", "is_async": false }, { "id": "kivy.modules.inspector.WidgetTree._update_scroll", "name": "_update_scroll", "lineno": 298, "scope": "WidgetTree", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.__init__", "name": "__init__", "lineno": 328, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.on_touch_down", "name": "on_touch_down", "lineno": 340, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.on_touch_move", "name": "on_touch_move", "lineno": 351, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.on_touch_up", "name": "on_touch_up", "lineno": 358, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.on_window_children", "name": "on_window_children", "lineno": 364, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.highlight_at", "name": "highlight_at", "lineno": 372, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.highlight_widget", "name": "highlight_widget", "lineno": 392, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.update_widget_graphics", "name": "update_widget_graphics", "lineno": 400, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.toggle_position", "name": "toggle_position", "lineno": 411, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.pick", "name": "pick", "lineno": 438, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.on_activated", "name": "on_activated", "lineno": 451, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.animation_close", "name": "animation_close", "lineno": 478, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.show_widget_info", "name": "show_widget_info", "lineno": 497, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.update_node_content", "name": "update_node_content", "lineno": 537, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.keyboard_shortcut", "name": "keyboard_shortcut", "lineno": 544, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.show_property", "name": "show_property", "lineno": 560, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.save_property_numeric", "name": "save_property_numeric", "lineno": 649, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.save_property_text", "name": "save_property_text", "lineno": 658, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.save_property_boolean", "name": "save_property_boolean", "lineno": 667, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.save_property_option", "name": "save_property_option", "lineno": 677, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector._update_widget_tree_node", "name": "_update_widget_tree_node", "lineno": 683, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.Inspector.update_widget_tree", "name": "update_widget_tree", "lineno": 706, "scope": "Inspector", "is_async": false }, { "id": "kivy.modules.inspector.create_inspector", "name": "create_inspector", "lineno": 722, "scope": null, "is_async": false }, { "id": "kivy.modules.inspector.start", "name": "start", "lineno": 741, "scope": null, "is_async": false }, { "id": "kivy.modules.inspector.stop", "name": "stop", "lineno": 746, "scope": null, "is_async": false } ], "kivy.modules.joycursor": [ { "id": "kivy.modules.joycursor.JoyCursor.__init__", "name": "__init__", "lineno": 91, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.on_window_children", "name": "on_window_children", "lineno": 120, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.on_activated", "name": "on_activated", "lineno": 130, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.set_cursor", "name": "set_cursor", "lineno": 155, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.check_cursor", "name": "check_cursor", "lineno": 164, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.set_intensity", "name": "set_intensity", "lineno": 188, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.check_dispatch", "name": "check_dispatch", "lineno": 197, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.move_cursor", "name": "move_cursor", "lineno": 220, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.stop_cursor", "name": "stop_cursor", "lineno": 233, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.on_pos", "name": "on_pos", "lineno": 242, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.keyboard_shortcuts", "name": "keyboard_shortcuts", "lineno": 249, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.JoyCursor.joystick_shortcuts", "name": "joystick_shortcuts", "lineno": 259, "scope": "JoyCursor", "is_async": false }, { "id": "kivy.modules.joycursor.create_joycursor", "name": "create_joycursor", "lineno": 266, "scope": null, "is_async": false }, { "id": "kivy.modules.joycursor.start", "name": "start", "lineno": 286, "scope": null, "is_async": false }, { "id": "kivy.modules.joycursor.stop", "name": "stop", "lineno": 290, "scope": null, "is_async": false } ], "kivy.modules.keybinding": [ { "id": "kivy.modules.keybinding._on_keyboard_handler", "name": "_on_keyboard_handler", "lineno": 46, "scope": null, "is_async": false }, { "id": "kivy.modules.keybinding.start", "name": "start", "lineno": 59, "scope": null, "is_async": false }, { "id": "kivy.modules.keybinding.stop", "name": "stop", "lineno": 63, "scope": null, "is_async": false } ], "kivy.modules.monitor": [ { "id": "kivy.modules.monitor.update_fps", "name": "update_fps", "lineno": 30, "scope": null, "is_async": false }, { "id": "kivy.modules.monitor.update_stats", "name": "update_stats", "lineno": 36, "scope": null, "is_async": false }, { "id": "kivy.modules.monitor._update_monitor_canvas", "name": "_update_monitor_canvas", "lineno": 47, "scope": null, "is_async": false }, { "id": "kivy.modules.monitor.StatsInput.process", "name": "process", "lineno": 55, "scope": "StatsInput", "is_async": false }, { "id": "kivy.modules.monitor.start", "name": "start", "lineno": 63, "scope": null, "is_async": false }, { "id": "kivy.modules.monitor.stop", "name": "stop", "lineno": 89, "scope": null, "is_async": false } ], "kivy.modules.recorder": [ { "id": "kivy.modules.recorder.replay", "name": "replay", "lineno": 43, "scope": null, "is_async": false }, { "id": "kivy.modules.recorder.on_recorder_key", "name": "on_recorder_key", "lineno": 50, "scope": null, "is_async": false }, { "id": "kivy.modules.recorder.start", "name": "start", "lineno": 69, "scope": null, "is_async": false }, { "id": "kivy.modules.recorder.stop", "name": "stop", "lineno": 92, "scope": null, "is_async": false } ], "kivy.modules.screen": [ { "id": "kivy.modules.screen.start", "name": "start", "lineno": 114, "scope": null, "is_async": false }, { "id": "kivy.modules.screen.stop", "name": "stop", "lineno": 118, "scope": null, "is_async": false }, { "id": "kivy.modules.screen.apply_device", "name": "apply_device", "lineno": 122, "scope": null, "is_async": false }, { "id": "kivy.modules.screen.usage", "name": "usage", "lineno": 144, "scope": null, "is_async": false }, { "id": "kivy.modules.screen.configure", "name": "configure", "lineno": 167, "scope": null, "is_async": false } ], "kivy.modules.showborder": [ { "id": "kivy.modules.showborder.start", "name": "start", "lineno": 28, "scope": null, "is_async": false }, { "id": "kivy.modules.showborder.stop", "name": "stop", "lineno": 32, "scope": null, "is_async": false } ], "kivy.modules.touchring": [ { "id": "kivy.modules.touchring._touch_down", "name": "_touch_down", "lineno": 40, "scope": null, "is_async": false }, { "id": "kivy.modules.touchring._touch_move", "name": "_touch_move", "lineno": 53, "scope": null, "is_async": false }, { "id": "kivy.modules.touchring._touch_up", "name": "_touch_up", "lineno": 62, "scope": null, "is_async": false }, { "id": "kivy.modules.touchring.start", "name": "start", "lineno": 70, "scope": null, "is_async": false }, { "id": "kivy.modules.touchring.stop", "name": "stop", "lineno": 85, "scope": null, "is_async": false } ], "kivy.modules.webdebugger": [], "kivy.modules._webdebugger": [ { "id": "kivy.modules._webdebugger.MissingOrderedDict.__missing__", "name": "__missing__", "lineno": 23, "scope": "MissingOrderedDict", "is_async": false }, { "id": "kivy.modules._webdebugger.index", "name": "index", "lineno": 33, "scope": null, "is_async": false }, { "id": "kivy.modules._webdebugger.metrics_json", "name": "metrics_json", "lineno": 38, "scope": null, "is_async": false }, { "id": "kivy.modules._webdebugger.getfile", "name": "getfile", "lineno": 45, "scope": null, "is_async": false }, { "id": "kivy.modules._webdebugger.FlaskThread.run", "name": "run", "lineno": 58, "scope": "FlaskThread", "is_async": false }, { "id": "kivy.modules._webdebugger.FlaskThread.dump_metrics", "name": "dump_metrics", "lineno": 62, "scope": "FlaskThread", "is_async": false }, { "id": "kivy.modules._webdebugger.start", "name": "start", "lineno": 77, "scope": null, "is_async": false }, { "id": "kivy.modules._webdebugger.stop", "name": "stop", "lineno": 83, "scope": null, "is_async": false } ], "kivy.modules": [ { "id": "kivy.modules.ModuleContext.__init__", "name": "__init__", "lineno": 111, "scope": "ModuleContext", "is_async": false }, { "id": "kivy.modules.ModuleContext.__repr__", "name": "__repr__", "lineno": 114, "scope": "ModuleContext", "is_async": false }, { "id": "kivy.modules.ModuleBase.__init__", "name": "__init__", "lineno": 122, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.add_path", "name": "add_path", "lineno": 126, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.list", "name": "list", "lineno": 143, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.import_module", "name": "import_module", "lineno": 147, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.activate_module", "name": "activate_module", "lineno": 172, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.deactivate_module", "name": "deactivate_module", "lineno": 193, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.register_window", "name": "register_window", "lineno": 206, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.unregister_window", "name": "unregister_window", "lineno": 212, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.update", "name": "update", "lineno": 218, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.configure", "name": "configure", "lineno": 233, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase._configure_module", "name": "_configure_module", "lineno": 243, "scope": "ModuleBase", "is_async": false }, { "id": "kivy.modules.ModuleBase.usage_list", "name": "usage_list", "lineno": 271, "scope": "ModuleBase", "is_async": false } ], "kivy.network.urlrequest": [ { "id": "kivy.network.urlrequest.UrlRequestBase.__init__", "name": "__init__", "lineno": 186, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.run", "name": "run", "lineno": 248, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase._fetch_url", "name": "_fetch_url", "lineno": 294, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.decode_result", "name": "decode_result", "lineno": 350, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase._dispatch_result", "name": "_dispatch_result", "lineno": 370, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.is_finished", "name": "is_finished", "lineno": 479, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.result", "name": "result", "lineno": 486, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.resp_headers", "name": "resp_headers", "lineno": 493, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.resp_status", "name": "resp_status", "lineno": 500, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.error", "name": "error", "lineno": 507, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.chunk_size", "name": "chunk_size", "lineno": 514, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.wait", "name": "wait", "lineno": 520, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestBase.cancel", "name": "cancel", "lineno": 535, "scope": "UrlRequestBase", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.get_chunks", "name": "get_chunks", "lineno": 547, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.get_response", "name": "get_response", "lineno": 576, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.get_total_size", "name": "get_total_size", "lineno": 579, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.get_content_type", "name": "get_content_type", "lineno": 585, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.get_status_code", "name": "get_status_code", "lineno": 588, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.get_all_headers", "name": "get_all_headers", "lineno": 591, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.close_connection", "name": "close_connection", "lineno": 594, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib._parse_url", "name": "_parse_url", "lineno": 597, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib._get_connection_for_scheme", "name": "_get_connection_for_scheme", "lineno": 616, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestUrllib.call_request", "name": "call_request", "lineno": 630, "scope": "UrlRequestUrllib", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.get_chunks", "name": "get_chunks", "lineno": 699, "scope": "UrlRequestRequests", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.get_response", "name": "get_response", "lineno": 727, "scope": "UrlRequestRequests", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.get_total_size", "name": "get_total_size", "lineno": 730, "scope": "UrlRequestRequests", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.get_content_type", "name": "get_content_type", "lineno": 733, "scope": "UrlRequestRequests", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.get_status_code", "name": "get_status_code", "lineno": 736, "scope": "UrlRequestRequests", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.get_all_headers", "name": "get_all_headers", "lineno": 739, "scope": "UrlRequestRequests", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.close_connection", "name": "close_connection", "lineno": 742, "scope": "UrlRequestRequests", "is_async": false }, { "id": "kivy.network.urlrequest.UrlRequestRequests.call_request", "name": "call_request", "lineno": 745, "scope": "UrlRequestRequests", "is_async": false } ], "kivy.network": [], "kivy.storage.dictstore": [ { "id": "kivy.storage.dictstore.DictStore.__init__", "name": "__init__", "lineno": 24, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_load", "name": "store_load", "lineno": 35, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_sync", "name": "store_sync", "lineno": 53, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_exists", "name": "store_exists", "lineno": 64, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_get", "name": "store_get", "lineno": 67, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_put", "name": "store_put", "lineno": 70, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_delete", "name": "store_delete", "lineno": 75, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_find", "name": "store_find", "lineno": 80, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_count", "name": "store_count", "lineno": 93, "scope": "DictStore", "is_async": false }, { "id": "kivy.storage.dictstore.DictStore.store_keys", "name": "store_keys", "lineno": 96, "scope": "DictStore", "is_async": false } ], "kivy.storage.jsonstore": [ { "id": "kivy.storage.jsonstore.JsonStore.__init__", "name": "__init__", "lineno": 22, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_load", "name": "store_load", "lineno": 30, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_sync", "name": "store_sync", "lineno": 47, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_exists", "name": "store_exists", "lineno": 58, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_get", "name": "store_get", "lineno": 61, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_put", "name": "store_put", "lineno": 64, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_delete", "name": "store_delete", "lineno": 69, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_find", "name": "store_find", "lineno": 74, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_count", "name": "store_count", "lineno": 87, "scope": "JsonStore", "is_async": false }, { "id": "kivy.storage.jsonstore.JsonStore.store_keys", "name": "store_keys", "lineno": 90, "scope": "JsonStore", "is_async": false } ], "kivy.storage.redisstore": [ { "id": "kivy.storage.redisstore.RedisStore.__init__", "name": "__init__", "lineno": 47, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_load", "name": "store_load", "lineno": 52, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_sync", "name": "store_sync", "lineno": 55, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_exists", "name": "store_exists", "lineno": 58, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_get", "name": "store_get", "lineno": 63, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_put", "name": "store_put", "lineno": 72, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_delete", "name": "store_delete", "lineno": 81, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_keys", "name": "store_keys", "lineno": 87, "scope": "RedisStore", "is_async": false }, { "id": "kivy.storage.redisstore.RedisStore.store_find", "name": "store_find", "lineno": 91, "scope": "RedisStore", "is_async": false } ], "kivy.storage": [ { "id": "kivy.storage.AbstractStore.__init__", "name": "__init__", "lineno": 132, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.exists", "name": "exists", "lineno": 136, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_exists", "name": "async_exists", "lineno": 141, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.get", "name": "get", "lineno": 155, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_get", "name": "async_get", "lineno": 161, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.put", "name": "put", "lineno": 174, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_put", "name": "async_put", "lineno": 183, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.delete", "name": "delete", "lineno": 198, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_delete", "name": "async_delete", "lineno": 206, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.find", "name": "find", "lineno": 221, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_find", "name": "async_find", "lineno": 239, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.keys", "name": "keys", "lineno": 257, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_keys", "name": "async_keys", "lineno": 262, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.count", "name": "count", "lineno": 267, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_count", "name": "async_count", "lineno": 272, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.clear", "name": "clear", "lineno": 277, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.async_clear", "name": "async_clear", "lineno": 282, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.__setitem__", "name": "__setitem__", "lineno": 291, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.__getitem__", "name": "__getitem__", "lineno": 296, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.__delitem__", "name": "__delitem__", "lineno": 299, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.__contains__", "name": "__contains__", "lineno": 302, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.__len__", "name": "__len__", "lineno": 305, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.__iter__", "name": "__iter__", "lineno": 308, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_load", "name": "store_load", "lineno": 316, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_sync", "name": "store_sync", "lineno": 319, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_get", "name": "store_get", "lineno": 322, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_put", "name": "store_put", "lineno": 325, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_exists", "name": "store_exists", "lineno": 328, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_delete", "name": "store_delete", "lineno": 331, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_find", "name": "store_find", "lineno": 334, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_keys", "name": "store_keys", "lineno": 337, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_count", "name": "store_count", "lineno": 340, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_clear", "name": "store_clear", "lineno": 343, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_get_async", "name": "store_get_async", "lineno": 348, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_put_async", "name": "store_put_async", "lineno": 355, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_exists_async", "name": "store_exists_async", "lineno": 362, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_delete_async", "name": "store_delete_async", "lineno": 369, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_find_async", "name": "store_find_async", "lineno": 376, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_count_async", "name": "store_count_async", "lineno": 381, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_keys_async", "name": "store_keys_async", "lineno": 388, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore.store_clear_async", "name": "store_clear_async", "lineno": 395, "scope": "AbstractStore", "is_async": false }, { "id": "kivy.storage.AbstractStore._schedule", "name": "_schedule", "lineno": 403, "scope": "AbstractStore", "is_async": false } ], "kivy.tests.async_common": [ { "id": "kivy.tests.async_common.AsyncUnitTestTouch.__init__", "name": "__init__", "lineno": 21, "scope": "AsyncUnitTestTouch", "is_async": false }, { "id": "kivy.tests.async_common.AsyncUnitTestTouch.touch_down", "name": "touch_down", "lineno": 26, "scope": "AsyncUnitTestTouch", "is_async": false }, { "id": "kivy.tests.async_common.AsyncUnitTestTouch.touch_move", "name": "touch_move", "lineno": 29, "scope": "AsyncUnitTestTouch", "is_async": false }, { "id": "kivy.tests.async_common.AsyncUnitTestTouch.touch_up", "name": "touch_up", "lineno": 37, "scope": "AsyncUnitTestTouch", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.__init__", "name": "__init__", "lineno": 56, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.__call__", "name": "__call__", "lineno": 62, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.match", "name": "match", "lineno": 70, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.match_funcs", "name": "match_funcs", "lineno": 73, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.check_widget", "name": "check_widget", "lineno": 76, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.not_found", "name": "not_found", "lineno": 86, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.down", "name": "down", "lineno": 92, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.up", "name": "up", "lineno": 106, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.WidgetResolver.family_up", "name": "family_up", "lineno": 123, "scope": "WidgetResolver", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.__init__", "name": "__init__", "lineno": 168, "scope": "UnitKivyApp", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.__init__.started_app", "name": "started_app", "lineno": 171, "scope": "UnitKivyApp.__init__", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.__init__.stopped_app", "name": "stopped_app", "lineno": 175, "scope": "UnitKivyApp.__init__", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.set_async_lib", "name": "set_async_lib", "lineno": 179, "scope": "UnitKivyApp", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.async_run", "name": "async_run", "lineno": 185, "scope": "UnitKivyApp", "is_async": true }, { "id": "kivy.tests.async_common.UnitKivyApp.resolve_widget", "name": "resolve_widget", "lineno": 189, "scope": "UnitKivyApp", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "name": "wait_clock_frames", "lineno": 195, "scope": "UnitKivyApp", "is_async": true }, { "id": "kivy.tests.async_common.UnitKivyApp.get_widget_pos_pixel", "name": "get_widget_pos_pixel", "lineno": 201, "scope": "UnitKivyApp", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "name": "do_touch_down_up", "lineno": 234, "scope": "UnitKivyApp", "is_async": true }, { "id": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "name": "do_touch_drag", "lineno": 286, "scope": "UnitKivyApp", "is_async": true }, { "id": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "name": "do_touch_drag_follow", "lineno": 382, "scope": "UnitKivyApp", "is_async": true }, { "id": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow.get_target", "name": "get_target", "lineno": 428, "scope": "UnitKivyApp.do_touch_drag_follow", "is_async": false }, { "id": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "name": "do_touch_drag_path", "lineno": 469, "scope": "UnitKivyApp", "is_async": true }, { "id": "kivy.tests.async_common.UnitKivyApp.do_keyboard_key", "name": "do_keyboard_key", "lineno": 512, "scope": "UnitKivyApp", "is_async": true } ], "kivy.tests.bench_thorvg_wrapper": [ { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_picture_load_svg", "name": "test_bench_picture_load_svg", "lineno": 59, "scope": null, "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_picture_load_svg.load", "name": "load", "lineno": 60, "scope": "test_bench_picture_load_svg", "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_swcanvas_set_target_256", "name": "test_bench_swcanvas_set_target_256", "lineno": 67, "scope": null, "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_swcanvas_set_target_256.allocate", "name": "allocate", "lineno": 68, "scope": "test_bench_swcanvas_set_target_256", "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_svg_render_steady_state", "name": "test_bench_svg_render_steady_state", "lineno": 75, "scope": null, "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_svg_render_steady_state.draw", "name": "draw", "lineno": 85, "scope": "test_bench_svg_render_steady_state", "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper._rendered_canvas", "name": "_rendered_canvas", "lineno": 93, "scope": null, "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_svg_buffer_memoryview", "name": "test_bench_svg_buffer_memoryview", "lineno": 105, "scope": null, "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_svg_buffer_bytes_copy", "name": "test_bench_svg_buffer_bytes_copy", "lineno": 121, "scope": null, "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_lottie_frame_advance", "name": "test_bench_lottie_frame_advance", "lineno": 135, "scope": null, "is_async": false }, { "id": "kivy.tests.bench_thorvg_wrapper.test_bench_lottie_frame_advance.tick", "name": "tick", "lineno": 150, "scope": "test_bench_lottie_frame_advance", "is_async": false } ], "kivy.tests.common": [ { "id": "kivy.tests.common.advance_frames", "name": "advance_frames", "lineno": 44, "scope": null, "is_async": false }, { "id": "kivy.tests.common.idle_until", "name": "idle_until", "lineno": 57, "scope": null, "is_async": false }, { "id": "kivy.tests.common.requires_graphics", "name": "requires_graphics", "lineno": 92, "scope": null, "is_async": false }, { "id": "kivy.tests.common.ensure_web_server", "name": "ensure_web_server", "lineno": 99, "scope": null, "is_async": false }, { "id": "kivy.tests.common.ensure_web_server._start_web_server", "name": "_start_web_server", "lineno": 108, "scope": "ensure_web_server", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest._force_refresh", "name": "_force_refresh", "lineno": 149, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.render", "name": "render", "lineno": 157, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.run", "name": "run", "lineno": 175, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.setUp", "name": "setUp", "lineno": 189, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.clear_window_and_event_loop", "name": "clear_window_and_event_loop", "lineno": 219, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.on_window_flip", "name": "on_window_flip", "lineno": 234, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.tearDown", "name": "tearDown", "lineno": 362, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "name": "interactive_ask_ref", "lineno": 376, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref.do_close", "name": "do_close", "lineno": 388, "scope": "GraphicUnitTest.interactive_ask_ref", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref.do_yes", "name": "do_yes", "lineno": 391, "scope": "GraphicUnitTest.interactive_ask_ref", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "name": "interactive_ask_diff", "lineno": 407, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff.do_close", "name": "do_close", "lineno": 419, "scope": "GraphicUnitTest.interactive_ask_diff", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff.do_yes", "name": "do_yes", "lineno": 422, "scope": "GraphicUnitTest.interactive_ask_diff", "is_async": false }, { "id": "kivy.tests.common.GraphicUnitTest.advance_frames", "name": "advance_frames", "lineno": 442, "scope": "GraphicUnitTest", "is_async": false }, { "id": "kivy.tests.common.UnitTestTouch.__init__", "name": "__init__", "lineno": 477, "scope": "UnitTestTouch", "is_async": false }, { "id": "kivy.tests.common.UnitTestTouch.touch_down", "name": "touch_down", "lineno": 496, "scope": "UnitTestTouch", "is_async": false }, { "id": "kivy.tests.common.UnitTestTouch.touch_move", "name": "touch_move", "lineno": 499, "scope": "UnitTestTouch", "is_async": false }, { "id": "kivy.tests.common.UnitTestTouch.touch_up", "name": "touch_up", "lineno": 507, "scope": "UnitTestTouch", "is_async": false }, { "id": "kivy.tests.common.UnitTestTouch.depack", "name": "depack", "lineno": 510, "scope": "UnitTestTouch", "is_async": false }, { "id": "kivy.tests.common.UTMotionEvent.__init__", "name": "__init__", "lineno": 522, "scope": "UTMotionEvent", "is_async": false }, { "id": "kivy.tests.common.UTMotionEvent.depack", "name": "depack", "lineno": 528, "scope": "UTMotionEvent", "is_async": false }, { "id": "kivy.tests.common.async_run", "name": "async_run", "lineno": 534, "scope": null, "is_async": false }, { "id": "kivy.tests.common.async_run.inner_func", "name": "inner_func", "lineno": 535, "scope": "async_run", "is_async": false } ], "kivy.tests.conftest": [ { "id": "kivy.tests.conftest.nursery", "name": "nursery", "lineno": 16, "scope": null, "is_async": false }, { "id": "kivy.tests.conftest.pytest_runtest_makereport", "name": "pytest_runtest_makereport", "lineno": 20, "scope": null, "is_async": false }, { "id": "kivy.tests.conftest.pytest_runtest_setup", "name": "pytest_runtest_setup", "lineno": 28, "scope": null, "is_async": false } ], "kivy.tests.fixtures": [ { "id": "kivy.tests.fixtures.kivy_init", "name": "kivy_init", "lineno": 25, "scope": null, "is_async": false }, { "id": "kivy.tests.fixtures.kivy_init.clear_window_and_event_loop", "name": "clear_window_and_event_loop", "lineno": 37, "scope": "kivy_init", "is_async": false }, { "id": "kivy.tests.fixtures.kivy_clock", "name": "kivy_clock", "lineno": 76, "scope": null, "is_async": false }, { "id": "kivy.tests.fixtures.kivy_clock_advance", "name": "kivy_clock_advance", "lineno": 96, "scope": null, "is_async": false }, { "id": "kivy.tests.fixtures.kivy_clock_advance.ClockController.__init__", "name": "__init__", "lineno": 104, "scope": "kivy_clock_advance.ClockController", "is_async": false }, { "id": "kivy.tests.fixtures.kivy_clock_advance.ClockController.__call__", "name": "__call__", "lineno": 110, "scope": "kivy_clock_advance.ClockController", "is_async": false }, { "id": "kivy.tests.fixtures.kivy_metrics", "name": "kivy_metrics", "lineno": 118, "scope": null, "is_async": false }, { "id": "kivy.tests.fixtures.kivy_exception_manager", "name": "kivy_exception_manager", "lineno": 137, "scope": null, "is_async": false }, { "id": "kivy.tests.fixtures.kivy_app", "name": "kivy_app", "lineno": 158, "scope": null, "is_async": true } ], "kivy.tests.perf_test_textinput": [ { "id": "kivy.tests.perf_test_textinput.PerfApp.build", "name": "build", "lineno": 38, "scope": "PerfApp", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.__init__", "name": "__init__", "lineno": 41, "scope": "PerfApp", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.load_large_text", "name": "load_large_text", "lineno": 53, "scope": "PerfApp", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.load_large_text.load_text", "name": "load_text", "lineno": 59, "scope": "PerfApp.load_large_text", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.stress_del", "name": "stress_del", "lineno": 73, "scope": "PerfApp", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.stress_del.dlt", "name": "dlt", "lineno": 81, "scope": "PerfApp.stress_del", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.stress_insert", "name": "stress_insert", "lineno": 106, "scope": "PerfApp", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.stress_insert.pste", "name": "pste", "lineno": 117, "scope": "PerfApp.stress_insert", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.stress_selection", "name": "stress_selection", "lineno": 140, "scope": "PerfApp", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.stress_selection.pste", "name": "pste", "lineno": 147, "scope": "PerfApp.stress_selection", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.start_test", "name": "start_test", "lineno": 166, "scope": "PerfApp", "is_async": false }, { "id": "kivy.tests.perf_test_textinput.PerfApp.start_test.test", "name": "test", "lineno": 171, "scope": "PerfApp.start_test", "is_async": false } ], "kivy.tests.test_animations": [ { "id": "kivy.tests.test_animations.ec_cls", "name": "ec_cls", "lineno": 9, "scope": null, "is_async": false }, { "id": "kivy.tests.test_animations.ec_cls.EventCounter.__init__", "name": "__init__", "lineno": 11, "scope": "ec_cls.EventCounter", "is_async": false }, { "id": "kivy.tests.test_animations.ec_cls.EventCounter.on_start", "name": "on_start", "lineno": 19, "scope": "ec_cls.EventCounter", "is_async": false }, { "id": "kivy.tests.test_animations.ec_cls.EventCounter.on_progress", "name": "on_progress", "lineno": 22, "scope": "ec_cls.EventCounter", "is_async": false }, { "id": "kivy.tests.test_animations.ec_cls.EventCounter.on_complete", "name": "on_complete", "lineno": 25, "scope": "ec_cls.EventCounter", "is_async": false }, { "id": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "name": "assert_", "lineno": 28, "scope": "ec_cls.EventCounter", "is_async": false }, { "id": "kivy.tests.test_animations.cleanup", "name": "cleanup", "lineno": 39, "scope": null, "is_async": false }, { "id": "kivy.tests.test_animations.no_animations_being_played", "name": "no_animations_being_played", "lineno": 44, "scope": null, "is_async": false }, { "id": "kivy.tests.test_animations.sleep", "name": "sleep", "lineno": 50, "scope": null, "is_async": false }, { "id": "kivy.tests.test_animations.sleep.sleep", "name": "sleep", "lineno": 54, "scope": "sleep", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_start_animation", "name": "test_start_animation", "lineno": 67, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_animation_duration_0", "name": "test_animation_duration_0", "lineno": 77, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "name": "test_cancel_all", "lineno": 86, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "name": "test_cancel_all_2", "lineno": 101, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_stop_animation", "name": "test_stop_animation", "lineno": 118, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_stop_all", "name": "test_stop_all", "lineno": 130, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_stop_all_2", "name": "test_stop_all_2", "lineno": 140, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_duration", "name": "test_duration", "lineno": 150, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_transition", "name": "test_transition", "lineno": 155, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_animated_properties", "name": "test_animated_properties", "lineno": 160, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_animated_instruction", "name": "test_animated_instruction", "lineno": 165, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestAnimation.test_weakref", "name": "test_weakref", "lineno": 177, "scope": "TestAnimation", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_cancel_all", "name": "test_cancel_all", "lineno": 195, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_cancel_all_2", "name": "test_cancel_all_2", "lineno": 205, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_stop_all", "name": "test_stop_all", "lineno": 215, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_stop_all_2", "name": "test_stop_all_2", "lineno": 225, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_count_events", "name": "test_count_events", "lineno": 235, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_have_properties_to_animate", "name": "test_have_properties_to_animate", "lineno": 269, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_animated_properties", "name": "test_animated_properties", "lineno": 281, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestSequence.test_transition", "name": "test_transition", "lineno": 286, "scope": "TestSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestRepetitiveSequence.test_stop", "name": "test_stop", "lineno": 295, "scope": "TestRepetitiveSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "name": "test_count_events", "lineno": 305, "scope": "TestRepetitiveSequence", "is_async": false }, { "id": "kivy.tests.test_animations.TestParallel.test_have_properties_to_animate", "name": "test_have_properties_to_animate", "lineno": 355, "scope": "TestParallel", "is_async": false }, { "id": "kivy.tests.test_animations.TestParallel.test_cancel_property", "name": "test_cancel_property", "lineno": 367, "scope": "TestParallel", "is_async": false }, { "id": "kivy.tests.test_animations.TestParallel.test_animated_properties", "name": "test_animated_properties", "lineno": 378, "scope": "TestParallel", "is_async": false }, { "id": "kivy.tests.test_animations.TestParallel.test_transition", "name": "test_transition", "lineno": 383, "scope": "TestParallel", "is_async": false }, { "id": "kivy.tests.test_animations.TestParallel.test_count_events", "name": "test_count_events", "lineno": 389, "scope": "TestParallel", "is_async": false } ], "kivy.tests.test_app": [ { "id": "kivy.tests.test_app.AppTest.test_start_raw_app", "name": "test_start_raw_app", "lineno": 13, "scope": "AppTest", "is_async": false }, { "id": "kivy.tests.test_app.AppTest.test_start_app_with_kv", "name": "test_start_app_with_kv", "lineno": 19, "scope": "AppTest", "is_async": false }, { "id": "kivy.tests.test_app.AppTest.test_user_data_dir", "name": "test_user_data_dir", "lineno": 28, "scope": "AppTest", "is_async": false }, { "id": "kivy.tests.test_app.AppTest.test_user_cache_dir", "name": "test_user_cache_dir", "lineno": 33, "scope": "AppTest", "is_async": false }, { "id": "kivy.tests.test_app.AppTest.test_directory", "name": "test_directory", "lineno": 38, "scope": "AppTest", "is_async": false }, { "id": "kivy.tests.test_app.AppTest.test_name", "name": "test_name", "lineno": 42, "scope": "AppTest", "is_async": false }, { "id": "kivy.tests.test_app.basic_app", "name": "basic_app", "lineno": 50, "scope": null, "is_async": false }, { "id": "kivy.tests.test_app.basic_app.TestApp.build", "name": "build", "lineno": 55, "scope": "basic_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_app.test_basic_app", "name": "test_basic_app", "lineno": 62, "scope": null, "is_async": true }, { "id": "kivy.tests.test_app.button_app", "name": "button_app", "lineno": 66, "scope": null, "is_async": false }, { "id": "kivy.tests.test_app.button_app.TestApp.build", "name": "build", "lineno": 71, "scope": "button_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_app.test_button_app", "name": "test_button_app", "lineno": 78, "scope": null, "is_async": true }, { "id": "kivy.tests.test_app.scatter_app", "name": "scatter_app", "lineno": 89, "scope": null, "is_async": false }, { "id": "kivy.tests.test_app.scatter_app.TestApp.build", "name": "build", "lineno": 95, "scope": "scatter_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_app.test_drag_app", "name": "test_drag_app", "lineno": 105, "scope": null, "is_async": true }, { "id": "kivy.tests.test_app.text_app", "name": "text_app", "lineno": 117, "scope": null, "is_async": false }, { "id": "kivy.tests.test_app.text_app.TestApp.build", "name": "build", "lineno": 122, "scope": "text_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_app.test_text_app", "name": "test_text_app", "lineno": 129, "scope": null, "is_async": true }, { "id": "kivy.tests.test_app.graphics_app", "name": "graphics_app", "lineno": 145, "scope": null, "is_async": false }, { "id": "kivy.tests.test_app.graphics_app.TestApp.build", "name": "build", "lineno": 151, "scope": "graphics_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_app.test_graphics_app", "name": "test_graphics_app", "lineno": 164, "scope": null, "is_async": true }, { "id": "kivy.tests.test_app.kv_app_ref_app", "name": "kv_app_ref_app", "lineno": 173, "scope": null, "is_async": false }, { "id": "kivy.tests.test_app.kv_app_ref_app.TestApp.build", "name": "build", "lineno": 190, "scope": "kv_app_ref_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_app.test_leak_app_kv_property", "name": "test_leak_app_kv_property", "lineno": 197, "scope": null, "is_async": true }, { "id": "kivy.tests.test_app.kv_app_default_ref_app", "name": "kv_app_default_ref_app", "lineno": 202, "scope": null, "is_async": false }, { "id": "kivy.tests.test_app.kv_app_default_ref_app.TestApp.build", "name": "build", "lineno": 207, "scope": "kv_app_default_ref_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_app.test_leak_app_default_kv_property", "name": "test_leak_app_default_kv_property", "lineno": 219, "scope": null, "is_async": true } ], "kivy.tests.test_app_on_ready": [ { "id": "kivy.tests.test_app_on_ready.ReadyFlagApp.build", "name": "build", "lineno": 8, "scope": "ReadyFlagApp", "is_async": false }, { "id": "kivy.tests.test_app_on_ready.ReadyFlagApp.on_ready", "name": "on_ready", "lineno": 12, "scope": "ReadyFlagApp", "is_async": false }, { "id": "kivy.tests.test_app_on_ready.TestOnReady.test_on_ready_is_called", "name": "test_on_ready_is_called", "lineno": 18, "scope": "TestOnReady", "is_async": false } ], "kivy.tests.test_audio": [ { "id": "kivy.tests.test_audio.AudioTestCase.get_sound", "name": "get_sound", "lineno": 20, "scope": "AudioTestCase", "is_async": false }, { "id": "kivy.tests.test_audio.AudioTestCase.test_length_simple", "name": "test_length_simple", "lineno": 26, "scope": "AudioTestCase", "is_async": false }, { "id": "kivy.tests.test_audio.AudioTestCase.test_length_playing", "name": "test_length_playing", "lineno": 34, "scope": "AudioTestCase", "is_async": false }, { "id": "kivy.tests.test_audio.AudioTestCase.test_length_stopped", "name": "test_length_stopped", "lineno": 46, "scope": "AudioTestCase", "is_async": false }, { "id": "kivy.tests.test_audio.AudioGstreamerTestCase.make_sound", "name": "make_sound", "lineno": 60, "scope": "AudioGstreamerTestCase", "is_async": false } ], "kivy.tests.test_audio_provider": [ { "id": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_returns_list", "name": "test_available_providers_returns_list", "lineno": 17, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_not_empty", "name": "test_available_providers_not_empty", "lineno": 24, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_contains_strings", "name": "test_available_providers_contains_strings", "lineno": 31, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_lowercase", "name": "test_available_providers_lowercase", "lineno": 39, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_matches_classes", "name": "test_available_providers_matches_classes", "lineno": 49, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_no_sound_prefix", "name": "test_available_providers_no_sound_prefix", "lineno": 68, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestProviderExtensionSupport.test_providers_have_extensions", "name": "test_providers_have_extensions", "lineno": 82, "scope": "TestProviderExtensionSupport", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter.test_audio_path", "name": "test_audio_path", "lineno": 103, "scope": "TestAudioOutputProviderParameter", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter.test_load_with_explicit_provider", "name": "test_load_with_explicit_provider", "lineno": 109, "scope": "TestAudioOutputProviderParameter", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter.test_provider_case_insensitive", "name": "test_provider_case_insensitive", "lineno": 124, "scope": "TestAudioOutputProviderParameter", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_audio_path", "name": "test_audio_path", "lineno": 142, "scope": "TestInvalidProviderHandling", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_invalid_provider_lenient_mode", "name": "test_invalid_provider_lenient_mode", "lineno": 146, "scope": "TestInvalidProviderHandling", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_invalid_provider_strict_mode", "name": "test_invalid_provider_strict_mode", "lineno": 159, "scope": "TestInvalidProviderHandling", "is_async": false }, { "id": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_unsupported_format_strict_mode", "name": "test_unsupported_format_strict_mode", "lineno": 171, "scope": "TestInvalidProviderHandling", "is_async": false } ], "kivy.tests.test_benchmark": [ { "id": "kivy.tests.test_benchmark.kivy_benchmark", "name": "kivy_benchmark", "lineno": 10, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_event_dispatcher_creation", "name": "test_event_dispatcher_creation", "lineno": 51, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_widget_creation", "name": "test_widget_creation", "lineno": 61, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_kv_widget_creation", "name": "test_kv_widget_creation", "lineno": 68, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_complex_kv_widget", "name": "test_complex_kv_widget", "lineno": 89, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_complex_kv_widget.set_value", "name": "set_value", "lineno": 113, "scope": "test_complex_kv_widget", "is_async": false }, { "id": "kivy.tests.test_benchmark.get_event_class", "name": "get_event_class", "lineno": 126, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.get_event_class.Event.get_a", "name": "get_a", "lineno": 134, "scope": "get_event_class.Event", "is_async": false }, { "id": "kivy.tests.test_benchmark.get_event_class.Event.set_a", "name": "set_a", "lineno": 137, "scope": "get_event_class.Event", "is_async": false }, { "id": "kivy.tests.test_benchmark.test_property_creation", "name": "test_property_creation", "lineno": 172, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_property_set", "name": "test_property_set", "lineno": 197, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_property_set.set_property", "name": "set_property", "lineno": 204, "scope": "test_property_set", "is_async": false }, { "id": "kivy.tests.test_benchmark.test_widget_empty_draw", "name": "test_widget_empty_draw", "lineno": 214, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "name": "test_widget_dispatch_touch", "lineno": 227, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_widget_dispatch_touch.dispatch", "name": "dispatch", "lineno": 240, "scope": "test_widget_dispatch_touch", "is_async": false }, { "id": "kivy.tests.test_benchmark.test_random_label_create", "name": "test_random_label_create", "lineno": 251, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_random_label_create.make_labels", "name": "make_labels", "lineno": 265, "scope": "test_random_label_create", "is_async": false }, { "id": "kivy.tests.test_benchmark.test_parse_kv", "name": "test_parse_kv", "lineno": 275, "scope": null, "is_async": false }, { "id": "kivy.tests.test_benchmark.test_parse_kv.parse_kv", "name": "parse_kv", "lineno": 279, "scope": "test_parse_kv", "is_async": false } ], "kivy.tests.test_buttonbehavior": [ { "id": "kivy.tests.test_buttonbehavior.create_mock_touch", "name": "create_mock_touch", "lineno": 14, "scope": null, "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.BasicButton.__init__", "name": "__init__", "lineno": 26, "scope": "BasicButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.setUp", "name": "setUp", "lineno": 36, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.tearDown", "name": "tearDown", "lineno": 40, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_event_hooks", "name": "test_event_hooks", "lineno": 44, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_initial_state", "name": "test_initial_state", "lineno": 50, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_event", "name": "test_on_press_event", "lineno": 55, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_event", "name": "test_on_release_event", "lineno": 68, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_outside_no_release", "name": "test_touch_outside_no_release", "lineno": 81, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_always_release_true", "name": "test_always_release_true", "lineno": 99, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_ignore_mouse_scrolling", "name": "test_ignore_mouse_scrolling", "lineno": 117, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_ignore_touch_outside", "name": "test_ignore_touch_outside", "lineno": 129, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_event", "name": "test_on_cancel_event", "lineno": 137, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_not_fired_if_always_release", "name": "test_on_cancel_not_fired_if_always_release", "lineno": 153, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_grab_ungrab", "name": "test_touch_grab_ungrab", "lineno": 169, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_override", "name": "test_on_press_override", "lineno": 179, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_override.CustomButton.on_press", "name": "on_press", "lineno": 183, "scope": "ButtonBehaviorTestCase.test_on_press_override.CustomButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_override", "name": "test_on_release_override", "lineno": 194, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_override.CustomButton.on_release", "name": "on_release", "lineno": 198, "scope": "ButtonBehaviorTestCase.test_on_release_override.CustomButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_override", "name": "test_on_cancel_override", "lineno": 211, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_override.CustomButton.on_cancel", "name": "on_cancel", "lineno": 215, "scope": "ButtonBehaviorTestCase.test_on_cancel_override.CustomButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multiple_touches_only_one_press", "name": "test_multiple_touches_only_one_press", "lineno": 229, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_release_only_after_all_touches_released", "name": "test_release_only_after_all_touches_released", "lineno": 247, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_pressed_state_with_multiple_touches", "name": "test_pressed_state_with_multiple_touches", "lineno": 272, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_cancel_with_multiple_touches", "name": "test_cancel_with_multiple_touches", "lineno": 307, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_mixed_release_and_cancel_multitouch", "name": "test_mixed_release_and_cancel_multitouch", "lineno": 334, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_receives_correct_touch", "name": "test_on_press_receives_correct_touch", "lineno": 370, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_receives_correct_touch.callback", "name": "callback", "lineno": 374, "scope": "ButtonBehaviorTestCase.test_on_press_receives_correct_touch", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_receives_correct_touch", "name": "test_on_release_receives_correct_touch", "lineno": 384, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_receives_correct_touch.callback", "name": "callback", "lineno": 388, "scope": "ButtonBehaviorTestCase.test_on_release_receives_correct_touch", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_receives_correct_touch", "name": "test_on_cancel_receives_correct_touch", "lineno": 400, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_receives_correct_touch.callback", "name": "callback", "lineno": 404, "scope": "ButtonBehaviorTestCase.test_on_cancel_receives_correct_touch", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_press_receives_first_touch", "name": "test_multitouch_press_receives_first_touch", "lineno": 417, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_press_receives_first_touch.callback", "name": "callback", "lineno": 421, "scope": "ButtonBehaviorTestCase.test_multitouch_press_receives_first_touch", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_release_receives_last_touch", "name": "test_multitouch_release_receives_last_touch", "lineno": 436, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_release_receives_last_touch.callback", "name": "callback", "lineno": 440, "scope": "ButtonBehaviorTestCase.test_multitouch_release_receives_last_touch", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_cancel_receives_last_cancelled_touch", "name": "test_multitouch_cancel_receives_last_cancelled_touch", "lineno": 462, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_cancel_receives_last_cancelled_touch.callback", "name": "callback", "lineno": 466, "scope": "ButtonBehaviorTestCase.test_multitouch_cancel_receives_last_cancelled_touch", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_hooks_receive_touch_argument", "name": "test_hooks_receive_touch_argument", "lineno": 490, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton.__init__", "name": "__init__", "lineno": 494, "scope": "ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton._do_press", "name": "_do_press", "lineno": 500, "scope": "ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton._do_release", "name": "_do_release", "lineno": 503, "scope": "ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton._do_cancel", "name": "_do_cancel", "lineno": 506, "scope": "ButtonBehaviorTestCase.test_hooks_receive_touch_argument.HookTestButton", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_argument_consistency_across_events", "name": "test_touch_argument_consistency_across_events", "lineno": 530, "scope": "ButtonBehaviorTestCase", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_argument_consistency_across_events.on_press_cb", "name": "on_press_cb", "lineno": 535, "scope": "ButtonBehaviorTestCase.test_touch_argument_consistency_across_events", "is_async": false }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_argument_consistency_across_events.on_release_cb", "name": "on_release_cb", "lineno": 539, "scope": "ButtonBehaviorTestCase.test_touch_argument_consistency_across_events", "is_async": false } ], "kivy.tests.test_clipboard": [ { "id": "kivy.tests.test_clipboard.ClipboardTestCase.setUp", "name": "setUp", "lineno": 6, "scope": "ClipboardTestCase", "is_async": false }, { "id": "kivy.tests.test_clipboard.ClipboardTestCase.test_clipboard_not_dummy", "name": "test_clipboard_not_dummy", "lineno": 16, "scope": "ClipboardTestCase", "is_async": false }, { "id": "kivy.tests.test_clipboard.ClipboardTestCase.test_clipboard_paste", "name": "test_clipboard_paste", "lineno": 21, "scope": "ClipboardTestCase", "is_async": false }, { "id": "kivy.tests.test_clipboard.ClipboardTestCase.test_clipboard_copy", "name": "test_clipboard_copy", "lineno": 29, "scope": "ClipboardTestCase", "is_async": false }, { "id": "kivy.tests.test_clipboard.ClipboardTestCase.test_clipboard_copy_paste", "name": "test_clipboard_copy_paste", "lineno": 37, "scope": "ClipboardTestCase", "is_async": false }, { "id": "kivy.tests.test_clipboard.ClipboardTestCase.test_clipboard_copy_paste_with_emoji", "name": "test_clipboard_copy_paste_with_emoji", "lineno": 44, "scope": "ClipboardTestCase", "is_async": false } ], "kivy.tests.test_clock": [ { "id": "kivy.tests.test_clock.ClockCounter.__call__", "name": "__call__", "lineno": 14, "scope": "ClockCounter", "is_async": false }, { "id": "kivy.tests.test_clock.clock_counter", "name": "clock_counter", "lineno": 19, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_schedule_once", "name": "test_schedule_once", "lineno": 23, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_schedule_once_twice", "name": "test_schedule_once_twice", "lineno": 29, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_schedule_once_draw_after", "name": "test_schedule_once_draw_after", "lineno": 36, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_schedule_once_draw_before", "name": "test_schedule_once_draw_before", "lineno": 44, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_unschedule", "name": "test_unschedule", "lineno": 52, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_unschedule_event", "name": "test_unschedule_event", "lineno": 59, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_unschedule_after_tick", "name": "test_unschedule_after_tick", "lineno": 66, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_unschedule_draw", "name": "test_unschedule_draw", "lineno": 74, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_create", "name": "test_trigger_create", "lineno": 83, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_cancel", "name": "test_trigger_cancel", "lineno": 91, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_interval", "name": "test_trigger_interval", "lineno": 99, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_decorator", "name": "test_trigger_decorator", "lineno": 108, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_decorator.triggered_callback", "name": "triggered_callback", "lineno": 112, "scope": "test_trigger_decorator", "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_decorator_cancel", "name": "test_trigger_decorator_cancel", "lineno": 121, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_decorator_cancel.triggered_callback", "name": "triggered_callback", "lineno": 125, "scope": "test_trigger_decorator_cancel", "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_decorator_no_call", "name": "test_trigger_decorator_no_call", "lineno": 134, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_trigger_decorator_no_call.triggered_callback", "name": "triggered_callback", "lineno": 138, "scope": "test_trigger_decorator_no_call", "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_caught", "name": "test_exception_caught", "lineno": 147, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_caught.handle_test_exception", "name": "handle_test_exception", "lineno": 150, "scope": "test_exception_caught", "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_caught.raise_exception", "name": "raise_exception", "lineno": 157, "scope": "test_exception_caught", "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_ignored", "name": "test_exception_ignored", "lineno": 168, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_ignored.raise_exception", "name": "raise_exception", "lineno": 169, "scope": "test_exception_ignored", "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_caught_handler", "name": "test_exception_caught_handler", "lineno": 181, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_caught_handler.KivyHandler.handle_exception", "name": "handle_exception", "lineno": 188, "scope": "test_exception_caught_handler.KivyHandler", "is_async": false }, { "id": "kivy.tests.test_clock.test_exception_caught_handler.raise_exception", "name": "raise_exception", "lineno": 194, "scope": "test_exception_caught_handler", "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_ended_callback", "name": "test_clock_ended_callback", "lineno": 205, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_ended_del_safe", "name": "test_clock_ended_del_safe", "lineno": 219, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_ended_raises", "name": "test_clock_ended_raises", "lineno": 228, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_ended_del_safe_raises", "name": "test_clock_ended_del_safe_raises", "lineno": 249, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_stop_twice", "name": "test_clock_stop_twice", "lineno": 259, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_restart", "name": "test_clock_restart", "lineno": 274, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_event_trigger_ref", "name": "test_clock_event_trigger_ref", "lineno": 282, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock.test_clock_event_trigger_ref.Counter.call", "name": "call", "lineno": 286, "scope": "test_clock_event_trigger_ref.Counter", "is_async": false } ], "kivy.tests.test_clock_triggered": [ { "id": "kivy.tests.test_clock_triggered.ClockCounter.__init__", "name": "__init__", "lineno": 6, "scope": "ClockCounter", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.ClockCounter.__call__", "name": "__call__", "lineno": 11, "scope": "ClockCounter", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_global", "name": "test_triggered_global", "lineno": 17, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_global.my_func", "name": "my_func", "lineno": 21, "scope": "test_triggered_global", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_isolation", "name": "test_triggered_instance_isolation", "lineno": 37, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_isolation.MyClass.__init__", "name": "__init__", "lineno": 39, "scope": "test_triggered_instance_isolation.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_isolation.MyClass.my_method", "name": "my_method", "lineno": 44, "scope": "test_triggered_instance_isolation.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_throttling", "name": "test_triggered_instance_throttling", "lineno": 67, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_throttling.MyClass.__init__", "name": "__init__", "lineno": 69, "scope": "test_triggered_instance_throttling.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_throttling.MyClass.my_method", "name": "my_method", "lineno": 73, "scope": "test_triggered_instance_throttling.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_cancel", "name": "test_triggered_instance_cancel", "lineno": 89, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_cancel.MyClass.__init__", "name": "__init__", "lineno": 91, "scope": "test_triggered_instance_cancel.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_instance_cancel.MyClass.my_method", "name": "my_method", "lineno": 95, "scope": "test_triggered_instance_cancel.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_memory_leak", "name": "test_triggered_memory_leak", "lineno": 106, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_memory_leak.MyClass.my_method", "name": "my_method", "lineno": 111, "scope": "test_triggered_memory_leak.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_lazy_init", "name": "test_triggered_lazy_init", "lineno": 132, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_lazy_init.my_func", "name": "my_func", "lineno": 136, "scope": "test_triggered_lazy_init", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_debounce", "name": "test_triggered_debounce", "lineno": 147, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_debounce.my_func", "name": "my_func", "lineno": 151, "scope": "test_triggered_debounce", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_callable_as_timeout", "name": "test_triggered_callable_as_timeout", "lineno": 171, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_callable_as_timeout.my_func", "name": "my_func", "lineno": 176, "scope": "test_triggered_callable_as_timeout", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_is_triggered", "name": "test_triggered_is_triggered", "lineno": 184, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_is_triggered.my_callback", "name": "my_callback", "lineno": 188, "scope": "test_triggered_is_triggered", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_is_triggered.MyWidget.my_method", "name": "my_method", "lineno": 205, "scope": "test_triggered_is_triggered.MyWidget", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_classmethod", "name": "test_triggered_classmethod", "lineno": 226, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_classmethod.MyClass.my_classmethod", "name": "my_classmethod", "lineno": 232, "scope": "test_triggered_classmethod.MyClass", "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_staticmethod", "name": "test_triggered_staticmethod", "lineno": 251, "scope": null, "is_async": false }, { "id": "kivy.tests.test_clock_triggered.test_triggered_staticmethod.MyClass.my_staticmethod", "name": "my_staticmethod", "lineno": 257, "scope": "test_triggered_staticmethod.MyClass", "is_async": false } ], "kivy.tests.test_config": [ { "id": "kivy.tests.test_config.test_configparser_callbacks", "name": "test_configparser_callbacks", "lineno": 8, "scope": null, "is_async": false }, { "id": "kivy.tests.test_config.test_configparser_callbacks.callback", "name": "callback", "lineno": 10, "scope": "test_configparser_callbacks", "is_async": false }, { "id": "kivy.tests.test_config.test_configparser_read", "name": "test_configparser_read", "lineno": 23, "scope": null, "is_async": false }, { "id": "kivy.tests.test_config.test_configparser_setdefaults", "name": "test_configparser_setdefaults", "lineno": 30, "scope": null, "is_async": false } ], "kivy.tests.test_core_svg": [ { "id": "kivy.tests.test_core_svg._thorvg_available", "name": "_thorvg_available", "lineno": 16, "scope": null, "is_async": false }, { "id": "kivy.tests.test_core_svg._make_mock_provider", "name": "_make_mock_provider", "lineno": 28, "scope": null, "is_async": false }, { "id": "kivy.tests.test_core_svg._make_mock_provider.MockProvider.load", "name": "load", "lineno": 42, "scope": "_make_mock_provider.MockProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg._make_mock_provider.MockProvider.load_data", "name": "load_data", "lineno": 45, "scope": "_make_mock_provider.MockProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg._make_mock_provider.MockProvider.get_document_size", "name": "get_document_size", "lineno": 50, "scope": "_make_mock_provider.MockProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg._make_mock_provider.MockProvider.get_element_ids", "name": "get_element_ids", "lineno": 53, "scope": "_make_mock_provider.MockProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg._make_mock_provider.MockProvider.render", "name": "render", "lineno": 56, "scope": "_make_mock_provider.MockProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.setUp", "name": "setUp", "lineno": 69, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.tearDown", "name": "tearDown", "lineno": 76, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_register_adds_provider", "name": "test_register_adds_provider", "lineno": 81, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_register_raises_without_provider_name", "name": "test_register_raises_without_provider_name", "lineno": 89, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_register_raises_without_provider_name.BadProvider.load", "name": "load", "lineno": 95, "scope": "TestSvgLoader.test_register_raises_without_provider_name.BadProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_register_raises_without_provider_name.BadProvider.load_data", "name": "load_data", "lineno": 96, "scope": "TestSvgLoader.test_register_raises_without_provider_name.BadProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_register_raises_without_provider_name.BadProvider.get_document_size", "name": "get_document_size", "lineno": 97, "scope": "TestSvgLoader.test_register_raises_without_provider_name.BadProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_register_raises_without_provider_name.BadProvider.get_element_ids", "name": "get_element_ids", "lineno": 98, "scope": "TestSvgLoader.test_register_raises_without_provider_name.BadProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_register_raises_without_provider_name.BadProvider.render", "name": "render", "lineno": 99, "scope": "TestSvgLoader.test_register_raises_without_provider_name.BadProvider", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_first_success", "name": "test_load_data_returns_first_success", "lineno": 105, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_none_when_all_fail", "name": "test_load_data_returns_none_when_all_fail", "lineno": 114, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_skips_raising_provider", "name": "test_load_data_skips_raising_provider", "lineno": 121, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.test_load_returns_none_when_file_missing", "name": "test_load_returns_none_when_file_missing", "lineno": 129, "scope": "TestSvgLoader", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.setUp", "name": "setUp", "lineno": 143, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_plain_number", "name": "test_plain_number", "lineno": 147, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_px_suffix", "name": "test_px_suffix", "lineno": 150, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_px_suffix_with_whitespace", "name": "test_px_suffix_with_whitespace", "lineno": 153, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_whitespace_around_number", "name": "test_whitespace_around_number", "lineno": 156, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_zero_returns_none", "name": "test_zero_returns_none", "lineno": 159, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_zero_px_returns_none", "name": "test_zero_px_returns_none", "lineno": 162, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_negative_returns_none", "name": "test_negative_returns_none", "lineno": 165, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_inf_returns_none", "name": "test_inf_returns_none", "lineno": 168, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_invalid_string_returns_none", "name": "test_invalid_string_returns_none", "lineno": 171, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_none_input_returns_none", "name": "test_none_input_returns_none", "lineno": 174, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim.test_empty_string_returns_none", "name": "test_empty_string_returns_none", "lineno": 177, "scope": "TestSvgParseDim", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestParseElementIds.setUp", "name": "setUp", "lineno": 187, "scope": "TestParseElementIds", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestParseElementIds.test_returns_all_ids", "name": "test_returns_all_ids", "lineno": 191, "scope": "TestParseElementIds", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestParseElementIds.test_no_ids_returns_empty_list", "name": "test_no_ids_returns_empty_list", "lineno": 202, "scope": "TestParseElementIds", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestParseElementIds.test_invalid_xml_returns_empty_list", "name": "test_invalid_xml_returns_empty_list", "lineno": 206, "scope": "TestParseElementIds", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestParseElementIds.test_empty_bytes_returns_empty_list", "name": "test_empty_bytes_returns_empty_list", "lineno": 210, "scope": "TestParseElementIds", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestParseElementIds.test_nested_ids_all_included", "name": "test_nested_ids_all_included", "lineno": 213, "scope": "TestParseElementIds", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor.setUp", "name": "setUp", "lineno": 229, "scope": "TestApplyCurrentColor", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_replaces_token_with_hex", "name": "test_replaces_token_with_hex", "lineno": 233, "scope": "TestApplyCurrentColor", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_multiple_occurrences_all_replaced", "name": "test_multiple_occurrences_all_replaced", "lineno": 239, "scope": "TestApplyCurrentColor", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_no_token_passes_through_unchanged", "name": "test_no_token_passes_through_unchanged", "lineno": 245, "scope": "TestApplyCurrentColor", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_ignores_alpha_component", "name": "test_ignores_alpha_component", "lineno": 250, "scope": "TestApplyCurrentColor", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_black_produces_hash_000000", "name": "test_black_produces_hash_000000", "lineno": 256, "scope": "TestApplyCurrentColor", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_white_produces_hash_ffffff", "name": "test_white_produces_hash_ffffff", "lineno": 261, "scope": "TestApplyCurrentColor", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.setUp", "name": "setUp", "lineno": 277, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "name": "_probe", "lineno": 281, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_width_and_height", "name": "test_width_and_height", "lineno": 284, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_px_units_stripped", "name": "test_px_units_stripped", "lineno": 288, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_viewbox_fallback_when_no_width_height", "name": "test_viewbox_fallback_when_no_width_height", "lineno": 295, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_viewbox_comma_separated", "name": "test_viewbox_comma_separated", "lineno": 299, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_only_width_assumes_square", "name": "test_only_width_assumes_square", "lineno": 303, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_only_height_assumes_square", "name": "test_only_height_assumes_square", "lineno": 307, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_invalid_xml_returns_zero_tuple", "name": "test_invalid_xml_returns_zero_tuple", "lineno": 311, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_no_dimension_info_returns_zero_tuple", "name": "test_no_dimension_info_returns_zero_tuple", "lineno": 314, "scope": "TestProbeSizeFromXml", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "name": "_make_provider", "lineno": 337, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_get_element_ids_before_load_returns_empty", "name": "test_get_element_ids_before_load_returns_empty", "lineno": 343, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_get_document_size_before_load_returns_zero", "name": "test_get_document_size_before_load_returns_zero", "lineno": 347, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_before_load_returns_none", "name": "test_render_before_load_returns_none", "lineno": 351, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_empty_returns_false", "name": "test_load_data_empty_returns_false", "lineno": 357, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_valid_svg_returns_true", "name": "test_load_data_valid_svg_returns_true", "lineno": 361, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_populates_element_ids", "name": "test_load_data_populates_element_ids", "lineno": 365, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_populates_document_size", "name": "test_load_data_populates_document_size", "lineno": 370, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_invalid_width_returns_none", "name": "test_render_invalid_width_returns_none", "lineno": 379, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_invalid_height_returns_none", "name": "test_render_invalid_height_returns_none", "lineno": 384, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_returns_buffer_of_correct_length", "name": "test_render_returns_buffer_of_correct_length", "lineno": 389, "scope": "TestSvgProviderThorvg", "is_async": false }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_current_color_does_not_raise", "name": "test_render_current_color_does_not_raise", "lineno": 399, "scope": "TestSvgProviderThorvg", "is_async": false } ], "kivy.tests.test_coverage": [ { "id": "kivy.tests.test_coverage.test_coverage_base", "name": "test_coverage_base", "lineno": 12, "scope": null, "is_async": false }, { "id": "kivy.tests.test_coverage.test_coverage_multiline_on_event", "name": "test_coverage_multiline_on_event", "lineno": 29, "scope": null, "is_async": false }, { "id": "kivy.tests.test_coverage.test_coverage_trigger_event", "name": "test_coverage_trigger_event", "lineno": 47, "scope": null, "is_async": false }, { "id": "kivy.tests.test_coverage.test_coverage_trigger_all", "name": "test_coverage_trigger_all", "lineno": 66, "scope": null, "is_async": false } ], "kivy.tests.test_doc_gallery": [ { "id": "kivy.tests.test_doc_gallery.test_parse_docstring_info", "name": "test_parse_docstring_info", "lineno": 4, "scope": null, "is_async": false } ], "kivy.tests.test_effects": [ { "id": "kivy.tests.test_effects.test_expand_the_capacity_of_the_history", "name": "test_expand_the_capacity_of_the_history", "lineno": 1, "scope": null, "is_async": false }, { "id": "kivy.tests.test_effects.test_shrink_the_capacity_of_the_history", "name": "test_shrink_the_capacity_of_the_history", "lineno": 12, "scope": null, "is_async": false }, { "id": "kivy.tests.test_effects.test_ScrollEffect_reset", "name": "test_ScrollEffect_reset", "lineno": 23, "scope": null, "is_async": false } ], "kivy.tests.test_environ_cli": [ { "id": "kivy.tests.test_environ_cli._patch_env", "name": "_patch_env", "lineno": 21, "scope": null, "is_async": false }, { "id": "kivy.tests.test_environ_cli._kivy_subproces_import", "name": "_kivy_subproces_import", "lineno": 27, "scope": null, "is_async": false }, { "id": "kivy.tests.test_environ_cli.test_env_exist", "name": "test_env_exist", "lineno": 37, "scope": null, "is_async": false }, { "id": "kivy.tests.test_environ_cli.test_env_not_exist", "name": "test_env_not_exist", "lineno": 47, "scope": null, "is_async": false } ], "kivy.tests.test_fbo": [ { "id": "kivy.tests.test_fbo.FboTest.__init__", "name": "__init__", "lineno": 9, "scope": "FboTest", "is_async": false }, { "id": "kivy.tests.test_fbo.FBOGetPixelColorTest.test_fbo_get_pixel_color", "name": "test_fbo_get_pixel_color", "lineno": 36, "scope": "FBOGetPixelColorTest", "is_async": false } ], "kivy.tests.test_filechooser": [ { "id": "kivy.tests.test_filechooser.FileChooserTestCase.test_filechooserlistview", "name": "test_filechooserlistview", "lineno": 6, "scope": "FileChooserTestCase", "is_async": false } ], "kivy.tests.test_filechooser_unicode": [ { "id": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "name": "setUp", "lineno": 19, "scope": "FileChooserUnicodeTestCase", "is_async": false }, { "id": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.set_clock", "name": "set_clock", "lineno": 51, "scope": "FileChooserUnicodeTestCase", "is_async": false }, { "id": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.test_filechooserlistview_unicode", "name": "test_filechooserlistview_unicode", "lineno": 62, "scope": "FileChooserUnicodeTestCase", "is_async": false }, { "id": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.tearDown", "name": "tearDown", "lineno": 73, "scope": "FileChooserUnicodeTestCase", "is_async": false } ], "kivy.tests.test_fonts": [ { "id": "kivy.tests.test_fonts.FontTestCase.setUp", "name": "setUp", "lineno": 8, "scope": "FontTestCase", "is_async": false }, { "id": "kivy.tests.test_fonts.FontTestCase.test_unicode_name", "name": "test_unicode_name", "lineno": 28, "scope": "FontTestCase", "is_async": false }, { "id": "kivy.tests.test_fonts.FontTestCase.tearDown", "name": "tearDown", "lineno": 34, "scope": "FontTestCase", "is_async": false } ], "kivy.tests.test_garden": [ { "id": "kivy.tests.test_garden.test_garden_import_module", "name": "test_garden_import_module", "lineno": 7, "scope": null, "is_async": false } ], "kivy.tests.test_graphics": [ { "id": "kivy.tests.test_graphics.BoxShadowTest.test_create", "name": "test_create", "lineno": 19, "scope": "BoxShadowTest", "is_async": false }, { "id": "kivy.tests.test_graphics.BoxShadowTest.test_adjusted_size", "name": "test_adjusted_size", "lineno": 68, "scope": "BoxShadowTest", "is_async": false }, { "id": "kivy.tests.test_graphics.BoxShadowTest.test_adjusted_pos", "name": "test_adjusted_pos", "lineno": 134, "scope": "BoxShadowTest", "is_async": false }, { "id": "kivy.tests.test_graphics.BoxShadowTest.test_bounded_properties", "name": "test_bounded_properties", "lineno": 203, "scope": "BoxShadowTest", "is_async": false }, { "id": "kivy.tests.test_graphics.BoxShadowTest.test_canvas_management", "name": "test_canvas_management", "lineno": 245, "scope": "BoxShadowTest", "is_async": false }, { "id": "kivy.tests.test_graphics.VertexInstructionTest.test_circle", "name": "test_circle", "lineno": 275, "scope": "VertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.VertexInstructionTest.test_ellipse", "name": "test_ellipse", "lineno": 303, "scope": "VertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.VertexInstructionTest.test_point", "name": "test_point", "lineno": 316, "scope": "VertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.VertexInstructionTest.test_point_add", "name": "test_point_add", "lineno": 336, "scope": "VertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.VertexInstructionTest.test_line_rounded_rectangle", "name": "test_line_rounded_rectangle", "lineno": 356, "scope": "VertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.VertexInstructionTest.test_smoothline_rounded_rectangle", "name": "test_smoothline_rounded_rectangle", "lineno": 446, "scope": "VertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.VertexInstructionTest.test_enlarged_line", "name": "test_enlarged_line", "lineno": 462, "scope": "VertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest._convert_points", "name": "_convert_points", "lineno": 500, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "name": "_filtered_points", "lineno": 508, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest._get_texture", "name": "_get_texture", "lineno": 528, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_antialiasing_line", "name": "test_antialiasing_line", "lineno": 532, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothrectangle", "name": "test_smoothrectangle", "lineno": 635, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "name": "test_smoothroundedrectangle", "lineno": 699, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "name": "test_smoothellipse", "lineno": 785, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothtriangle", "name": "test_smoothtriangle", "lineno": 874, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothquad", "name": "test_smoothquad", "lineno": 947, "scope": "SmoothVertexInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.FBOInstructionTestCase.test_fbo_pixels", "name": "test_fbo_pixels", "lineno": 1009, "scope": "FBOInstructionTestCase", "is_async": false }, { "id": "kivy.tests.test_graphics.TransformationsTestCase.test_identity_creation", "name": "test_identity_creation", "lineno": 1024, "scope": "TransformationsTestCase", "is_async": false }, { "id": "kivy.tests.test_graphics.TransformationsTestCase.check_transform_works", "name": "check_transform_works", "lineno": 1030, "scope": "TransformationsTestCase", "is_async": false }, { "id": "kivy.tests.test_graphics.TransformationsTestCase.test_translate_creation", "name": "test_translate_creation", "lineno": 1047, "scope": "TransformationsTestCase", "is_async": false }, { "id": "kivy.tests.test_graphics.TransformationsTestCase.test_scale_creation", "name": "test_scale_creation", "lineno": 1051, "scope": "TransformationsTestCase", "is_async": false }, { "id": "kivy.tests.test_graphics.CallbackInstructionTest.test_from_kv", "name": "test_from_kv", "lineno": 1058, "scope": "CallbackInstructionTest", "is_async": false }, { "id": "kivy.tests.test_graphics.widget_verify_thread", "name": "widget_verify_thread", "lineno": 1074, "scope": null, "is_async": false }, { "id": "kivy.tests.test_graphics.test_graphics_main_thread", "name": "test_graphics_main_thread", "lineno": 1089, "scope": null, "is_async": false }, { "id": "kivy.tests.test_graphics.test_create_graphics_second_thread", "name": "test_create_graphics_second_thread", "lineno": 1100, "scope": null, "is_async": false }, { "id": "kivy.tests.test_graphics.test_create_graphics_second_thread.callback", "name": "callback", "lineno": 1105, "scope": "test_create_graphics_second_thread", "is_async": false }, { "id": "kivy.tests.test_graphics.test_change_graphics_second_thread", "name": "test_change_graphics_second_thread", "lineno": 1127, "scope": null, "is_async": false }, { "id": "kivy.tests.test_graphics.test_change_graphics_second_thread.callback", "name": "callback", "lineno": 1135, "scope": "test_change_graphics_second_thread", "is_async": false }, { "id": "kivy.tests.test_graphics.Test_glReadPixels_inplace.test_a_buffer_too_small", "name": "test_a_buffer_too_small", "lineno": 1157, "scope": "Test_glReadPixels_inplace", "is_async": false }, { "id": "kivy.tests.test_graphics.Test_glReadPixels_inplace.test_a_buffer_of_exact_size", "name": "test_a_buffer_of_exact_size", "lineno": 1164, "scope": "Test_glReadPixels_inplace", "is_async": false }, { "id": "kivy.tests.test_graphics.Test_glReadPixels_inplace.test_a_buffer_too_large", "name": "test_a_buffer_too_large", "lineno": 1174, "scope": "Test_glReadPixels_inplace", "is_async": false }, { "id": "kivy.tests.test_graphics.Test_glReadPixels_inplace.test_unsupported_type", "name": "test_unsupported_type", "lineno": 1182, "scope": "Test_glReadPixels_inplace", "is_async": false }, { "id": "kivy.tests.test_graphics.Test_glReadPixels_inplace.test_unsupported_format", "name": "test_unsupported_format", "lineno": 1187, "scope": "Test_glReadPixels_inplace", "is_async": false } ], "kivy.tests.test_image": [ { "id": "kivy.tests.test_image.ImageTestCase.setUp", "name": "setUp", "lineno": 10, "scope": "ImageTestCase", "is_async": false }, { "id": "kivy.tests.test_image.ImageTestCase.test_keep_data", "name": "test_keep_data", "lineno": 19, "scope": "ImageTestCase", "is_async": false }, { "id": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "name": "test_save_into_bytesio", "lineno": 28, "scope": "ImageTestCase", "is_async": false } ], "kivy.tests.test_imageloader": [ { "id": "kivy.tests.test_imageloader.asset", "name": "asset", "lineno": 34, "scope": null, "is_async": false }, { "id": "kivy.tests.test_imageloader.has_alpha", "name": "has_alpha", "lineno": 38, "scope": null, "is_async": false }, { "id": "kivy.tests.test_imageloader.bytes_per_pixel", "name": "bytes_per_pixel", "lineno": 42, "scope": null, "is_async": false }, { "id": "kivy.tests.test_imageloader.get_pixel_alpha", "name": "get_pixel_alpha", "lineno": 50, "scope": null, "is_async": false }, { "id": "kivy.tests.test_imageloader.rgba_to", "name": "rgba_to", "lineno": 59, "scope": null, "is_async": false }, { "id": "kivy.tests.test_imageloader.match_prediction", "name": "match_prediction", "lineno": 96, "scope": null, "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.__init__", "name": "__init__", "lineno": 153, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.stats", "name": "stats", "lineno": 163, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.results", "name": "results", "lineno": 167, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.start", "name": "start", "lineno": 170, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.end", "name": "end", "lineno": 176, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.ok", "name": "ok", "lineno": 181, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.skip", "name": "skip", "lineno": 188, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.fail", "name": "fail", "lineno": 195, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext.dbg", "name": "dbg", "lineno": 202, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext._incstat", "name": "_incstat", "lineno": 208, "scope": "_TestContext", "is_async": false }, { "id": "kivy.tests.test_imageloader._TestContext._incstat.IS", "name": "IS", "lineno": 212, "scope": "_TestContext._incstat", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.setUp", "name": "setUp", "lineno": 229, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.tearDown", "name": "tearDown", "lineno": 233, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase._prepare_images", "name": "_prepare_images", "lineno": 246, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "name": "_test_imageloader", "lineno": 268, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "name": "_test_image", "lineno": 298, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image.debug", "name": "debug", "lineno": 307, "scope": "ImageLoaderTestCase._test_image", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderSDL3", "name": "test_ImageLoaderSDL3", "lineno": 357, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderPIL", "name": "test_ImageLoaderPIL", "lineno": 364, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderFFPy", "name": "test_ImageLoaderFFPy", "lineno": 368, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderGIF", "name": "test_ImageLoaderGIF", "lineno": 372, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderDDS", "name": "test_ImageLoaderDDS", "lineno": 376, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderTex", "name": "test_ImageLoaderTex", "lineno": 380, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderImageIO", "name": "test_ImageLoaderImageIO", "lineno": 384, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_missing_tests", "name": "test_missing_tests", "lineno": 388, "scope": "ImageLoaderTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "name": "test_internal_converter_2x1", "lineno": 397, "scope": "ConverterTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "name": "test_internal_converter_3x1", "lineno": 418, "scope": "ConverterTestCase", "is_async": false }, { "id": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "name": "test_internal_converter_1x3", "lineno": 439, "scope": "ConverterTestCase", "is_async": false } ], "kivy.tests.test_image_provider": [ { "id": "kivy.tests.test_image_provider.kivy_window", "name": "kivy_window", "lineno": 21, "scope": null, "is_async": false }, { "id": "kivy.tests.test_image_provider.TestAvailableProviders.test_available_providers_returns_list", "name": "test_available_providers_returns_list", "lineno": 31, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestAvailableProviders.test_available_providers_not_empty", "name": "test_available_providers_not_empty", "lineno": 38, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestAvailableProviders.test_available_providers_contains_strings", "name": "test_available_providers_contains_strings", "lineno": 45, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestAvailableProviders.test_available_providers_lowercase", "name": "test_available_providers_lowercase", "lineno": 53, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestAvailableProviders.test_available_providers_matches_loaders", "name": "test_available_providers_matches_loaders", "lineno": 63, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderParameter.test_image_path", "name": "test_image_path", "lineno": 87, "scope": "TestImageProviderParameter", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderParameter.test_load_with_default_provider", "name": "test_load_with_default_provider", "lineno": 91, "scope": "TestImageProviderParameter", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderParameter.test_load_with_explicit_provider", "name": "test_load_with_explicit_provider", "lineno": 99, "scope": "TestImageProviderParameter", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderParameter.test_load_static_method_with_provider", "name": "test_load_static_method_with_provider", "lineno": 112, "scope": "TestImageProviderParameter", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderParameter.test_provider_case_insensitive", "name": "test_provider_case_insensitive", "lineno": 124, "scope": "TestImageProviderParameter", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderParameter.test_all_available_providers_can_load", "name": "test_all_available_providers_can_load", "lineno": 138, "scope": "TestImageProviderParameter", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderURIScheme.test_image_path", "name": "test_image_path", "lineno": 154, "scope": "TestImageProviderURIScheme", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderURIScheme.test_uri_scheme_basic", "name": "test_uri_scheme_basic", "lineno": 158, "scope": "TestImageProviderURIScheme", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderURIScheme.test_uri_scheme_regex_pattern", "name": "test_uri_scheme_regex_pattern", "lineno": 172, "scope": "TestImageProviderURIScheme", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderURIScheme.test_uri_scheme_regex_with_params_block", "name": "test_uri_scheme_regex_with_params_block", "lineno": 202, "scope": "TestImageProviderURIScheme", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderURIScheme.test_uri_scheme_invalid_patterns_dont_match", "name": "test_uri_scheme_invalid_patterns_dont_match", "lineno": 246, "scope": "TestImageProviderURIScheme", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestImageProviderURIScheme.test_uri_with_spaces_in_path", "name": "test_uri_with_spaces_in_path", "lineno": 265, "scope": "TestImageProviderURIScheme", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.import_helper", "name": "import_helper", "lineno": 281, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_none_returns_empty", "name": "test_none_returns_empty", "lineno": 285, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_empty_string_returns_empty", "name": "test_empty_string_returns_empty", "lineno": 288, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_single_int_param", "name": "test_single_int_param", "lineno": 291, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_multiple_params", "name": "test_multiple_params", "lineno": 294, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_int_conversion", "name": "test_int_conversion", "lineno": 299, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_non_int_stays_string", "name": "test_non_int_stays_string", "lineno": 303, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_whitespace_around_tokens_ignored", "name": "test_whitespace_around_tokens_ignored", "lineno": 307, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestParseUriParams.test_token_without_equals_ignored", "name": "test_token_without_equals_ignored", "lineno": 311, "scope": "TestParseUriParams", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestInvalidProviderHandling.test_image_path", "name": "test_image_path", "lineno": 321, "scope": "TestInvalidProviderHandling", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestInvalidProviderHandling.test_invalid_provider_lenient_mode", "name": "test_invalid_provider_lenient_mode", "lineno": 325, "scope": "TestInvalidProviderHandling", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestInvalidProviderHandling.test_invalid_provider_strict_mode", "name": "test_invalid_provider_strict_mode", "lineno": 342, "scope": "TestInvalidProviderHandling", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestProviderPriority.test_image_path", "name": "test_image_path", "lineno": 360, "scope": "TestProviderPriority", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestProviderPriority.test_instance_provider_overrides_default", "name": "test_instance_provider_overrides_default", "lineno": 364, "scope": "TestProviderPriority", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestProviderExtensionSupport.test_providers_have_extensions", "name": "test_providers_have_extensions", "lineno": 382, "scope": "TestProviderExtensionSupport", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestCoreImageProviderProperty.test_image_path", "name": "test_image_path", "lineno": 403, "scope": "TestCoreImageProviderProperty", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestCoreImageProviderProperty.test_image_stores_provider", "name": "test_image_stores_provider", "lineno": 407, "scope": "TestCoreImageProviderProperty", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestWidgetImageProvider.test_image_path", "name": "test_image_path", "lineno": 427, "scope": "TestWidgetImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestWidgetImageProvider.test_image_widget_provider_property", "name": "test_image_widget_provider_property", "lineno": 431, "scope": "TestWidgetImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestWidgetImageProvider.test_image_widget_default_provider_none", "name": "test_image_widget_default_provider_none", "lineno": 446, "scope": "TestWidgetImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestWidgetImageProvider.test_image_widget_change_provider", "name": "test_image_widget_change_provider", "lineno": 453, "scope": "TestWidgetImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestAsyncImageProvider.test_image_path", "name": "test_image_path", "lineno": 473, "scope": "TestAsyncImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestAsyncImageProvider.test_async_image_has_provider_property", "name": "test_async_image_has_provider_property", "lineno": 477, "scope": "TestAsyncImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_path", "name": "test_zip_path", "lineno": 497, "scope": "TestZipImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_with_default_provider", "name": "test_zip_with_default_provider", "lineno": 509, "scope": "TestZipImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_with_explicit_provider", "name": "test_zip_with_explicit_provider", "lineno": 517, "scope": "TestZipImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_with_invalid_provider_strict_mode", "name": "test_zip_with_invalid_provider_strict_mode", "lineno": 530, "scope": "TestZipImageProvider", "is_async": false }, { "id": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_with_invalid_provider_lenient_mode", "name": "test_zip_with_invalid_provider_lenient_mode", "lineno": 543, "scope": "TestZipImageProvider", "is_async": false } ], "kivy.tests.test_invalid_lang": [ { "id": "kivy.tests.test_invalid_lang.InvalidLangTestCase.test_invalid_childname", "name": "test_invalid_childname", "lineno": 7, "scope": "InvalidLangTestCase", "is_async": false }, { "id": "kivy.tests.test_invalid_lang.InvalidLangTestCase.test_invalid_childname_before", "name": "test_invalid_childname_before", "lineno": 27, "scope": "InvalidLangTestCase", "is_async": false } ], "kivy.tests.test_kivy_init": [ { "id": "kivy.tests.test_kivy_init.test_kivy_configure", "name": "test_kivy_configure", "lineno": 8, "scope": null, "is_async": false }, { "id": "kivy.tests.test_kivy_init.test_kivy_get_includes", "name": "test_kivy_get_includes", "lineno": 17, "scope": null, "is_async": false }, { "id": "kivy.tests.test_kivy_init.test_kivy_usage", "name": "test_kivy_usage", "lineno": 26, "scope": null, "is_async": false } ], "kivy.tests.test_knspace": [ { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_not_exists", "name": "test_not_exists", "lineno": 10, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_not_exists_property", "name": "test_not_exists_property", "lineno": 14, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_allow_none", "name": "test_allow_none", "lineno": 20, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_name", "name": "test_name", "lineno": 32, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_proxy_ref", "name": "test_proxy_ref", "lineno": 42, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_constructor", "name": "test_constructor", "lineno": 52, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_re_assign", "name": "test_re_assign", "lineno": 62, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple", "name": "test_simple", "lineno": 74, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_multiple_names", "name": "test_simple_multiple_names", "lineno": 92, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_binding", "name": "test_simple_binding", "lineno": 110, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_name_change", "name": "test_simple_name_change", "lineno": 128, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_string", "name": "test_fork_string", "lineno": 144, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "name": "test_fork", "lineno": 164, "scope": "KNSpaceTestCase", "is_async": false }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "name": "test_fork_binding", "lineno": 195, "scope": "KNSpaceTestCase", "is_async": false } ], "kivy.tests.test_lang": [ { "id": "kivy.tests.test_lang.BaseClass.__init__", "name": "__init__", "lineno": 17, "scope": "BaseClass", "is_async": false }, { "id": "kivy.tests.test_lang.BaseClass.add_widget", "name": "add_widget", "lineno": 30, "scope": "BaseClass", "is_async": false }, { "id": "kivy.tests.test_lang.BaseClass.dispatch", "name": "dispatch", "lineno": 34, "scope": "BaseClass", "is_async": false }, { "id": "kivy.tests.test_lang.BaseClass.create_property", "name": "create_property", "lineno": 37, "scope": "BaseClass", "is_async": false }, { "id": "kivy.tests.test_lang.BaseClass.is_event_type", "name": "is_event_type", "lineno": 40, "scope": "BaseClass", "is_async": false }, { "id": "kivy.tests.test_lang.BaseClass.fbind", "name": "fbind", "lineno": 43, "scope": "BaseClass", "is_async": false }, { "id": "kivy.tests.test_lang.BaseClass.apply_class_lang_rules", "name": "apply_class_lang_rules", "lineno": 47, "scope": "BaseClass", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.import_builder", "name": "import_builder", "lineno": 66, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_invalid_indentation", "name": "test_invalid_indentation", "lineno": 75, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_invalid_indentation2", "name": "test_invalid_indentation2", "lineno": 90, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_loading_failed_1", "name": "test_loading_failed_1", "lineno": 101, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_parser_numeric_1", "name": "test_parser_numeric_1", "lineno": 113, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_parser_numeric_2", "name": "test_parser_numeric_2", "lineno": 120, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_references", "name": "test_references", "lineno": 127, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_template_syntax_removed", "name": "test_template_syntax_removed", "lineno": 141, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_with_multiline", "name": "test_with_multiline", "lineno": 156, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_with_eight_spaces", "name": "test_with_eight_spaces", "lineno": 173, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_with_one_space", "name": "test_with_one_space", "lineno": 190, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_with_two_spaces", "name": "test_with_two_spaces", "lineno": 207, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_property_trailingspace", "name": "test_property_trailingspace", "lineno": 224, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "name": "test_kv_python_init", "lineno": 241, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_apply_rules", "name": "test_apply_rules", "lineno": 275, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_load_utf8", "name": "test_load_utf8", "lineno": 284, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_bind_fstring", "name": "test_bind_fstring", "lineno": 296, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_bind_fstring_reference", "name": "test_bind_fstring_reference", "lineno": 307, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_bind_fstring_expressions", "name": "test_bind_fstring_expressions", "lineno": 322, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_bind_fstring_expressions_should_not_bind", "name": "test_bind_fstring_expressions_should_not_bind", "lineno": 362, "scope": "LangTestCase", "is_async": false }, { "id": "kivy.tests.test_lang.LangTestCase.test_fstring_nested_property_binding", "name": "test_fstring_nested_property_binding", "lineno": 388, "scope": "LangTestCase", "is_async": false } ], "kivy.tests.test_lang_complex": [ { "id": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "name": "test_complex_rewrite", "lineno": 37, "scope": "LangComplexTestCase", "is_async": false }, { "id": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite.TestWidget.__init__", "name": "__init__", "lineno": 57, "scope": "LangComplexTestCase.test_complex_rewrite.TestWidget", "is_async": false }, { "id": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite.TestWidget.on_release", "name": "on_release", "lineno": 61, "scope": "LangComplexTestCase.test_complex_rewrite.TestWidget", "is_async": false } ], "kivy.tests.test_lang_pre_process_and_post_process": [ { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.__init__", "name": "__init__", "lineno": 86, "scope": "TrackCallbacks", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.add", "name": "add", "lineno": 99, "scope": "TrackCallbacks", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.check", "name": "check", "lineno": 107, "scope": "TrackCallbacks", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.check_event", "name": "check_event", "lineno": 146, "scope": "TrackCallbacks", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.get_base_class", "name": "get_base_class", "lineno": 169, "scope": "TrackCallbacks", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.get_base_class.TestEventsBase.on_kv_pre", "name": "on_kv_pre", "lineno": 185, "scope": "TrackCallbacks.get_base_class.TestEventsBase", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.get_base_class.TestEventsBase.on_kv_applied", "name": "on_kv_applied", "lineno": 188, "scope": "TrackCallbacks.get_base_class.TestEventsBase", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.get_base_class.TestEventsBase.on_kv_post", "name": "on_kv_post", "lineno": 192, "scope": "TrackCallbacks.get_base_class.TestEventsBase", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.get_base_class.TestEventsBase.apply_class_lang_rules", "name": "apply_class_lang_rules", "lineno": 202, "scope": "TrackCallbacks.get_base_class.TestEventsBase", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.__repr__", "name": "__repr__", "lineno": 210, "scope": "TrackCallbacks", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_pure_python_auto_binding", "name": "test_pure_python_auto_binding", "lineno": 222, "scope": "TestKvEvents", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_pure_python_callbacks", "name": "test_pure_python_callbacks", "lineno": 231, "scope": "TestKvEvents", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_pure_python_callbacks.TestEventsPure.__init__", "name": "__init__", "lineno": 239, "scope": "TestKvEvents.test_pure_python_callbacks.TestEventsPure", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_instantiate_from_kv", "name": "test_instantiate_from_kv", "lineno": 257, "scope": "TestKvEvents", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_instantiate_from_kv_with_event", "name": "test_instantiate_from_kv_with_event", "lineno": 270, "scope": "TestKvEvents", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_instantiate_from_kv_with_child", "name": "test_instantiate_from_kv_with_child", "lineno": 289, "scope": "TestKvEvents", "is_async": false }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_instantiate_from_kv_with_child_inherit", "name": "test_instantiate_from_kv_with_child_inherit", "lineno": 320, "scope": "TestKvEvents", "is_async": false } ], "kivy.tests.test_logger": [ { "id": "kivy.tests.test_logger.file_handler", "name": "file_handler", "lineno": 19, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_purge_logs", "name": "test_purge_logs", "lineno": 34, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_logger_history_size", "name": "test_logger_history_size", "lineno": 71, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_trace_level", "name": "test_trace_level", "lineno": 85, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_trace_level_has_level_name", "name": "test_trace_level_has_level_name", "lineno": 109, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_logging_does_not_deep_copy", "name": "test_logging_does_not_deep_copy", "lineno": 117, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_logging_does_not_deep_copy.UncopyableDatastructure.__init__", "name": "__init__", "lineno": 125, "scope": "test_logging_does_not_deep_copy.UncopyableDatastructure", "is_async": false }, { "id": "kivy.tests.test_logger.test_logging_does_not_deep_copy.UncopyableDatastructure.__str__", "name": "__str__", "lineno": 129, "scope": "test_logging_does_not_deep_copy.UncopyableDatastructure", "is_async": false }, { "id": "kivy.tests.test_logger.configured_string_logging", "name": "configured_string_logging", "lineno": 136, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_colonsplittinglogrecord_with_colon", "name": "test_colonsplittinglogrecord_with_colon", "lineno": 160, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_colonsplittinglogrecord_without_colon", "name": "test_colonsplittinglogrecord_without_colon", "lineno": 186, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_uncoloredlogrecord_without_markup", "name": "test_uncoloredlogrecord_without_markup", "lineno": 221, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_uncoloredlogrecord_with_markup", "name": "test_uncoloredlogrecord_with_markup", "lineno": 255, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_coloredlogrecord_without_markup", "name": "test_coloredlogrecord_without_markup", "lineno": 277, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_coloredlogrecord_with_markup", "name": "test_coloredlogrecord_with_markup", "lineno": 314, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_kivyformatter_colon_no_color", "name": "test_kivyformatter_colon_no_color", "lineno": 339, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_kivyformatter_colon_color", "name": "test_kivyformatter_colon_color", "lineno": 348, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_kivy_log_mode_marker_on", "name": "test_kivy_log_mode_marker_on", "lineno": 367, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_kivy_log_mode_marker_off", "name": "test_kivy_log_mode_marker_off", "lineno": 382, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.NuclearReactorMonitoringHandler.__init__", "name": "__init__", "lineno": 403, "scope": "NuclearReactorMonitoringHandler", "is_async": false }, { "id": "kivy.tests.test_logger.NuclearReactorMonitoringHandler.emit", "name": "emit", "lineno": 406, "scope": "NuclearReactorMonitoringHandler", "is_async": false }, { "id": "kivy.tests.test_logger.simulate_evacuation", "name": "simulate_evacuation", "lineno": 414, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_third_party_handlers_work", "name": "test_third_party_handlers_work", "lineno": 429, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.are_regular_logs_handled", "name": "are_regular_logs_handled", "lineno": 434, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.are_kivy_logger_logs_handled", "name": "are_kivy_logger_logs_handled", "lineno": 442, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.is_stderr_output_handled", "name": "is_stderr_output_handled", "lineno": 450, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_kivy_mode_handlers", "name": "test_kivy_mode_handlers", "lineno": 463, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_python_mode_handlers", "name": "test_python_mode_handlers", "lineno": 476, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_mixed_mode_handlers", "name": "test_mixed_mode_handlers", "lineno": 487, "scope": null, "is_async": false }, { "id": "kivy.tests.test_logger.test_logger_fix_8345", "name": "test_logger_fix_8345", "lineno": 498, "scope": null, "is_async": false } ], "kivy.tests.test_lottie_provider": [ { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "name": "_make_provider", "lineno": 51, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider._Provider.load", "name": "load", "lineno": 55, "scope": "TestLottieBaseStateMachine._make_provider._Provider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_initial_state", "name": "test_initial_state", "lineno": 66, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_capability_flags_default_false", "name": "test_capability_flags_default_false", "lineno": 75, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_pause_stop", "name": "test_play_pause_stop", "lineno": 80, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_idempotent", "name": "test_play_idempotent", "lineno": 90, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_pause_only_when_playing", "name": "test_pause_only_when_playing", "lineno": 97, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_seek_clamps", "name": "test_seek_clamps", "lineno": 102, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_seek_percent", "name": "test_seek_percent", "lineno": 109, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_loop", "name": "test_eos_loop", "lineno": 114, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_stop", "name": "test_eos_stop", "lineno": 121, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_pause", "name": "test_eos_pause", "lineno": 129, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_invalid", "name": "test_eos_invalid", "lineno": 138, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_no_crash_when_empty", "name": "test_refresh_no_crash_when_empty", "lineno": 143, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_calls_render_frame", "name": "test_refresh_calls_render_frame", "lineno": 148, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_filename_triggers_load", "name": "test_filename_triggers_load", "lineno": 158, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_filename_triggers_load._P.load", "name": "load", "lineno": 163, "scope": "TestLottieBaseStateMachine.test_filename_triggers_load._P", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_filename_none_clears", "name": "test_filename_none_clears", "lineno": 170, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_position_property_seeks", "name": "test_position_property_seeks", "lineno": 177, "scope": "TestLottieBaseStateMachine", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "name": "_make_null", "lineno": 192, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_capability_flags", "name": "test_null_capability_flags", "lineno": 197, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_markers_returns_list", "name": "test_null_markers_returns_list", "lineno": 202, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_slots_returns_frozenset", "name": "test_null_slots_returns_frozenset", "lineno": 208, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_has_slot_false", "name": "test_null_has_slot_false", "lineno": 214, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_apply_slot_returns_none", "name": "test_null_apply_slot_returns_none", "lineno": 218, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_reset_slot_no_crash", "name": "test_null_reset_slot_no_crash", "lineno": 222, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_color_returns_none", "name": "test_null_set_color_returns_none", "lineno": 227, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_opacity_returns_none", "name": "test_null_set_opacity_returns_none", "lineno": 231, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_text_returns_none", "name": "test_null_set_text_returns_none", "lineno": 235, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_image_returns_none", "name": "test_null_set_image_returns_none", "lineno": 239, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_quality_no_crash", "name": "test_null_set_quality_no_crash", "lineno": 243, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_play_segment_no_crash", "name": "test_null_play_segment_no_crash", "lineno": 247, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_play_marker_no_crash", "name": "test_null_play_marker_no_crash", "lineno": 251, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_load_no_crash", "name": "test_null_load_no_crash", "lineno": 255, "scope": "TestLottieNullProvider", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.setUpClass", "name": "setUpClass", "lineno": 294, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.tearDownClass", "name": "tearDownClass", "lineno": 303, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_load_succeeds", "name": "test_load_succeeds", "lineno": 311, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_texture_initially_none", "name": "test_texture_initially_none", "lineno": 315, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_capability_flags_true", "name": "test_capability_flags_true", "lineno": 319, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_slot_ids_populated", "name": "test_slot_ids_populated", "lineno": 324, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_has_slot_true", "name": "test_has_slot_true", "lineno": 327, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_has_slot_false", "name": "test_has_slot_false", "lineno": 330, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_play_segment", "name": "test_play_segment", "lineno": 337, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_play_marker_success", "name": "test_play_marker_success", "lineno": 340, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_play_marker_invalid_raises", "name": "test_play_marker_invalid_raises", "lineno": 343, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_set_color_returns_handle", "name": "test_set_color_returns_handle", "lineno": 351, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_apply_slot_raw_json", "name": "test_apply_slot_raw_json", "lineno": 357, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_apply_slot_invalid_json_returns_none", "name": "test_apply_slot_invalid_json_returns_none", "lineno": 364, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_reset_slot_by_id_no_crash", "name": "test_reset_slot_by_id_no_crash", "lineno": 368, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_reset_all_slots_clears_active", "name": "test_reset_all_slots_clears_active", "lineno": 372, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_set_quality_no_crash", "name": "test_set_quality_no_crash", "lineno": 381, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_z_unload_clears_state", "name": "test_z_unload_clears_state", "lineno": 390, "scope": "TestLottieThorvgIntegration", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_finds_sid_keys", "name": "test_finds_sid_keys", "lineno": 403, "scope": "TestCollectSlotIds", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_empty_json", "name": "test_empty_json", "lineno": 415, "scope": "TestCollectSlotIds", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_invalid_json_returns_empty", "name": "test_invalid_json_returns_empty", "lineno": 420, "scope": "TestCollectSlotIds", "is_async": false }, { "id": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_returns_frozenset", "name": "test_returns_frozenset", "lineno": 425, "scope": "TestCollectSlotIds", "is_async": false } ], "kivy.tests.test_metrics": [ { "id": "kivy.tests.test_metrics.test_metrics_scale_factors", "name": "test_metrics_scale_factors", "lineno": 5, "scope": null, "is_async": false } ], "kivy.tests.test_module_inspector": [ { "id": "kivy.tests.test_module_inspector.InspectorTestCase.setUp", "name": "setUp", "lineno": 52, "scope": "InspectorTestCase", "is_async": false }, { "id": "kivy.tests.test_module_inspector.InspectorTestCase.tearDown", "name": "tearDown", "lineno": 63, "scope": "InspectorTestCase", "is_async": false }, { "id": "kivy.tests.test_module_inspector.InspectorTestCase.clean_garbage", "name": "clean_garbage", "lineno": 70, "scope": "InspectorTestCase", "is_async": false }, { "id": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "name": "test_activate_deactivate_bottom", "lineno": 75, "scope": "InspectorTestCase", "is_async": false }, { "id": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "name": "test_activate_deactivate_top", "lineno": 114, "scope": "InspectorTestCase", "is_async": false }, { "id": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "name": "test_widget_button", "lineno": 155, "scope": "InspectorTestCase", "is_async": false }, { "id": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "name": "test_widget_popup", "lineno": 215, "scope": "InspectorTestCase", "is_async": false }, { "id": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "name": "test_widget_multipopup", "lineno": 298, "scope": "InspectorTestCase", "is_async": false } ], "kivy.tests.test_motion_event": [ { "id": "kivy.tests.test_motion_event.TestMotionEvent.create_dummy_motion_event", "name": "create_dummy_motion_event", "lineno": 13, "scope": "TestMotionEvent", "is_async": false }, { "id": "kivy.tests.test_motion_event.TestMotionEvent.build_to_absolute_pos_data", "name": "build_to_absolute_pos_data", "lineno": 16, "scope": "TestMotionEvent", "is_async": false }, { "id": "kivy.tests.test_motion_event.TestMotionEvent.test_to_absolute_pos", "name": "test_to_absolute_pos", "lineno": 30, "scope": "TestMotionEvent", "is_async": false }, { "id": "kivy.tests.test_motion_event.TestMotionEvent.test_to_absolute_pos_error", "name": "test_to_absolute_pos_error", "lineno": 41, "scope": "TestMotionEvent", "is_async": false } ], "kivy.tests.test_mouse_hover_event": [ { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.setUp", "name": "setUp", "lineno": 8, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.tearDown", "name": "tearDown", "lineno": 32, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.on_window_flip", "name": "on_window_flip", "lineno": 57, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.on_motion", "name": "on_motion", "lineno": 61, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.on_any_touch_event", "name": "on_any_touch_event", "lineno": 65, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "name": "assert_event", "lineno": 68, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_no_event", "name": "assert_no_event", "lineno": 74, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "name": "get_providers", "lineno": 78, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_cursor_leave", "name": "test_no_event_on_cursor_leave", "lineno": 90, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_system_size", "name": "test_no_event_on_system_size", "lineno": 96, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_rotate", "name": "test_no_event_on_rotate", "lineno": 103, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_close", "name": "test_no_event_on_close", "lineno": 109, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_cursor_enter", "name": "test_begin_event_on_cursor_enter", "lineno": 115, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_mouse_pos", "name": "test_begin_event_on_mouse_pos", "lineno": 125, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_enter_and_mouse_pos", "name": "test_update_event_with_enter_and_mouse_pos", "lineno": 134, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_mouse_pos", "name": "test_update_event_with_mouse_pos", "lineno": 144, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_rotate", "name": "test_update_event_on_rotate", "lineno": 154, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_system_size", "name": "test_update_event_on_system_size", "lineno": 164, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_cursor_leave", "name": "test_end_event_on_cursor_leave", "lineno": 175, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_window_close", "name": "test_end_event_on_window_close", "lineno": 182, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "name": "test_with_full_cycle_with_cursor_events", "lineno": 189, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "name": "test_with_full_cycle_with_mouse_pos_and_on_close_event", "lineno": 205, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_no_dispatch_through_on_touch_events", "name": "test_begin_event_no_dispatch_through_on_touch_events", "lineno": 220, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_no_dispatch_through_on_touch_events", "name": "test_update_event_no_dispatch_through_on_touch_events", "lineno": 231, "scope": "MouseHoverEventTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_no_dispatch_through_on_touch_events", "name": "test_end_event_no_dispatch_through_on_touch_events", "lineno": 242, "scope": "MouseHoverEventTestCase", "is_async": false } ], "kivy.tests.test_mouse_multitouchsim": [ { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "name": "render", "lineno": 8, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "name": "correct_y", "lineno": 12, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "name": "mouse_init", "lineno": 18, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "name": "multitouch_dot_touch", "lineno": 50, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "name": "multitouch_dot_move", "lineno": 201, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dontappear", "name": "test_multitouch_dontappear", "lineno": 379, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_appear", "name": "test_multitouch_appear", "lineno": 426, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_lefttouch", "name": "test_multitouch_dot_lefttouch", "lineno": 495, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_leftmove", "name": "test_multitouch_dot_leftmove", "lineno": 498, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_righttouch", "name": "test_multitouch_dot_righttouch", "lineno": 501, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_rightmove", "name": "test_multitouch_dot_rightmove", "lineno": 504, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_lefttouch", "name": "test_multitouch_on_demand_noscatter_lefttouch", "lineno": 507, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_leftmove", "name": "test_multitouch_on_demand_noscatter_leftmove", "lineno": 510, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_righttouch", "name": "test_multitouch_on_demand_noscatter_righttouch", "lineno": 513, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_rightmove", "name": "test_multitouch_on_demand_noscatter_rightmove", "lineno": 516, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_lefttouch", "name": "test_multitouch_on_demand_scatter_lefttouch", "lineno": 519, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_leftmove", "name": "test_multitouch_on_demand_scatter_leftmove", "lineno": 524, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_righttouch", "name": "test_multitouch_on_demand_scatter_righttouch", "lineno": 529, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_rightmove", "name": "test_multitouch_on_demand_scatter_rightmove", "lineno": 534, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_lefttouch", "name": "test_multitouch_disabled_lefttouch", "lineno": 539, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_leftmove", "name": "test_multitouch_disabled_leftmove", "lineno": 542, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_righttouch", "name": "test_multitouch_disabled_righttouch", "lineno": 545, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_rightmove", "name": "test_multitouch_disabled_rightmove", "lineno": 548, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_enabled", "name": "test_ctrl_left_multitouch_enabled", "lineno": 551, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_disabled", "name": "test_ctrl_left_multitouch_disabled", "lineno": 591, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_removes_all_touches", "name": "test_button_all_removes_all_touches", "lineno": 629, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_with_multitouch_dot", "name": "test_button_all_with_multitouch_dot", "lineno": 670, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_modifiers_in_touch_profile", "name": "test_modifiers_in_touch_profile", "lineno": 704, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_touch_modifiers_updated", "name": "test_touch_modifiers_updated", "lineno": 732, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_enabled", "name": "test_middle_button_multitouch_enabled", "lineno": 774, "scope": "MultitouchSimulatorTestCase", "is_async": false }, { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_disabled", "name": "test_middle_button_multitouch_disabled", "lineno": 812, "scope": "MultitouchSimulatorTestCase", "is_async": false } ], "kivy.tests.test_multistroke": [ { "id": "kivy.tests.test_multistroke.best_score_cb", "name": "best_score_cb", "lineno": 11, "scope": null, "is_async": false }, { "id": "kivy.tests.test_multistroke.counter_cb", "name": "counter_cb", "lineno": 16, "scope": null, "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.setUp", "name": "setUp", "lineno": 45, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.set_clock", "name": "set_clock", "lineno": 60, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_immediate", "name": "test_immediate", "lineno": 66, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling", "name": "test_scheduling", "lineno": 74, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "name": "test_scheduling_limits", "lineno": 91, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "name": "test_parallel_recognize", "lineno": 125, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "name": "test_timeout_case_1", "lineno": 163, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "name": "test_timeout_case_2", "lineno": 180, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "name": "test_priority_sorting", "lineno": 199, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_name_filter", "name": "test_name_filter", "lineno": 223, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "name": "test_numpoints_filter", "lineno": 230, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "name": "test_numstrokes_filter", "lineno": 241, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "name": "test_priority_filter", "lineno": 252, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "name": "test_orientation_filter", "lineno": 275, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "name": "test_resample", "lineno": 295, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_rotateby", "name": "test_rotateby", "lineno": 307, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_transfer", "name": "test_transfer", "lineno": 312, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "name": "test_export_import_case_1", "lineno": 321, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "name": "test_export_import_case_2", "lineno": 332, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "name": "test_protractor_invariant", "lineno": 353, "scope": "MultistrokeTestCase", "is_async": false }, { "id": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "name": "test_protractor_bound", "lineno": 370, "scope": "MultistrokeTestCase", "is_async": false } ], "kivy.tests.test_properties": [ { "id": "kivy.tests.test_properties.set_clock", "name": "set_clock", "lineno": 19, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.self", "name": "self", "lineno": 24, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_base", "name": "test_base", "lineno": 29, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_observer", "name": "test_observer", "lineno": 47, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_observer.observe", "name": "observe", "lineno": 61, "scope": "test_observer", "is_async": false }, { "id": "kivy.tests.test_properties.test_objectcheck", "name": "test_objectcheck", "lineno": 79, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_stringcheck", "name": "test_stringcheck", "lineno": 95, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_numericcheck", "name": "test_numericcheck", "lineno": 117, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_listcheck", "name": "test_listcheck", "lineno": 139, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_dictcheck", "name": "test_dictcheck", "lineno": 155, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_propertynone", "name": "test_propertynone", "lineno": 171, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_reference", "name": "test_reference", "lineno": 192, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_reference.observe", "name": "observe", "lineno": 236, "scope": "test_reference", "is_async": false }, { "id": "kivy.tests.test_properties.test_reference_child_update", "name": "test_reference_child_update", "lineno": 247, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_dict", "name": "test_dict", "lineno": 280, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_dict.observe", "name": "observe", "lineno": 295, "scope": "test_dict", "is_async": false }, { "id": "kivy.tests.test_properties.test_bounded_numeric_property", "name": "test_bounded_numeric_property", "lineno": 323, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_bounded_numeric_property_error_value", "name": "test_bounded_numeric_property_error_value", "lineno": 344, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_bounded_numeric_property_error_handler", "name": "test_bounded_numeric_property_error_handler", "lineno": 372, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_numeric_string_with_units_check", "name": "test_numeric_string_with_units_check", "lineno": 403, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_numeric_string_without_units", "name": "test_numeric_string_without_units", "lineno": 435, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_property_rebind", "name": "test_property_rebind", "lineno": 451, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_property_rebind.AliasWidget.setter", "name": "setter", "lineno": 474, "scope": "test_property_rebind.AliasWidget", "is_async": false }, { "id": "kivy.tests.test_properties.test_property_rebind.AliasWidget.getter", "name": "getter", "lineno": 478, "scope": "test_property_rebind.AliasWidget", "is_async": false }, { "id": "kivy.tests.test_properties.test_color_property", "name": "test_color_property", "lineno": 563, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_without_setter", "name": "test_alias_property_without_setter", "lineno": 617, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_without_setter.CustomAlias._get_prop", "name": "_get_prop", "lineno": 624, "scope": "test_alias_property_without_setter.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_without_setter.CustomAlias.__init__", "name": "__init__", "lineno": 630, "scope": "test_alias_property_without_setter.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property", "name": "test_alias_property", "lineno": 648, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property.CustomAlias._get_prop", "name": "_get_prop", "lineno": 653, "scope": "test_alias_property.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property.CustomAlias._set_prop", "name": "_set_prop", "lineno": 656, "scope": "test_alias_property.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property.CustomAlias.__init__", "name": "__init__", "lineno": 662, "scope": "test_alias_property.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property.callback", "name": "callback", "lineno": 668, "scope": "test_alias_property", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true", "name": "test_alias_property_cache_true", "lineno": 700, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true.CustomAlias._get_prop", "name": "_get_prop", "lineno": 707, "scope": "test_alias_property_cache_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true.CustomAlias._set_prop", "name": "_set_prop", "lineno": 711, "scope": "test_alias_property_cache_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true.CustomAlias.__init__", "name": "__init__", "lineno": 718, "scope": "test_alias_property_cache_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_bind", "name": "test_alias_property_with_bind", "lineno": 750, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_bind.CustomAlias.get_right", "name": "get_right", "lineno": 758, "scope": "test_alias_property_with_bind.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_bind.CustomAlias.set_right", "name": "set_right", "lineno": 761, "scope": "test_alias_property_with_bind.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_bind.CustomAlias.__init__", "name": "__init__", "lineno": 768, "scope": "test_alias_property_with_bind.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_bind.callback", "name": "callback", "lineno": 783, "scope": "test_alias_property_with_bind", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_force_dispatch_true", "name": "test_alias_property_with_force_dispatch_true", "lineno": 802, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_force_dispatch_true.CustomAlias._get_prop", "name": "_get_prop", "lineno": 807, "scope": "test_alias_property_with_force_dispatch_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_force_dispatch_true.CustomAlias._set_prop", "name": "_set_prop", "lineno": 810, "scope": "test_alias_property_with_force_dispatch_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_force_dispatch_true.CustomAlias.__init__", "name": "__init__", "lineno": 817, "scope": "test_alias_property_with_force_dispatch_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_with_force_dispatch_true.callback", "name": "callback", "lineno": 823, "scope": "test_alias_property_with_force_dispatch_true", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_with_bind", "name": "test_alias_property_cache_true_with_bind", "lineno": 849, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_with_bind.CustomAlias._get_prop", "name": "_get_prop", "lineno": 856, "scope": "test_alias_property_cache_true_with_bind.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_with_bind.CustomAlias._set_prop", "name": "_set_prop", "lineno": 860, "scope": "test_alias_property_cache_true_with_bind.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_with_bind.CustomAlias.__init__", "name": "__init__", "lineno": 867, "scope": "test_alias_property_cache_true_with_bind.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_force_dispatch_true", "name": "test_alias_property_cache_true_force_dispatch_true", "lineno": 894, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_force_dispatch_true.CustomAlias._get_prop", "name": "_get_prop", "lineno": 899, "scope": "test_alias_property_cache_true_force_dispatch_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_force_dispatch_true.CustomAlias._set_prop", "name": "_set_prop", "lineno": 903, "scope": "test_alias_property_cache_true_force_dispatch_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_force_dispatch_true.CustomAlias.__init__", "name": "__init__", "lineno": 912, "scope": "test_alias_property_cache_true_force_dispatch_true.CustomAlias", "is_async": false }, { "id": "kivy.tests.test_properties.test_alias_property_cache_true_force_dispatch_true.callback", "name": "callback", "lineno": 919, "scope": "test_alias_property_cache_true_force_dispatch_true", "is_async": false }, { "id": "kivy.tests.test_properties.test_dictproperty_is_none", "name": "test_dictproperty_is_none", "lineno": 954, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_listproperty_is_none", "name": "test_listproperty_is_none", "lineno": 969, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_numeric_property_dp", "name": "test_numeric_property_dp", "lineno": 984, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_numeric_property_dp.callback", "name": "callback", "lineno": 1000, "scope": "test_numeric_property_dp", "is_async": false }, { "id": "kivy.tests.test_properties.test_variable_list_property_dp_default", "name": "test_variable_list_property_dp_default", "lineno": 1047, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_variable_list_property_dp_default.callback", "name": "callback", "lineno": 1059, "scope": "test_variable_list_property_dp_default", "is_async": false }, { "id": "kivy.tests.test_properties.test_variable_list_property_dp", "name": "test_variable_list_property_dp", "lineno": 1078, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_variable_list_property_dp.callback", "name": "callback", "lineno": 1090, "scope": "test_variable_list_property_dp", "is_async": false }, { "id": "kivy.tests.test_properties.test_property_duplicate_name", "name": "test_property_duplicate_name", "lineno": 1113, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_property_duplicate_name.callback", "name": "callback", "lineno": 1125, "scope": "test_property_duplicate_name", "is_async": false }, { "id": "kivy.tests.test_properties.test_property_duplicate_name.callback2", "name": "callback2", "lineno": 1129, "scope": "test_property_duplicate_name", "is_async": false }, { "id": "kivy.tests.test_properties.test_property_rename_duplicate", "name": "test_property_rename_duplicate", "lineno": 1143, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_property_rename_duplicate.callback", "name": "callback", "lineno": 1156, "scope": "test_property_rename_duplicate", "is_async": false }, { "id": "kivy.tests.test_properties.test_property_rename_duplicate.callback2", "name": "callback2", "lineno": 1160, "scope": "test_property_rename_duplicate", "is_async": false }, { "id": "kivy.tests.test_properties.test_override_prop_inheritance", "name": "test_override_prop_inheritance", "lineno": 1180, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_override_prop_inheritance.Child.inc", "name": "inc", "lineno": 1191, "scope": "test_override_prop_inheritance.Child", "is_async": false }, { "id": "kivy.tests.test_properties.test_manually_create_property", "name": "test_manually_create_property", "lineno": 1212, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_manually_create_property.callback", "name": "callback", "lineno": 1227, "scope": "test_manually_create_property", "is_async": false }, { "id": "kivy.tests.test_properties.test_inherit_property", "name": "test_inherit_property", "lineno": 1245, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_inherit_property.callback", "name": "callback", "lineno": 1260, "scope": "test_inherit_property", "is_async": false }, { "id": "kivy.tests.test_properties.test_unknown_property", "name": "test_unknown_property", "lineno": 1278, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_known_property_multiple_inheritance", "name": "test_known_property_multiple_inheritance", "lineno": 1291, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_known_property_multiple_inheritance.Behavior.__init__", "name": "__init__", "lineno": 1294, "scope": "test_known_property_multiple_inheritance.Behavior", "is_async": false }, { "id": "kivy.tests.test_properties.test_pass_other_typeerror", "name": "test_pass_other_typeerror", "lineno": 1313, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_pass_other_typeerror.Behavior.__init__", "name": "__init__", "lineno": 1316, "scope": "test_pass_other_typeerror.Behavior", "is_async": false }, { "id": "kivy.tests.test_properties.test_object_init_error", "name": "test_object_init_error", "lineno": 1332, "scope": null, "is_async": false }, { "id": "kivy.tests.test_properties.test_object_init_error.TestCls.__init__", "name": "__init__", "lineno": 1334, "scope": "test_object_init_error.TestCls", "is_async": false } ], "kivy.tests.test_provider_registry": [ { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_registry_imports", "name": "test_registry_imports", "lineno": 19, "scope": "TestProviderRegistryCompleteness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_registry_has_all_categories", "name": "test_registry_has_all_categories", "lineno": 33, "scope": "TestProviderRegistryCompleteness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_registry_categories_not_empty", "name": "test_registry_categories_not_empty", "lineno": 49, "scope": "TestProviderRegistryCompleteness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_registry_provider_format", "name": "test_registry_provider_format", "lineno": 58, "scope": "TestProviderRegistryCompleteness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_all_provider_modules_exist", "name": "test_all_provider_modules_exist", "lineno": 84, "scope": "TestProviderRegistryCompleteness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_no_duplicate_provider_names_within_category", "name": "test_no_duplicate_provider_names_within_category", "lineno": 127, "scope": "TestProviderRegistryCompleteness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_no_duplicate_module_names_within_category", "name": "test_no_duplicate_module_names_within_category", "lineno": 140, "scope": "TestProviderRegistryCompleteness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistrySync.test_kivy_options_matches_registry_categories", "name": "test_kivy_options_matches_registry_categories", "lineno": 157, "scope": "TestProviderRegistrySync", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistrySync.test_kivy_options_matches_registry_providers", "name": "test_kivy_options_matches_registry_providers", "lineno": 171, "scope": "TestProviderRegistrySync", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistrySync.test_kivy_options_provider_order_matches_registry", "name": "test_kivy_options_provider_order_matches_registry", "lineno": 186, "scope": "TestProviderRegistrySync", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_options_returns_tuple", "name": "test_get_provider_options_returns_tuple", "lineno": 205, "scope": "TestHelperFunctions", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_options_extracts_names", "name": "test_get_provider_options_extracts_names", "lineno": 212, "scope": "TestHelperFunctions", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_modules_returns_dict", "name": "test_get_provider_modules_returns_dict", "lineno": 221, "scope": "TestHelperFunctions", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_modules_returns_copy", "name": "test_get_provider_modules_returns_copy", "lineno": 228, "scope": "TestHelperFunctions", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_modules_correct_mapping", "name": "test_get_provider_modules_correct_mapping", "lineno": 242, "scope": "TestHelperFunctions", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_all_categories_returns_list", "name": "test_get_all_categories_returns_list", "lineno": 259, "scope": "TestHelperFunctions", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_all_categories_complete", "name": "test_get_all_categories_complete", "lineno": 266, "scope": "TestHelperFunctions", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_audio_module_uses_registry", "name": "test_audio_module_uses_registry", "lineno": 279, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_image_module_uses_registry", "name": "test_image_module_uses_registry", "lineno": 287, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_text_module_uses_registry", "name": "test_text_module_uses_registry", "lineno": 294, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_window_module_uses_registry", "name": "test_window_module_uses_registry", "lineno": 301, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_video_module_uses_registry", "name": "test_video_module_uses_registry", "lineno": 308, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_camera_module_uses_registry", "name": "test_camera_module_uses_registry", "lineno": 316, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_spelling_module_uses_registry", "name": "test_spelling_module_uses_registry", "lineno": 323, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_clipboard_module_uses_registry", "name": "test_clipboard_module_uses_registry", "lineno": 330, "scope": "TestProviderModuleUsage", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "name": "get_provider_module_files", "lineno": 341, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_window_providers_complete", "name": "test_window_providers_complete", "lineno": 376, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_text_providers_complete", "name": "test_text_providers_complete", "lineno": 388, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_video_providers_complete", "name": "test_video_providers_complete", "lineno": 400, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_audio_output_providers_complete", "name": "test_audio_output_providers_complete", "lineno": 418, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_image_providers_complete", "name": "test_image_providers_complete", "lineno": 430, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_camera_providers_complete", "name": "test_camera_providers_complete", "lineno": 445, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_spelling_providers_complete", "name": "test_spelling_providers_complete", "lineno": 457, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_clipboard_providers_complete", "name": "test_clipboard_providers_complete", "lineno": 469, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_lottie_providers_complete", "name": "test_lottie_providers_complete", "lineno": 481, "scope": "TestRegistryDiscovery", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryCorrectness.test_provider_names_follow_convention", "name": "test_provider_names_follow_convention", "lineno": 497, "scope": "TestRegistryCorrectness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryCorrectness.test_module_names_follow_convention", "name": "test_module_names_follow_convention", "lineno": 513, "scope": "TestRegistryCorrectness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryCorrectness.test_registry_has_no_none_values", "name": "test_registry_has_no_none_values", "lineno": 540, "scope": "TestRegistryCorrectness", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "name": "_get_source_file_path", "lineno": 561, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_audio_uses_get_provider_modules", "name": "test_audio_uses_get_provider_modules", "lineno": 588, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_image_uses_get_provider_modules", "name": "test_image_uses_get_provider_modules", "lineno": 604, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_text_uses_get_provider_modules", "name": "test_text_uses_get_provider_modules", "lineno": 620, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_window_uses_get_provider_modules", "name": "test_window_uses_get_provider_modules", "lineno": 636, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_video_uses_get_provider_modules", "name": "test_video_uses_get_provider_modules", "lineno": 652, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_camera_uses_get_provider_modules", "name": "test_camera_uses_get_provider_modules", "lineno": 668, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_spelling_uses_get_provider_modules", "name": "test_spelling_uses_get_provider_modules", "lineno": 684, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_clipboard_uses_get_provider_modules", "name": "test_clipboard_uses_get_provider_modules", "lineno": 700, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_lottie_module_uses_registry", "name": "test_lottie_module_uses_registry", "lineno": 716, "scope": "TestRegistryUsageInModules", "is_async": false }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_kivy_init_uses_get_provider_options", "name": "test_kivy_init_uses_get_provider_options", "lineno": 732, "scope": "TestRegistryUsageInModules", "is_async": false } ], "kivy.tests.test_resources": [ { "id": "kivy.tests.test_resources.test_file", "name": "test_file", "lineno": 15, "scope": null, "is_async": false }, { "id": "kivy.tests.test_resources.test_load_resource_cached", "name": "test_load_resource_cached", "lineno": 22, "scope": null, "is_async": false }, { "id": "kivy.tests.test_resources.test_load_resource_not_cached", "name": "test_load_resource_not_cached", "lineno": 30, "scope": null, "is_async": false }, { "id": "kivy.tests.test_resources.test_load_resource_not_found", "name": "test_load_resource_not_found", "lineno": 38, "scope": null, "is_async": false }, { "id": "kivy.tests.test_resources.test_timestamp_and_lastaccess", "name": "test_timestamp_and_lastaccess", "lineno": 64, "scope": null, "is_async": false }, { "id": "kivy.tests.test_resources.test_print_usage", "name": "test_print_usage", "lineno": 76, "scope": null, "is_async": false } ], "kivy.tests.test_rst_replace": [ { "id": "kivy.tests.test_rst_replace._build_rst", "name": "_build_rst", "lineno": 6, "scope": null, "is_async": false }, { "id": "kivy.tests.test_rst_replace._build_rst._TestRstReplace.__init__", "name": "__init__", "lineno": 10, "scope": "_build_rst._TestRstReplace", "is_async": false }, { "id": "kivy.tests.test_rst_replace.RstSubstitutionTestCase.test_rst_replace", "name": "test_rst_replace", "lineno": 43, "scope": "RstSubstitutionTestCase", "is_async": false } ], "kivy.tests.test_screen": [ { "id": "kivy.tests.test_screen.test_switch_to", "name": "test_switch_to", "lineno": 10, "scope": null, "is_async": false }, { "id": "kivy.tests.test_screen.test_switching_does_not_affect_a_list_of_screens", "name": "test_switching_does_not_affect_a_list_of_screens", "lineno": 26, "scope": null, "is_async": false } ], "kivy.tests.test_storage": [ { "id": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "name": "test_dict_storage", "lineno": 13, "scope": "StorageTestCase", "is_async": false }, { "id": "kivy.tests.test_storage.StorageTestCase.test_dict_storage_nofolder", "name": "test_dict_storage_nofolder", "lineno": 27, "scope": "StorageTestCase", "is_async": false }, { "id": "kivy.tests.test_storage.StorageTestCase.test_json_storage_nofolder", "name": "test_json_storage_nofolder", "lineno": 31, "scope": "StorageTestCase", "is_async": false }, { "id": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "name": "test_json_storage", "lineno": 35, "scope": "StorageTestCase", "is_async": false }, { "id": "kivy.tests.test_storage.StorageTestCase.test_redis_storage", "name": "test_redis_storage", "lineno": 64, "scope": "StorageTestCase", "is_async": false }, { "id": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "name": "_do_store_test_empty", "lineno": 79, "scope": "StorageTestCase", "is_async": false }, { "id": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "name": "_do_store_test_filled", "lineno": 109, "scope": "StorageTestCase", "is_async": false }, { "id": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "name": "_do_store_test_nofolder", "lineno": 122, "scope": "StorageTestCase", "is_async": false } ], "kivy.tests.test_system_tray": [ { "id": "kivy.tests.test_system_tray.TrayMenuTest.setUp", "name": "setUp", "lineno": 14, "scope": "TrayMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuTest.test_menu_creation", "name": "test_menu_creation", "lineno": 18, "scope": "TrayMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item", "name": "test_add_item", "lineno": 23, "scope": "TrayMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item_at_index", "name": "test_add_item_at_index", "lineno": 32, "scope": "TrayMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuTest.test_remove_item", "name": "test_remove_item", "lineno": 48, "scope": "TrayMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuTest.test_clear_menu", "name": "test_clear_menu", "lineno": 62, "scope": "TrayMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuTest.test_get_items_returns_reference", "name": "test_get_items_returns_reference", "lineno": 73, "scope": "TrayMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_button_item_creation", "name": "test_button_item_creation", "lineno": 89, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_item_creation", "name": "test_checkbox_item_creation", "lineno": 101, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_separator_item_creation", "name": "test_separator_item_creation", "lineno": 116, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_submenu_item_creation", "name": "test_submenu_item_creation", "lineno": 125, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_property_modification", "name": "test_item_property_modification", "lineno": 136, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_invalid_property_modifications", "name": "test_item_invalid_property_modifications", "lineno": 146, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_callback_execution", "name": "test_callback_execution", "lineno": 163, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_state_toggle", "name": "test_checkbox_state_toggle", "lineno": 174, "scope": "TrayMenuItemTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconTest.setUp", "name": "setUp", "lineno": 190, "scope": "TrayIconTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconTest.tearDown", "name": "tearDown", "lineno": 206, "scope": "TrayIconTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation", "name": "test_tray_icon_creation", "lineno": 211, "scope": "TrayIconTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation_minimal", "name": "test_tray_icon_creation_minimal", "lineno": 227, "scope": "TrayIconTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_property_modification", "name": "test_tray_icon_property_modification", "lineno": 237, "scope": "TrayIconTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_with_populated_menu", "name": "test_tray_icon_with_populated_menu", "lineno": 246, "scope": "TrayIconTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.setUp", "name": "setUp", "lineno": 274, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.tearDown", "name": "tearDown", "lineno": 278, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.create_temp_image_file", "name": "create_temp_image_file", "lineno": 285, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_png", "name": "test_icon_path_validation_png", "lineno": 300, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_ico", "name": "test_icon_path_validation_ico", "lineno": 308, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_jpg", "name": "test_icon_path_validation_jpg", "lineno": 315, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_supported_file_extensions", "name": "test_supported_file_extensions", "lineno": 322, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_nonexistent_file_handling", "name": "test_nonexistent_file_handling", "lineno": 332, "scope": "TrayIconFileHandlingTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayComplexMenuTest.setUp", "name": "setUp", "lineno": 344, "scope": "TrayComplexMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayComplexMenuTest.callback_method", "name": "callback_method", "lineno": 349, "scope": "TrayComplexMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "name": "test_nested_submenu_structure", "lineno": 353, "scope": "TrayComplexMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "name": "test_mixed_item_types_menu", "lineno": 414, "scope": "TrayComplexMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_callback_execution_tracking", "name": "test_callback_execution_tracking", "lineno": 458, "scope": "TrayComplexMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_large_menu_performance", "name": "test_large_menu_performance", "lineno": 482, "scope": "TrayComplexMenuTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TraySystemIntegrationTest.setUp", "name": "setUp", "lineno": 514, "scope": "TraySystemIntegrationTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TraySystemIntegrationTest.tearDown", "name": "tearDown", "lineno": 518, "scope": "TraySystemIntegrationTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_tray_creation_logging", "name": "test_tray_creation_logging", "lineno": 522, "scope": "TraySystemIntegrationTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_platform_tray_support_detection", "name": "test_platform_tray_support_detection", "lineno": 549, "scope": "TraySystemIntegrationTest", "is_async": false }, { "id": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_multiple_tray_icons_handling", "name": "test_multiple_tray_icons_handling", "lineno": 567, "scope": "TraySystemIntegrationTest", "is_async": false } ], "kivy.tests.test_text_provider": [ { "id": "kivy.tests.test_text_provider.kivy_window", "name": "kivy_window", "lineno": 20, "scope": null, "is_async": false }, { "id": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_returns_list", "name": "test_available_providers_returns_list", "lineno": 30, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_not_empty", "name": "test_available_providers_not_empty", "lineno": 37, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_contains_strings", "name": "test_available_providers_contains_strings", "lineno": 44, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_lowercase", "name": "test_available_providers_lowercase", "lineno": 52, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_matches_registered", "name": "test_available_providers_matches_registered", "lineno": 62, "scope": "TestAvailableProviders", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_with_valid_provider", "name": "test_get_provider_class_with_valid_provider", "lineno": 76, "scope": "TestGetProviderClass", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_case_insensitive", "name": "test_get_provider_class_case_insensitive", "lineno": 87, "scope": "TestGetProviderClass", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_invalid_returns_none", "name": "test_get_provider_class_invalid_returns_none", "lineno": 98, "scope": "TestGetProviderClass", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_none_raises_valueerror", "name": "test_get_provider_class_none_raises_valueerror", "lineno": 105, "scope": "TestGetProviderClass", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_empty_string_raises_valueerror", "name": "test_get_provider_class_empty_string_raises_valueerror", "lineno": 112, "scope": "TestGetProviderClass", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestStrictMode.test_strict_mode_raises_on_invalid_provider", "name": "test_strict_mode_raises_on_invalid_provider", "lineno": 123, "scope": "TestStrictMode", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestStrictMode.test_non_strict_mode_returns_none", "name": "test_non_strict_mode_returns_none", "lineno": 132, "scope": "TestStrictMode", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestCoreLabelProviderSelection.test_create_label_with_specific_provider", "name": "test_create_label_with_specific_provider", "lineno": 145, "scope": "TestCoreLabelProviderSelection", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestCoreLabelProviderSelection.test_different_providers_produce_labels", "name": "test_different_providers_produce_labels", "lineno": 157, "scope": "TestCoreLabelProviderSelection", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_property_exists", "name": "test_text_provider_property_exists", "lineno": 174, "scope": "TestLabelWidgetProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_default_is_none", "name": "test_text_provider_default_is_none", "lineno": 181, "scope": "TestLabelWidgetProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_can_be_set", "name": "test_text_provider_can_be_set", "lineno": 188, "scope": "TestLabelWidgetProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_creates_correct_internal_label", "name": "test_text_provider_creates_correct_internal_label", "lineno": 199, "scope": "TestLabelWidgetProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_change_recreates_label", "name": "test_text_provider_change_recreates_label", "lineno": 213, "scope": "TestLabelWidgetProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_invalid_provider_logs_warning", "name": "test_invalid_provider_logs_warning", "lineno": 231, "scope": "TestLabelWidgetProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_default", "name": "test_get_markup_label_class_default", "lineno": 245, "scope": "TestMarkupLabelProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_with_provider", "name": "test_get_markup_label_class_with_provider", "lineno": 252, "scope": "TestMarkupLabelProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_inherits_from_provider", "name": "test_get_markup_label_class_inherits_from_provider", "lineno": 263, "scope": "TestMarkupLabelProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_caches_classes", "name": "test_get_markup_label_class_caches_classes", "lineno": 276, "scope": "TestMarkupLabelProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_invalid_returns_none", "name": "test_get_markup_label_class_invalid_returns_none", "lineno": 288, "scope": "TestMarkupLabelProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_markup_label_with_provider_renders", "name": "test_markup_label_with_provider_renders", "lineno": 295, "scope": "TestMarkupLabelProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_widget_markup_with_text_provider", "name": "test_widget_markup_with_text_provider", "lineno": 308, "scope": "TestMarkupLabelProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestRegisterProvider.test_register_provider_adds_to_list", "name": "test_register_provider_adds_to_list", "lineno": 332, "scope": "TestRegisterProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestRegisterProvider.test_register_provider_uses_explicit_name", "name": "test_register_provider_uses_explicit_name", "lineno": 351, "scope": "TestRegisterProvider", "is_async": false }, { "id": "kivy.tests.test_text_provider.TestRegisterProvider.test_register_provider_requires_name", "name": "test_register_provider_requires_name", "lineno": 368, "scope": "TestRegisterProvider", "is_async": false } ], "kivy.tests.test_thorvg_svg_provider": [ { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.import_helper", "name": "import_helper", "lineno": 36, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_both_above_min_unchanged", "name": "test_both_above_min_unchanged", "lineno": 40, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_both_equal_min_unchanged", "name": "test_both_equal_min_unchanged", "lineno": 43, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_landscape_short_dimension_scaled", "name": "test_landscape_short_dimension_scaled", "lineno": 46, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_portrait_short_dimension_scaled", "name": "test_portrait_short_dimension_scaled", "lineno": 51, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_square_below_min_scaled", "name": "test_square_below_min_scaled", "lineno": 56, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_zero_width_returns_min_square", "name": "test_zero_width_returns_min_square", "lineno": 61, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_zero_height_returns_min_square", "name": "test_zero_height_returns_min_square", "lineno": 64, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_negative_dims_return_min_square", "name": "test_negative_dims_return_min_square", "lineno": 67, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_custom_min_size", "name": "test_custom_min_size", "lineno": 70, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize.test_result_is_always_int", "name": "test_result_is_always_int", "lineno": 75, "scope": "TestApplyMinRasterSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestConfigDefaultSize.test_svg_default_size_is_512", "name": "test_svg_default_size_is_512", "lineno": 88, "scope": "TestConfigDefaultSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestConfigDefaultSize.test_svg_section_exists", "name": "test_svg_section_exists", "lineno": 92, "scope": "TestConfigDefaultSize", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.kivy_window", "name": "kivy_window", "lineno": 103, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.thorvg", "name": "thorvg", "lineno": 110, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.svg_path", "name": "svg_path", "lineno": 122, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_loader_is_registered", "name": "test_loader_is_registered", "lineno": 132, "scope": "TestThorvgSvgLoad", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_load_returns_image_data", "name": "test_load_returns_image_data", "lineno": 140, "scope": "TestThorvgSvgLoad", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_default_size_applied_when_svg_is_small", "name": "test_default_size_applied_when_svg_is_small", "lineno": 151, "scope": "TestThorvgSvgLoad", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_render_size_kwarg_overrides_default", "name": "test_render_size_kwarg_overrides_default", "lineno": 171, "scope": "TestThorvgSvgLoad", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_coreimage_loads_svg", "name": "test_coreimage_loads_svg", "lineno": 187, "scope": "TestThorvgSvgLoad", "is_async": false }, { "id": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_uri_with_size_param_loads", "name": "test_uri_with_size_param_loads", "lineno": 194, "scope": "TestThorvgSvgLoad", "is_async": false } ], "kivy.tests.test_thorvg_wrapper": [ { "id": "kivy.tests.test_thorvg_wrapper.test_engine_version_is_1_0_4", "name": "test_engine_version_is_1_0_4", "lineno": 53, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_result_enum_values", "name": "test_result_enum_values", "lineno": 60, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_swcanvas_set_target_allocates_buffer", "name": "test_swcanvas_set_target_allocates_buffer", "lineno": 70, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_swcanvas_rejects_invalid_target", "name": "test_swcanvas_rejects_invalid_target", "lineno": 81, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_swcanvas_set_target_resizes_buffer", "name": "test_swcanvas_set_target_resizes_buffer", "lineno": 87, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_swcanvas_buffer_arr_compat_alias", "name": "test_swcanvas_buffer_arr_compat_alias", "lineno": 95, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_swcanvas_destroy_idempotent", "name": "test_swcanvas_destroy_idempotent", "lineno": 102, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_picture_load_data_svg_and_size", "name": "test_picture_load_data_svg_and_size", "lineno": 115, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_picture_set_size_overrides_intrinsic_size", "name": "test_picture_set_size_overrides_intrinsic_size", "lineno": 123, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_picture_rejects_unknown_mimetype", "name": "test_picture_rejects_unknown_mimetype", "lineno": 131, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_picture_load_nonexistent_file", "name": "test_picture_load_nonexistent_file", "lineno": 136, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_accessor_generate_id_is_deterministic", "name": "test_accessor_generate_id_is_deterministic", "lineno": 144, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_accessor_generate_id_is_unsigned_uint32", "name": "test_accessor_generate_id_is_unsigned_uint32", "lineno": 150, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_accessor_walks_svg_element_ids", "name": "test_accessor_walks_svg_element_ids", "lineno": 174, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_accessor_walks_svg_element_ids.visit", "name": "visit", "lineno": 182, "scope": "test_accessor_walks_svg_element_ids", "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_accessor_get_paint_roundtrips_by_id", "name": "test_accessor_get_paint_roundtrips_by_id", "lineno": 192, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_accessor_callback_exceptions_do_not_crash", "name": "test_accessor_callback_exceptions_do_not_crash", "lineno": 205, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_accessor_callback_exceptions_do_not_crash.boom", "name": "boom", "lineno": 210, "scope": "test_accessor_callback_exceptions_do_not_crash", "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_render_svg_produces_nonzero_pixels", "name": "test_render_svg_produces_nonzero_pixels", "lineno": 221, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_canvas_add_transfers_ownership", "name": "test_canvas_add_transfers_ownership", "lineno": 236, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_lottie_load_metadata", "name": "test_lottie_load_metadata", "lineno": 255, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_lottie_set_frame_and_segment", "name": "test_lottie_set_frame_and_segment", "lineno": 267, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_lottie_markers_count_zero_for_unmarked_file", "name": "test_lottie_markers_count_zero_for_unmarked_file", "lineno": 282, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_lottie_slot_apply_and_del", "name": "test_lottie_slot_apply_and_del", "lineno": 290, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_lottie_slot_accepts_high_bit_handle_without_overflow", "name": "test_lottie_slot_accepts_high_bit_handle_without_overflow", "lineno": 307, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_lottie_set_quality_clamps_range", "name": "test_lottie_set_quality_clamps_range", "lineno": 321, "scope": null, "is_async": false }, { "id": "kivy.tests.test_thorvg_wrapper.test_lottie_render_produces_nonzero_pixels", "name": "test_lottie_render_produces_nonzero_pixels", "lineno": 329, "scope": null, "is_async": false } ], "kivy.tests.test_togglebuttonbehavior": [ { "id": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "name": "create_mock_touch", "lineno": 12, "scope": null, "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "name": "__init__", "lineno": 24, "scope": "BasicToggleButton", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.setUp", "name": "setUp", "lineno": 34, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_event_hooks", "name": "test_event_hooks", "lineno": 41, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_basic_toggle", "name": "test_basic_toggle", "lineno": 48, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_release", "name": "test_default_toggle_on_release", "lineno": 59, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_press", "name": "test_default_toggle_on_press", "lineno": 72, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "name": "test_runtime_toggle_on_change", "lineno": 86, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_property", "name": "test_group_mutual_exclusion_via_property", "lineno": 121, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "name": "test_group_mutual_exclusion_via_touch", "lineno": 134, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_scoped_groups_are_independent", "name": "test_scoped_groups_are_independent", "lineno": 157, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_change_reassigns_correctly", "name": "test_group_change_reassigns_correctly", "lineno": 175, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_cleanup_when_reassigned", "name": "test_group_cleanup_when_reassigned", "lineno": 188, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_initial_activated_conflict_resolution", "name": "test_initial_activated_conflict_resolution", "lineno": 198, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_true_via_property", "name": "test_allow_no_selection_true_via_property", "lineno": 208, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_true_via_touch", "name": "test_allow_no_selection_true_via_touch", "lineno": 218, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_property", "name": "test_allow_no_selection_false_via_property", "lineno": 227, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_touch", "name": "test_allow_no_selection_false_via_touch", "lineno": 237, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_instance_method", "name": "test_get_group_instance_method", "lineno": 251, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_empty", "name": "test_get_group_empty", "lineno": 262, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_global", "name": "test_get_group_class_method_global", "lineno": 266, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_scoped", "name": "test_get_group_class_method_scoped", "lineno": 279, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_nonexistent", "name": "test_get_group_class_method_nonexistent", "lineno": 293, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_after_widget_removal", "name": "test_get_group_after_widget_removal", "lineno": 303, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_multiple_different_groups", "name": "test_get_group_multiple_different_groups", "lineno": 322, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_returns_copy", "name": "test_get_group_returns_copy", "lineno": 337, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_cleanup_on_delete", "name": "test_cleanup_on_delete", "lineno": 354, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_cleanup_on_delete.check_cleanup", "name": "check_cleanup", "lineno": 362, "scope": "ToggleButtonBehaviorTest.test_cleanup_on_delete", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_no_memory_leak", "name": "test_get_group_no_memory_leak", "lineno": 369, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_no_memory_leak.check_cleanup", "name": "check_cleanup", "lineno": 389, "scope": "ToggleButtonBehaviorTest.test_get_group_no_memory_leak", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "name": "test_invalid_group_definitions", "lineno": 406, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_enum_and_int_group_names", "name": "test_enum_and_int_group_names", "lineno": 419, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_on_activated_callback_invoked", "name": "test_on_activated_callback_invoked", "lineno": 446, "scope": "ToggleButtonBehaviorTest", "is_async": false }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_on_activated_callback_invoked.SubToggle.on_activated", "name": "on_activated", "lineno": 451, "scope": "ToggleButtonBehaviorTest.test_on_activated_callback_invoked.SubToggle", "is_async": false } ], "kivy.tests.test_uix_accordion": [ { "id": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_default_title_class", "name": "test_default_title_class", "lineno": 15, "scope": "AccordionItemTitleTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_string_title_class_resolved_via_factory", "name": "test_string_title_class_resolved_via_factory", "lineno": 20, "scope": "AccordionItemTitleTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_custom_python_title_class", "name": "test_custom_python_title_class", "lineno": 26, "scope": "AccordionItemTitleTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "name": "test_accordion_basic_construction", "lineno": 35, "scope": "AccordionItemTitleTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_title_template_removed", "name": "test_title_template_removed", "lineno": 50, "scope": "AccordionItemTitleTestCase", "is_async": false } ], "kivy.tests.test_uix_actionbar": [ { "id": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "name": "__init__", "lineno": 56, "scope": "TouchPoint", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.setUp", "name": "setUp", "lineno": 73, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.tearDown", "name": "tearDown", "lineno": 87, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "name": "move_frames", "lineno": 93, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.clean_garbage", "name": "clean_garbage", "lineno": 97, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "name": "check_dropdown", "lineno": 102, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "name": "test_1_openclose", "lineno": 120, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "name": "test_2_switch", "lineno": 175, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "name": "test_3_openpress", "lineno": 244, "scope": "ActionBarTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "name": "test_4_openmulti", "lineno": 308, "scope": "ActionBarTestCase", "is_async": false } ], "kivy.tests.test_uix_anchorlayout": [ { "id": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.box", "name": "box", "lineno": 11, "scope": "UIXAnchorLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.box.linksp", "name": "linksp", "lineno": 19, "scope": "UIXAnchorLayoutTestcase.box", "is_async": false }, { "id": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_default", "name": "test_anchorlayout_default", "lineno": 25, "scope": "UIXAnchorLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_x", "name": "test_anchorlayout_x", "lineno": 34, "scope": "UIXAnchorLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_y", "name": "test_anchorlayout_y", "lineno": 51, "scope": "UIXAnchorLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchor_layout_xy", "name": "test_anchor_layout_xy", "lineno": 68, "scope": "UIXAnchorLayoutTestcase", "is_async": false } ], "kivy.tests.test_uix_asyncimage": [ { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.setUpClass", "name": "setUpClass", "lineno": 18, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.setUp", "name": "setUp", "lineno": 22, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.zip_frames", "name": "zip_frames", "lineno": 28, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.wait_for_event_or_timeout", "name": "wait_for_event_or_timeout", "lineno": 32, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.load_zipimage", "name": "load_zipimage", "lineno": 38, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_remote_zipsequence", "name": "test_remote_zipsequence", "lineno": 55, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_local_zipsequence", "name": "test_local_zipsequence", "lineno": 73, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.check_sequence_frames", "name": "check_sequence_frames", "lineno": 89, "scope": "AsyncImageTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "name": "test_reload_asyncimage", "lineno": 101, "scope": "AsyncImageTestCase", "is_async": false } ], "kivy.tests.test_uix_boxlayout": [ { "id": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.box", "name": "box", "lineno": 14, "scope": "UIXBoxLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.box.linksp", "name": "linksp", "lineno": 22, "scope": "UIXBoxLayoutTestcase.box", "is_async": false }, { "id": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "name": "test_boxlayout_orientation", "lineno": 28, "scope": "UIXBoxLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "name": "test_boxlayout_spacing", "lineno": 45, "scope": "UIXBoxLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "name": "test_boxlayout_padding", "lineno": 62, "scope": "UIXBoxLayoutTestcase", "is_async": false }, { "id": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "name": "test_boxlayout_padding_spacing", "lineno": 79, "scope": "UIXBoxLayoutTestcase", "is_async": false } ], "kivy.tests.test_uix_bubble": [ { "id": "kivy.tests.test_uix_bubble._TestBubbleButton.__init__", "name": "__init__", "lineno": 19, "scope": "_TestBubbleButton", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubbleContent.update_size", "name": "update_size", "lineno": 33, "scope": "_TestBubbleContent", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubbleContent.__init__", "name": "__init__", "lineno": 36, "scope": "_TestBubbleContent", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubble.arrow_length", "name": "arrow_length", "lineno": 45, "scope": "_TestBubble", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubble.arrow_width", "name": "arrow_width", "lineno": 49, "scope": "_TestBubble", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubble.arrow_rotation", "name": "arrow_rotation", "lineno": 53, "scope": "_TestBubble", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubble.arrow_layout_pos", "name": "arrow_layout_pos", "lineno": 57, "scope": "_TestBubble", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubble.arrow_layout_size", "name": "arrow_layout_size", "lineno": 61, "scope": "_TestBubble", "is_async": false }, { "id": "kivy.tests.test_uix_bubble._TestBubble.arrow_center_pos_within_arrow_layout", "name": "arrow_center_pos_within_arrow_layout", "lineno": 65, "scope": "_TestBubble", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.move_frames", "name": "move_frames", "lineno": 133, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_no_content", "name": "test_no_content", "lineno": 137, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_add_remove_content", "name": "test_add_remove_content", "lineno": 141, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_add_arbitrary_content", "name": "test_add_arbitrary_content", "lineno": 150, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_add_two_content_widgets_fails", "name": "test_add_two_content_widgets_fails", "lineno": 157, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_add_content_with_buttons", "name": "test_add_content_with_buttons", "lineno": 166, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "name": "assertSequenceAlmostEqual", "lineno": 176, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.assertTestBubbleLayoutWithPredefinedArrowPos", "name": "assertTestBubbleLayoutWithPredefinedArrowPos", "lineno": 181, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "name": "test_bubble_layout_with_predefined_arrow_pos", "lineno": 310, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos.update_bubble_size", "name": "update_bubble_size", "lineno": 326, "scope": "BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "name": "test_bubble_layout_without_arrow", "lineno": 349, "scope": "BubbleTest", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow.update_bubble_size", "name": "update_bubble_size", "lineno": 356, "scope": "BubbleTest.test_bubble_layout_without_arrow", "is_async": false }, { "id": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "name": "test_bubble_layout_with_flex_arrow_pos", "lineno": 386, "scope": "BubbleTest", "is_async": false } ], "kivy.tests.test_uix_carousel": [ { "id": "kivy.tests.test_uix_carousel.loop", "name": "loop", "lineno": 6, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_carousel.test_remove_widget", "name": "test_remove_widget", "lineno": 10, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_carousel.test_previous_and_next", "name": "test_previous_and_next", "lineno": 75, "scope": null, "is_async": false } ], "kivy.tests.test_uix_colorpicker": [ { "id": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_render", "name": "test_render", "lineno": 11, "scope": "ColorWheelTest", "is_async": false }, { "id": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "name": "test_clicks", "lineno": 15, "scope": "ColorWheelTest", "is_async": false }, { "id": "kivy.tests.test_uix_colorpicker.ColorPickerTest.test_render", "name": "test_render", "lineno": 61, "scope": "ColorPickerTest", "is_async": false }, { "id": "kivy.tests.test_uix_colorpicker.ColorPickerTest.test_set_colour", "name": "test_set_colour", "lineno": 65, "scope": "ColorPickerTest", "is_async": false } ], "kivy.tests.test_uix_dropdown": [ { "id": "kivy.tests.test_uix_dropdown.dropdown_app", "name": "dropdown_app", "lineno": 4, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_dropdown.dropdown_app.RootButton.on_touch_down", "name": "on_touch_down", "lineno": 14, "scope": "dropdown_app.RootButton", "is_async": false }, { "id": "kivy.tests.test_uix_dropdown.dropdown_app.RootButton.on_touch_move", "name": "on_touch_move", "lineno": 18, "scope": "dropdown_app.RootButton", "is_async": false }, { "id": "kivy.tests.test_uix_dropdown.dropdown_app.RootButton.on_touch_up", "name": "on_touch_up", "lineno": 22, "scope": "dropdown_app.RootButton", "is_async": false }, { "id": "kivy.tests.test_uix_dropdown.dropdown_app.TestApp.build", "name": "build", "lineno": 27, "scope": "dropdown_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_uix_dropdown.test_dropdown_app", "name": "test_dropdown_app", "lineno": 43, "scope": null, "is_async": true } ], "kivy.tests.test_uix_gridlayout": [ { "id": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_rows_None", "name": "test_gridlayout_get_max_widgets_cols_rows_None", "lineno": 15, "scope": "GridLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_rows_None", "name": "test_gridlayout_get_max_widgets_rows_None", "lineno": 21, "scope": "GridLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_None", "name": "test_gridlayout_get_max_widgets_cols_None", "lineno": 28, "scope": "GridLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_with_rows_cols", "name": "test_gridlayout_get_max_widgets_with_rows_cols", "lineno": 35, "scope": "GridLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.UixGridLayoutTest.test_rows_cols_sizes", "name": "test_rows_cols_sizes", "lineno": 46, "scope": "UixGridLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.test_create_idx_iter", "name": "test_create_idx_iter", "lineno": 68, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.test_create_idx_iter2", "name": "test_create_idx_iter2", "lineno": 80, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "name": "compute_layout", "lineno": 88, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_1x1", "name": "test_1x1", "lineno": 104, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_3x1_lr", "name": "test_3x1_lr", "lineno": 115, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_3x1_rl", "name": "test_3x1_rl", "lineno": 124, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_1x3_tb", "name": "test_1x3_tb", "lineno": 137, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_1x3_bt", "name": "test_1x3_bt", "lineno": 150, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_lr_tb", "name": "test_2x2_lr_tb", "lineno": 160, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_lr_bt", "name": "test_2x2_lr_bt", "lineno": 171, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_rl_tb", "name": "test_2x2_rl_tb", "lineno": 182, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_rl_bt", "name": "test_2x2_rl_bt", "lineno": 193, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_tb_lr", "name": "test_2x2_tb_lr", "lineno": 204, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_tb_rl", "name": "test_2x2_tb_rl", "lineno": 215, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_bt_lr", "name": "test_2x2_bt_lr", "lineno": 226, "scope": "TestLayout_fixed_sized_children", "is_async": false }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_bt_rl", "name": "test_2x2_bt_rl", "lineno": 237, "scope": "TestLayout_fixed_sized_children", "is_async": false } ], "kivy.tests.test_uix_layout": [ { "id": "kivy.tests.test_uix_layout.UixLayoutTest.test_instantiation", "name": "test_instantiation", "lineno": 14, "scope": "UixLayoutTest", "is_async": false } ], "kivy.tests.test_uix_lottie": [ { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class", "name": "_make_mock_lottie_class", "lineno": 35, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.load", "name": "load", "lineno": 56, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie._render_frame", "name": "_render_frame", "lineno": 64, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.slots", "name": "slots", "lineno": 68, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.markers", "name": "markers", "lineno": 72, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.play_segment", "name": "play_segment", "lineno": 75, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.play_marker", "name": "play_marker", "lineno": 79, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.apply_slot", "name": "apply_slot", "lineno": 85, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.reset_slot", "name": "reset_slot", "lineno": 95, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._make_mock_lottie_class._MockLottie.set_quality", "name": "set_quality", "lineno": 101, "scope": "_make_mock_lottie_class._MockLottie", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._MockLottieInjection._inject_mock", "name": "_inject_mock", "lineno": 114, "scope": "_MockLottieInjection", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._MockLottieInjection._inject_mock._patched_get_lottie", "name": "_patched_get_lottie", "lineno": 119, "scope": "_MockLottieInjection._inject_mock", "is_async": false }, { "id": "kivy.tests.test_uix_lottie._MockLottieInjection._restore_mock", "name": "_restore_mock", "lineno": 125, "scope": "_MockLottieInjection", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.setUp", "name": "setUp", "lineno": 137, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.tearDown", "name": "tearDown", "lineno": 141, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_initial_loaded_false", "name": "test_initial_loaded_false", "lineno": 145, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_source_sets_loaded_true", "name": "test_source_sets_loaded_true", "lineno": 151, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_texture_not_none_after_load", "name": "test_texture_not_none_after_load", "lineno": 161, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_duration_populated_after_load", "name": "test_duration_populated_after_load", "lineno": 167, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_total_frames_populated_after_load", "name": "test_total_frames_populated_after_load", "lineno": 173, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_texture_size_matches_texture", "name": "test_texture_size_matches_texture", "lineno": 179, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_clear_source_resets", "name": "test_clear_source_resets", "lineno": 186, "scope": "TestLottieWidgetLoad", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.setUp", "name": "setUp", "lineno": 203, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.tearDown", "name": "tearDown", "lineno": 210, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_play_sets_state", "name": "test_play_sets_state", "lineno": 214, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_pause_sets_state", "name": "test_pause_sets_state", "lineno": 218, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_stop_resets_state", "name": "test_stop_resets_state", "lineno": 223, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_state_play_before_load_starts_playback", "name": "test_state_play_before_load_starts_playback", "lineno": 228, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_state_play_at_construction", "name": "test_state_play_at_construction", "lineno": 234, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_progress_zero_before_seek", "name": "test_progress_zero_before_seek", "lineno": 240, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_progress_reflects_position", "name": "test_progress_reflects_position", "lineno": 243, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_set_progress_seeks", "name": "test_set_progress_seeks", "lineno": 247, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_progress_clamped", "name": "test_progress_clamped", "lineno": 251, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_progress_zero_when_no_duration", "name": "test_progress_zero_when_no_duration", "lineno": 257, "scope": "TestLottieWidgetPlayback", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.setUp", "name": "setUp", "lineno": 271, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.tearDown", "name": "tearDown", "lineno": 278, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_slots_property", "name": "test_slots_property", "lineno": 282, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_has_slot_true", "name": "test_has_slot_true", "lineno": 285, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_has_slot_false", "name": "test_has_slot_false", "lineno": 288, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_markers_property", "name": "test_markers_property", "lineno": 291, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_set_color_returns_handle", "name": "test_set_color_returns_handle", "lineno": 294, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_set_opacity_returns_handle", "name": "test_set_opacity_returns_handle", "lineno": 298, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_set_text_returns_handle", "name": "test_set_text_returns_handle", "lineno": 302, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_play_segment_no_crash", "name": "test_play_segment_no_crash", "lineno": 306, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_play_marker_success", "name": "test_play_marker_success", "lineno": 310, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_play_marker_invalid_raises", "name": "test_play_marker_invalid_raises", "lineno": 314, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_set_quality_no_crash", "name": "test_set_quality_no_crash", "lineno": 318, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_refresh_no_crash", "name": "test_refresh_no_crash", "lineno": 322, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_reset_slot_clears_color", "name": "test_reset_slot_clears_color", "lineno": 325, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_reset_all_slots", "name": "test_reset_all_slots", "lineno": 330, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.test_dom_before_load_returns_safe_values", "name": "test_dom_before_load_returns_safe_values", "lineno": 335, "scope": "TestLottieWidgetDom", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.setUp", "name": "setUp", "lineno": 353, "scope": "TestLottieWidgetFitMode", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.tearDown", "name": "tearDown", "lineno": 362, "scope": "TestLottieWidgetFitMode", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.test_fill_uses_full_widget_size", "name": "test_fill_uses_full_widget_size", "lineno": 366, "scope": "TestLottieWidgetFitMode", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.test_contain_preserves_ratio", "name": "test_contain_preserves_ratio", "lineno": 372, "scope": "TestLottieWidgetFitMode", "is_async": false }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.test_norm_image_size_no_texture_returns_size", "name": "test_norm_image_size_no_texture_returns_size", "lineno": 380, "scope": "TestLottieWidgetFitMode", "is_async": false } ], "kivy.tests.test_uix_modal": [ { "id": "kivy.tests.test_uix_modal.modal_app", "name": "modal_app", "lineno": 6, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_modal.modal_app.ModalButton.on_touch_down", "name": "on_touch_down", "lineno": 17, "scope": "modal_app.ModalButton", "is_async": false }, { "id": "kivy.tests.test_uix_modal.modal_app.ModalButton.on_touch_move", "name": "on_touch_move", "lineno": 23, "scope": "modal_app.ModalButton", "is_async": false }, { "id": "kivy.tests.test_uix_modal.modal_app.ModalButton.on_touch_up", "name": "on_touch_up", "lineno": 29, "scope": "modal_app.ModalButton", "is_async": false }, { "id": "kivy.tests.test_uix_modal.modal_app.TestApp.build", "name": "build", "lineno": 37, "scope": "modal_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_uix_modal.test_modal_app", "name": "test_modal_app", "lineno": 47, "scope": null, "is_async": true } ], "kivy.tests.test_uix_recyclegridlayout": [ { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "name": "compute_layout", "lineno": 5, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_1x1", "name": "test_1x1", "lineno": 37, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_3x1_lr", "name": "test_3x1_lr", "lineno": 49, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_3x1_rl", "name": "test_3x1_rl", "lineno": 59, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_1x3_tb", "name": "test_1x3_tb", "lineno": 73, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_1x3_bt", "name": "test_1x3_bt", "lineno": 87, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_lr_tb", "name": "test_2x2_lr_tb", "lineno": 98, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_lr_bt", "name": "test_2x2_lr_bt", "lineno": 109, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_rl_tb", "name": "test_2x2_rl_tb", "lineno": 120, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_rl_bt", "name": "test_2x2_rl_bt", "lineno": 132, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_tb_lr", "name": "test_2x2_tb_lr", "lineno": 143, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_tb_rl", "name": "test_2x2_tb_rl", "lineno": 154, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_bt_lr", "name": "test_2x2_bt_lr", "lineno": 166, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_bt_rl", "name": "test_2x2_bt_rl", "lineno": 177, "scope": "TestLayout_all_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "name": "compute_layout", "lineno": 184, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_4x1_lr", "name": "test_4x1_lr", "lineno": 226, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_4x1_rl", "name": "test_4x1_rl", "lineno": 236, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_1x4_tb", "name": "test_1x4_tb", "lineno": 252, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_1x4_bt", "name": "test_1x4_bt", "lineno": 268, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_lr_tb", "name": "test_3x3_lr_tb", "lineno": 281, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_lr_bt", "name": "test_3x3_lr_bt", "lineno": 295, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_rl_tb", "name": "test_3x3_rl_tb", "lineno": 309, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_rl_bt", "name": "test_3x3_rl_bt", "lineno": 323, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_tb_lr", "name": "test_3x3_tb_lr", "lineno": 337, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_tb_rl", "name": "test_3x3_tb_rl", "lineno": 351, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_bt_lr", "name": "test_3x3_bt_lr", "lineno": 365, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_bt_rl", "name": "test_3x3_bt_rl", "lineno": 379, "scope": "TestLayout_only_a_part_of_the_data_is_visible", "is_async": false } ], "kivy.tests.test_uix_relativelayout": [ { "id": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_on_touch_move", "name": "test_relativelayout_on_touch_move", "lineno": 15, "scope": "UixRelativeLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_coordinates", "name": "test_relativelayout_coordinates", "lineno": 25, "scope": "UixRelativeLayoutTest", "is_async": false } ], "kivy.tests.test_uix_scrollview": [ { "id": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "name": "__init__", "lineno": 18, "scope": "_TestGrid", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarHorizontal.__init__", "name": "__init__", "lineno": 35, "scope": "_TestScrollbarHorizontal", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarVertical.__init__", "name": "__init__", "lineno": 43, "scope": "_TestScrollbarVertical", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarBoth.__init__", "name": "__init__", "lineno": 51, "scope": "_TestScrollbarBoth", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarHorizontalMargin.__init__", "name": "__init__", "lineno": 58, "scope": "_TestScrollbarHorizontalMargin", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarVerticalMargin.__init__", "name": "__init__", "lineno": 67, "scope": "_TestScrollbarVerticalMargin", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarBothMargin.__init__", "name": "__init__", "lineno": 76, "scope": "_TestScrollbarBothMargin", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "name": "process_points", "lineno": 86, "scope": "ScrollViewTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal", "name": "test_scrollbar_horizontal", "lineno": 149, "scope": "ScrollViewTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical", "name": "test_scrollbar_vertical", "lineno": 170, "scope": "ScrollViewTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both", "name": "test_scrollbar_both", "lineno": 191, "scope": "ScrollViewTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal_margin", "name": "test_scrollbar_horizontal_margin", "lineno": 214, "scope": "ScrollViewTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical_margin", "name": "test_scrollbar_vertical_margin", "lineno": 240, "scope": "ScrollViewTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both_margin", "name": "test_scrollbar_both_margin", "lineno": 266, "scope": "ScrollViewTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_smooth_scroll_end", "name": "test_smooth_scroll_end", "lineno": 296, "scope": "ScrollViewTestCase", "is_async": false } ], "kivy.tests.test_uix_settings": [ { "id": "kivy.tests.test_uix_settings.test_settings_create_json_panel_errors", "name": "test_settings_create_json_panel_errors", "lineno": 9, "scope": null, "is_async": false } ], "kivy.tests.test_uix_slider": [ { "id": "kivy.tests.test_uix_slider._TestSliderHandle.__init__", "name": "__init__", "lineno": 9, "scope": "_TestSliderHandle", "is_async": false }, { "id": "kivy.tests.test_uix_slider._TestSliderAll.__init__", "name": "__init__", "lineno": 15, "scope": "_TestSliderAll", "is_async": false }, { "id": "kivy.tests.test_uix_slider.SliderMoveTestCase.setUp", "name": "setUp", "lineno": 23, "scope": "SliderMoveTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_slider.SliderMoveTestCase.tearDown", "name": "tearDown", "lineno": 34, "scope": "SliderMoveTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "name": "test_slider_move", "lineno": 40, "scope": "SliderMoveTestCase", "is_async": false } ], "kivy.tests.test_uix_stacklayout": [ { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_no_children", "name": "test_stacklayout_no_children", "lineno": 14, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "name": "test_stacklayout_default", "lineno": 18, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "name": "test_stacklayout_fixed_size", "lineno": 31, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "name": "test_stacklayout_orientation_btrl", "lineno": 44, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "name": "test_stacklayout_orientation_rlbt", "lineno": 58, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "name": "test_stacklayout_padding", "lineno": 72, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "name": "test_stacklayout_spacing", "lineno": 85, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "name": "test_stacklayout_overflow", "lineno": 98, "scope": "UixStackLayoutTest", "is_async": false }, { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_nospace", "name": "test_stacklayout_nospace", "lineno": 113, "scope": "UixStackLayoutTest", "is_async": false } ], "kivy.tests.test_uix_svg": [ { "id": "kivy.tests.test_uix_svg._make_mock_provider_class", "name": "_make_mock_provider_class", "lineno": 46, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_svg._make_mock_provider_class._MockSvgProvider.load", "name": "load", "lineno": 60, "scope": "_make_mock_provider_class._MockSvgProvider", "is_async": false }, { "id": "kivy.tests.test_uix_svg._make_mock_provider_class._MockSvgProvider.load_data", "name": "load_data", "lineno": 63, "scope": "_make_mock_provider_class._MockSvgProvider", "is_async": false }, { "id": "kivy.tests.test_uix_svg._make_mock_provider_class._MockSvgProvider.get_document_size", "name": "get_document_size", "lineno": 66, "scope": "_make_mock_provider_class._MockSvgProvider", "is_async": false }, { "id": "kivy.tests.test_uix_svg._make_mock_provider_class._MockSvgProvider.get_element_ids", "name": "get_element_ids", "lineno": 69, "scope": "_make_mock_provider_class._MockSvgProvider", "is_async": false }, { "id": "kivy.tests.test_uix_svg._make_mock_provider_class._MockSvgProvider.render", "name": "render", "lineno": 72, "scope": "_make_mock_provider_class._MockSvgProvider", "is_async": false }, { "id": "kivy.tests.test_uix_svg._SvgLoaderIsolation._inject_mock_provider", "name": "_inject_mock_provider", "lineno": 90, "scope": "_SvgLoaderIsolation", "is_async": false }, { "id": "kivy.tests.test_uix_svg._SvgLoaderIsolation._restore_providers", "name": "_restore_providers", "lineno": 96, "scope": "_SvgLoaderIsolation", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestNextPowerOf2.setUp", "name": "setUp", "lineno": 110, "scope": "TestNextPowerOf2", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestNextPowerOf2.test_values", "name": "test_values", "lineno": 114, "scope": "TestNextPowerOf2", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.setUp", "name": "setUp", "lineno": 135, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_http_url", "name": "test_http_url", "lineno": 139, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_https_url", "name": "test_https_url", "lineno": 142, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_https_url_mixed_case", "name": "test_https_url_mixed_case", "lineno": 145, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_absolute_file_path", "name": "test_absolute_file_path", "lineno": 148, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_relative_file_path", "name": "test_relative_file_path", "lineno": 151, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_bytes_input", "name": "test_bytes_input", "lineno": 154, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_none_input", "name": "test_none_input", "lineno": 157, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_ftp_protocol_not_uri", "name": "test_ftp_protocol_not_uri", "lineno": 160, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestIsUri.test_empty_string", "name": "test_empty_string", "lineno": 164, "scope": "TestIsUri", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.setUp", "name": "setUp", "lineno": 182, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_set_element_visible_false", "name": "test_set_element_visible_false", "lineno": 194, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_set_element_visible_true", "name": "test_set_element_visible_true", "lineno": 198, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_hide_element", "name": "test_hide_element", "lineno": 203, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_show_element", "name": "test_show_element", "lineno": 207, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_is_element_visible_default_true", "name": "test_is_element_visible_default_true", "lineno": 212, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_set_element_opacity", "name": "test_set_element_opacity", "lineno": 216, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_get_element_opacity_default_one", "name": "test_get_element_opacity_default_one", "lineno": 220, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_reset_element_overrides_clears_all", "name": "test_reset_element_overrides_clears_all", "lineno": 224, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi.test_multiple_overrides_independent", "name": "test_multiple_overrides_independent", "lineno": 230, "scope": "TestElementOverrideApi", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.setUp", "name": "setUp", "lineno": 252, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.tearDown", "name": "tearDown", "lineno": 256, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_error_status_on_missing_source", "name": "test_error_status_on_missing_source", "lineno": 260, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_clear_on_none_source", "name": "test_clear_on_none_source", "lineno": 271, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_load_from_bytes_mipmap_false", "name": "test_load_from_bytes_mipmap_false", "lineno": 281, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_load_from_bytes_reaches_ready_status", "name": "test_load_from_bytes_reaches_ready_status", "lineno": 290, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_texture_created_after_load", "name": "test_texture_created_after_load", "lineno": 297, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_viewbox_size_populated_after_load", "name": "test_viewbox_size_populated_after_load", "lineno": 303, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_event_fires", "name": "test_on_load_event_fires", "lineno": 309, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_error_event_fires_for_missing_file", "name": "test_on_error_event_fires_for_missing_file", "lineno": 318, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fires_only_once_on_first_load", "name": "test_on_load_fires_only_once_on_first_load", "lineno": 326, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_image_ratio_from_viewbox", "name": "test_image_ratio_from_viewbox", "lineno": 335, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fired_with_texture_already_set", "name": "test_on_load_fired_with_texture_already_set", "lineno": 346, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_set_after_source_renders_at_final_size", "name": "test_size_set_after_source_renders_at_final_size", "lineno": 362, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_source_change_cancels_pending_deferred_rasterize", "name": "test_source_change_cancels_pending_deferred_rasterize", "lineno": 377, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_source_change_cancels_pending_deferred_rasterize.counting_rasterize", "name": "counting_rasterize", "lineno": 386, "scope": "TestSvgWidgetIntegration.test_source_change_cancels_pending_deferred_rasterize", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_texture_size_matches_texture_dimensions", "name": "test_texture_size_matches_texture_dimensions", "lineno": 402, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_resets_state_and_reloads", "name": "test_reload_resets_state_and_reloads", "lineno": 410, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_updates_texture", "name": "test_reload_updates_texture", "lineno": 428, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_change_before_first_rasterize_does_not_double_rasterize", "name": "test_size_change_before_first_rasterize_does_not_double_rasterize", "lineno": 440, "scope": "TestSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_change_before_first_rasterize_does_not_double_rasterize.counting_rasterize", "name": "counting_rasterize", "lineno": 451, "scope": "TestSvgWidgetIntegration.test_size_change_before_first_rasterize_does_not_double_rasterize", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.setUp", "name": "setUp", "lineno": 473, "scope": "TestAsyncSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.tearDown", "name": "tearDown", "lineno": 477, "scope": "TestAsyncSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_load_from_bytes_reaches_ready_status", "name": "test_load_from_bytes_reaches_ready_status", "lineno": 481, "scope": "TestAsyncSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_error_status_on_missing_local_file", "name": "test_error_status_on_missing_local_file", "lineno": 488, "scope": "TestAsyncSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_stale_download_response_discarded", "name": "test_stale_download_response_discarded", "lineno": 498, "scope": "TestAsyncSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_http_failure_sets_error_status", "name": "test_http_failure_sets_error_status", "lineno": 513, "scope": "TestAsyncSvgWidgetIntegration", "is_async": false }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_network_error_sets_error_status", "name": "test_network_error_sets_error_status", "lineno": 528, "scope": "TestAsyncSvgWidgetIntegration", "is_async": false } ], "kivy.tests.test_uix_textinput": [ { "id": "kivy.tests.test_uix_textinput.TextInputTest.test_focusable_when_disabled", "name": "test_focusable_when_disabled", "lineno": 20, "scope": "TextInputTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputTest.on_focused", "name": "on_focused", "lineno": 26, "scope": "TextInputTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputTest.test_wordbreak", "name": "test_wordbreak", "lineno": 29, "scope": "TextInputTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputTest.on_text", "name": "on_text", "lineno": 36, "scope": "TextInputTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "name": "test_ime", "lineno": 48, "scope": "TextInputIMETest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_text_validate", "name": "test_text_validate", "lineno": 69, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "name": "test_selection_enter_multiline", "lineno": 107, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "name": "test_selection_enter_singleline", "lineno": 161, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "name": "test_del", "lineno": 208, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_escape", "name": "test_escape", "lineno": 263, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "name": "test_no_shift_cursor_arrow_on_selection", "lineno": 279, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "name": "test_cursor_movement_control", "lineno": 321, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_blink", "name": "test_cursor_blink", "lineno": 353, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_visible_lines_range", "name": "test_visible_lines_range", "lineno": 383, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_keyboard_scroll", "name": "test_keyboard_scroll", "lineno": 396, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_scroll_doesnt_move_cursor", "name": "test_scroll_doesnt_move_cursor", "lineno": 425, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "name": "test_vertical_scroll_doesnt_depend_on_lines_rendering", "lineno": 447, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selectall_copy_paste", "name": "test_selectall_copy_paste", "lineno": 501, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "name": "make_scrollable_text_input", "lineno": 534, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cutcopypastebubble_content", "name": "test_cutcopypastebubble_content", "lineno": 555, "scope": "TextInputGraphicTest", "is_async": false }, { "id": "kivy.tests.test_uix_textinput.ti_height_for_x_lines", "name": "ti_height_for_x_lines", "lineno": 563, "scope": null, "is_async": false } ], "kivy.tests.test_uix_translate_coordinates": [ { "id": "kivy.tests.test_uix_translate_coordinates.get_relative_type_widget_classes", "name": "get_relative_type_widget_classes", "lineno": 14, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_translate_coordinates.is_relative_type", "name": "is_relative_type", "lineno": 22, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_translate_coordinates.test_to_local_and_to_parent__relative", "name": "test_to_local_and_to_parent__relative", "lineno": 27, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_translate_coordinates.test_to_local_and_to_parent__not_relative", "name": "test_to_local_and_to_parent__not_relative", "lineno": 36, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_translate_coordinates.test_to_window_and_to_widget", "name": "test_to_window_and_to_widget", "lineno": 46, "scope": null, "is_async": false } ], "kivy.tests.test_uix_videoplayer": [ { "id": "kivy.tests.test_uix_videoplayer.videoplayer_app", "name": "videoplayer_app", "lineno": 7, "scope": null, "is_async": false }, { "id": "kivy.tests.test_uix_videoplayer.videoplayer_app.TestApp.build", "name": "build", "lineno": 12, "scope": "videoplayer_app.TestApp", "is_async": false }, { "id": "kivy.tests.test_uix_videoplayer.test_default_thumbnail", "name": "test_default_thumbnail", "lineno": 20, "scope": null, "is_async": true }, { "id": "kivy.tests.test_uix_videoplayer.test_default_annotation", "name": "test_default_annotation", "lineno": 37, "scope": null, "is_async": true }, { "id": "kivy.tests.test_uix_videoplayer.test_custom_thumbnail", "name": "test_custom_thumbnail", "lineno": 52, "scope": null, "is_async": true }, { "id": "kivy.tests.test_uix_videoplayer.test_custom_annotation", "name": "test_custom_annotation", "lineno": 70, "scope": null, "is_async": true }, { "id": "kivy.tests.test_uix_videoplayer.test_custom_thumbnail_reset", "name": "test_custom_thumbnail_reset", "lineno": 86, "scope": null, "is_async": true }, { "id": "kivy.tests.test_uix_videoplayer.test_custom_annotations_reset_no_fail", "name": "test_custom_annotations_reset_no_fail", "lineno": 97, "scope": null, "is_async": true } ], "kivy.tests.test_uix_widget": [ { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_default_widgets", "name": "test_default_widgets", "lineno": 6, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_button_properties", "name": "test_button_properties", "lineno": 13, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "name": "test_slider_properties", "lineno": 22, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_image_properties", "name": "test_image_properties", "lineno": 34, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_0", "name": "test_add_widget_index_0", "lineno": 41, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_1", "name": "test_add_widget_index_1", "lineno": 54, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_2", "name": "test_add_widget_index_2", "lineno": 67, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_widget_root_from_code_with_kv", "name": "test_widget_root_from_code_with_kv", "lineno": 80, "scope": "UIXWidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_widget_root_from_code_with_kv.CallerWidget.__init__", "name": "__init__", "lineno": 97, "scope": "UIXWidgetTestCase.test_widget_root_from_code_with_kv.CallerWidget", "is_async": false } ], "kivy.tests.test_utils": [ { "id": "kivy.tests.test_utils.UtilsTest.test_escape_markup", "name": "test_escape_markup", "lineno": 19, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_format_bytes_to_human", "name": "test_format_bytes_to_human", "lineno": 23, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_boundary", "name": "test_boundary", "lineno": 31, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_is_color_transparent", "name": "test_is_color_transparent", "lineno": 39, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.a_deprecated_function", "name": "a_deprecated_function", "lineno": 48, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_deprecated", "name": "test_deprecated", "lineno": 52, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate", "name": "test_SafeList_iterate", "lineno": 55, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate_reverse", "name": "test_SafeList_iterate_reverse", "lineno": 63, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_SafeList_clear", "name": "test_SafeList_clear", "lineno": 71, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_get_random_color_fixed_alpha", "name": "test_get_random_color_fixed_alpha", "lineno": 77, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_get_random_color_random_alpha", "name": "test_get_random_color_random_alpha", "lineno": 86, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_get_hex_from_color_noalpha", "name": "test_get_hex_from_color_noalpha", "lineno": 90, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_get_hex_from_color_alpha", "name": "test_get_hex_from_color_alpha", "lineno": 95, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_get_color_from_hex_noalpha", "name": "test_get_color_from_hex_noalpha", "lineno": 100, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_get_color_from_hex_alpha", "name": "test_get_color_from_hex_alpha", "lineno": 106, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_strtotuple", "name": "test_strtotuple", "lineno": 112, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_QueryDict", "name": "test_QueryDict", "lineno": 121, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_intersection", "name": "test_intersection", "lineno": 133, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_difference", "name": "test_difference", "lineno": 146, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_interpolate_solo", "name": "test_interpolate_solo", "lineno": 159, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_interpolate_multi", "name": "test_interpolate_multi", "lineno": 166, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.fib_100", "name": "fib_100", "lineno": 175, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_reify", "name": "test_reify", "lineno": 184, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_android", "name": "test_Platform_android", "lineno": 190, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_p4a", "name": "test_Platform_android_with_p4a", "lineno": 195, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_android_argument", "name": "test_Platform_android_with_android_argument", "lineno": 200, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_ios", "name": "test_Platform_ios", "lineno": 205, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_win32", "name": "test_Platform_win32", "lineno": 211, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_cygwin", "name": "test_Platform_cygwin", "lineno": 214, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_linux2", "name": "test_Platform_linux2", "lineno": 217, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_darwin", "name": "test_Platform_darwin", "lineno": 220, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_freebsd", "name": "test_Platform_freebsd", "lineno": 223, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_Platform_unknown", "name": "test_Platform_unknown", "lineno": 226, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_spaces", "name": "test_normalize_path_id_spaces", "lineno": 229, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_invalid_chars", "name": "test_normalize_path_id_invalid_chars", "lineno": 234, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode", "name": "test_normalize_path_id_unicode", "lineno": 242, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_control_chars", "name": "test_normalize_path_id_control_chars", "lineno": 250, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_reserved_names", "name": "test_normalize_path_id_reserved_names", "lineno": 255, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_strip", "name": "test_normalize_path_id_strip", "lineno": 267, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_empty", "name": "test_normalize_path_id_empty", "lineno": 275, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode_normalization", "name": "test_normalize_path_id_unicode_normalization", "lineno": 287, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_zero_width_chars", "name": "test_normalize_path_id_zero_width_chars", "lineno": 296, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "name": "test_normalize_path_id_length_limit", "lineno": 307, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_emoji_removed", "name": "test_normalize_path_id_emoji_removed", "lineno": 325, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "name": "test_normalize_path_id_various_emoji", "lineno": 333, "scope": "UtilsTest", "is_async": false }, { "id": "kivy.tests.test_utils.UtilsTest._test_platforms", "name": "_test_platforms", "lineno": 359, "scope": "UtilsTest", "is_async": false } ], "kivy.tests.test_vector": [ { "id": "kivy.tests.test_vector.VectorTestCase.test_initializer_oneparameter_as_list", "name": "test_initializer_oneparameter_as_list", "lineno": 8, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_initializer_oneparameter_as_int", "name": "test_initializer_oneparameter_as_int", "lineno": 14, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_initializer_twoparameters", "name": "test_initializer_twoparameters", "lineno": 18, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_initializer_noparameter", "name": "test_initializer_noparameter", "lineno": 23, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_initializer_threeparameters", "name": "test_initializer_threeparameters", "lineno": 27, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sum_twovectors", "name": "test_sum_twovectors", "lineno": 31, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace", "name": "test_sum_inplace", "lineno": 36, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace_scalar", "name": "test_sum_inplace_scalar", "lineno": 42, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sum_scalar", "name": "test_sum_scalar", "lineno": 48, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sub_twovectors", "name": "test_sub_twovectors", "lineno": 52, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace", "name": "test_sub_inplace", "lineno": 57, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sub_scalar", "name": "test_sub_scalar", "lineno": 63, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace_scalar", "name": "test_sub_inplace_scalar", "lineno": 67, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_mul_twovectors", "name": "test_mul_twovectors", "lineno": 73, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace", "name": "test_mul_inplace", "lineno": 78, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace_scalar", "name": "test_mul_inplace_scalar", "lineno": 84, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_mul_scalar", "name": "test_mul_scalar", "lineno": 90, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_rmul_list", "name": "test_rmul_list", "lineno": 95, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_rmul_scalar", "name": "test_rmul_scalar", "lineno": 100, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_div_twovectors", "name": "test_div_twovectors", "lineno": 105, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_truediv_twovectors", "name": "test_truediv_twovectors", "lineno": 110, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_truediv_scalar", "name": "test_truediv_scalar", "lineno": 115, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_div_inplace", "name": "test_div_inplace", "lineno": 120, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_div_inplace_scalar", "name": "test_div_inplace_scalar", "lineno": 126, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_div_scalar", "name": "test_div_scalar", "lineno": 132, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_rdiv_list", "name": "test_rdiv_list", "lineno": 137, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_rdiv_scalar", "name": "test_rdiv_scalar", "lineno": 142, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_sum_oversizedlist", "name": "test_sum_oversizedlist", "lineno": 147, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_negation", "name": "test_negation", "lineno": 150, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_length", "name": "test_length", "lineno": 155, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_length_zerozero", "name": "test_length_zerozero", "lineno": 159, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_length2", "name": "test_length2", "lineno": 163, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_distance", "name": "test_distance", "lineno": 167, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_distance2", "name": "test_distance2", "lineno": 171, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_normalize", "name": "test_normalize", "lineno": 175, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_normalize_zerovector", "name": "test_normalize_zerovector", "lineno": 181, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_dot", "name": "test_dot", "lineno": 187, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_angle", "name": "test_angle", "lineno": 191, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_rotate", "name": "test_rotate", "lineno": 195, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_", "name": "test_", "lineno": 201, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_inbbox", "name": "test_inbbox", "lineno": 210, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "name": "test_intersection_roundingerror", "lineno": 218, "scope": "VectorTestCase", "is_async": false }, { "id": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "name": "almost", "lineno": 226, "scope": "VectorTestCase.test_intersection_roundingerror", "is_async": false } ], "kivy.tests.test_video": [ { "id": "kivy.tests.test_video.VideoTestCase.test_video_unload", "name": "test_video_unload", "lineno": 7, "scope": "VideoTestCase", "is_async": false }, { "id": "kivy.tests.test_video.VideoTestCase.test_video_unload.unload_video", "name": "unload_video", "lineno": 19, "scope": "VideoTestCase.test_video_unload", "is_async": false } ], "kivy.tests.test_weakmethod": [ { "id": "kivy.tests.test_weakmethod.test_weak_method_on_obj", "name": "test_weak_method_on_obj", "lineno": 4, "scope": null, "is_async": false }, { "id": "kivy.tests.test_weakmethod.test_weak_method_on_obj.SomeClass.do_something", "name": "do_something", "lineno": 9, "scope": "test_weak_method_on_obj.SomeClass", "is_async": false }, { "id": "kivy.tests.test_weakmethod.test_weak_method_func", "name": "test_weak_method_func", "lineno": 28, "scope": null, "is_async": false }, { "id": "kivy.tests.test_weakmethod.test_weak_method_func.do_something", "name": "do_something", "lineno": 31, "scope": "test_weak_method_func", "is_async": false } ], "kivy.tests.test_widget": [ { "id": "kivy.tests.test_widget.WidgetTestCase.setUp", "name": "setUp", "lineno": 8, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_add_remove_widget", "name": "test_add_remove_widget", "lineno": 13, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_invalid_add_widget", "name": "test_invalid_add_widget", "lineno": 22, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets", "name": "test_clear_widgets", "lineno": 33, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets_children", "name": "test_clear_widgets_children", "lineno": 54, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_position", "name": "test_position", "lineno": 63, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_size", "name": "test_size", "lineno": 76, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_collision", "name": "test_collision", "lineno": 89, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "name": "test_export_to_png", "lineno": 102, "scope": "WidgetTestCase", "is_async": false }, { "id": "kivy.tests.test_widget.WidgetTestCase.test_disabled", "name": "test_disabled", "lineno": 122, "scope": "WidgetTestCase", "is_async": false } ], "kivy.tests.test_widget_walk": [ { "id": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "name": "test_walk_large_tree", "lineno": 6, "scope": "FileWidgetWalk", "is_async": false }, { "id": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree.rotate", "name": "rotate", "lineno": 52, "scope": "FileWidgetWalk.test_walk_large_tree", "is_async": false }, { "id": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_single", "name": "test_walk_single", "lineno": 64, "scope": "FileWidgetWalk", "is_async": false } ], "kivy.tests.test_window_base": [ { "id": "kivy.tests.test_window_base.WindowBaseTest.test_to_normalized_pos", "name": "test_to_normalized_pos", "lineno": 10, "scope": "WindowBaseTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowRotationTest.test_rotation_sizes", "name": "test_rotation_sizes", "lineno": 27, "scope": "WindowRotationTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowUnrotatedSizeTest.test_unrotated_size", "name": "test_unrotated_size", "lineno": 45, "scope": "WindowUnrotatedSizeTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowSizeTest.test_window_size_property", "name": "test_window_size_property", "lineno": 58, "scope": "WindowSizeTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowOpacityTest.setUp", "name": "setUp", "lineno": 95, "scope": "WindowOpacityTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowOpacityTest.tearDown", "name": "tearDown", "lineno": 100, "scope": "WindowOpacityTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowOpacityTest.get_new_opacity_value", "name": "get_new_opacity_value", "lineno": 105, "scope": "WindowOpacityTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowOpacityTest.check_opacity_support", "name": "check_opacity_support", "lineno": 110, "scope": "WindowOpacityTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_property", "name": "test_window_opacity_property", "lineno": 115, "scope": "WindowOpacityTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_clamping_positive", "name": "test_window_opacity_clamping_positive", "lineno": 121, "scope": "WindowOpacityTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_clamping_negative", "name": "test_window_opacity_clamping_negative", "lineno": 126, "scope": "WindowOpacityTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowNativeHandleTest.test_native_handle_non_zero", "name": "test_native_handle_non_zero", "lineno": 134, "scope": "WindowNativeHandleTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowSystemThemeTest.test_get_system_theme_exists", "name": "test_get_system_theme_exists", "lineno": 149, "scope": "WindowSystemThemeTest", "is_async": false }, { "id": "kivy.tests.test_window_base.WindowSystemThemeTest.test_get_system_theme_valid_value", "name": "test_get_system_theme_valid_value", "lineno": 158, "scope": "WindowSystemThemeTest", "is_async": false } ], "kivy.tests.test_window_info": [ { "id": "kivy.tests.test_window_info.WindowInfoTest.test_window_info_nonzero", "name": "test_window_info_nonzero", "lineno": 6, "scope": "WindowInfoTest", "is_async": false } ], "kivy.tests.visual_test_label": [ { "id": "kivy.tests.visual_test_label.layout_perf", "name": "layout_perf", "lineno": 12, "scope": null, "is_async": false }, { "id": "kivy.tests.visual_test_label.layout_real_perf", "name": "layout_real_perf", "lineno": 20, "scope": null, "is_async": false }, { "id": "kivy.tests.visual_test_label.annotate", "name": "annotate", "lineno": 260, "scope": null, "is_async": false } ], "kivy.tests": [], "kivy.tests.pyinstaller.test_pyinstaller": [ { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.setup_class", "name": "setup_class", "lineno": 25, "scope": "PyinstallerBase", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.get_env", "name": "get_env", "lineno": 29, "scope": "PyinstallerBase", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.get_run_env", "name": "get_run_env", "lineno": 40, "scope": "PyinstallerBase", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.test_project", "name": "test_project", "lineno": 43, "scope": "PyinstallerBase", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.test_packaging", "name": "test_packaging", "lineno": 54, "scope": "PyinstallerBase", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.test_packaged_project", "name": "test_packaged_project", "lineno": 68, "scope": "PyinstallerBase", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.teardown_class", "name": "teardown_class", "lineno": 79, "scope": "PyinstallerBase", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.TestVideoWidget.get_env", "name": "get_env", "lineno": 102, "scope": "TestVideoWidget", "is_async": false }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.TestVideoWidget.get_run_env", "name": "get_run_env", "lineno": 110, "scope": "TestVideoWidget", "is_async": false } ], "kivy.tests.pyinstaller.simple_widget.main": [], "kivy.tests.pyinstaller.simple_widget.project.widget": [ { "id": "kivy.tests.pyinstaller.simple_widget.project.widget.MyWidget.__init__", "name": "__init__", "lineno": 6, "scope": "MyWidget", "is_async": false }, { "id": "kivy.tests.pyinstaller.simple_widget.project.widget.MyWidget.__init__.callback", "name": "callback", "lineno": 9, "scope": "MyWidget.__init__", "is_async": false } ], "kivy.tests.pyinstaller.simple_widget.project": [], "kivy.tests.pyinstaller.video_widget.main": [], "kivy.tests.pyinstaller.video_widget.project": [ { "id": "kivy.tests.pyinstaller.video_widget.project.VideoApp.build", "name": "build", "lineno": 14, "scope": "VideoApp", "is_async": false }, { "id": "kivy.tests.pyinstaller.video_widget.project.VideoApp.start_player", "name": "start_player", "lineno": 23, "scope": "VideoApp", "is_async": false }, { "id": "kivy.tests.pyinstaller.video_widget.project.VideoApp.check_position", "name": "check_position", "lineno": 27, "scope": "VideoApp", "is_async": false }, { "id": "kivy.tests.pyinstaller.video_widget.project.VideoApp.stop_player", "name": "stop_player", "lineno": 31, "scope": "VideoApp", "is_async": false } ], "kivy.tests.test_issues.test_6315": [ { "id": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "name": "test_tb_lr_stacklayout", "lineno": 5, "scope": "PaddingSpacingTestCase", "is_async": false }, { "id": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_checkbox_allow_no_selection", "name": "test_checkbox_allow_no_selection", "lineno": 38, "scope": "PaddingSpacingTestCase", "is_async": false } ], "kivy.tests.test_issues.test_issue_1084": [ { "id": "kivy.tests.test_issues.test_issue_1084.UnicodeIssueSetting.build_config", "name": "build_config", "lineno": 34, "scope": "UnicodeIssueSetting", "is_async": false }, { "id": "kivy.tests.test_issues.test_issue_1084.UnicodeIssueSetting.build", "name": "build", "lineno": 39, "scope": "UnicodeIssueSetting", "is_async": false } ], "kivy.tests.test_issues.test_issue_1091": [ { "id": "kivy.tests.test_issues.test_issue_1091.PaddingSpacingTestCase.test_tb_lr_stacklayout", "name": "test_tb_lr_stacklayout", "lineno": 5, "scope": "PaddingSpacingTestCase", "is_async": false } ], "kivy.tests.test_issues.test_issue_599": [ { "id": "kivy.tests.test_issues.test_issue_599.Issue599.test_minmax", "name": "test_minmax", "lineno": 6, "scope": "Issue599", "is_async": false } ], "kivy.tests.test_issues.test_issue_609": [ { "id": "kivy.tests.test_issues.test_issue_609.Issue609.test_markup_pos", "name": "test_markup_pos", "lineno": 6, "scope": "Issue609", "is_async": false } ], "kivy.tests.test_issues.test_issue_6909": [ { "id": "kivy.tests.test_issues.test_issue_6909.CodecLoggingTestCase.test_log_handles_cp949", "name": "test_log_handles_cp949", "lineno": 10, "scope": "CodecLoggingTestCase", "is_async": false }, { "id": "kivy.tests.test_issues.test_issue_6909.CodecLoggingTestCase.test_non_utf8_encoding_raises_exception", "name": "test_non_utf8_encoding_raises_exception", "lineno": 19, "scope": "CodecLoggingTestCase", "is_async": false } ], "kivy.tests.test_issues.test_issue_883": [ { "id": "kivy.tests.test_issues.test_issue_883.LabelEmptyMarkupTestCase.test_empty_markup", "name": "test_empty_markup", "lineno": 5, "scope": "LabelEmptyMarkupTestCase", "is_async": false } ], "kivy.tests.test_urlrequest.conftest": [ { "id": "kivy.tests.test_urlrequest.conftest._fast_loopback_getfqdn", "name": "_fast_loopback_getfqdn", "lineno": 41, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.conftest._fast_loopback_getfqdn._stub", "name": "_stub", "lineno": 46, "scope": "_fast_loopback_getfqdn", "is_async": false }, { "id": "kivy.tests.test_urlrequest.conftest.httpserver_listen_address", "name": "httpserver_listen_address", "lineno": 59, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.conftest.ca", "name": "ca", "lineno": 70, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.conftest.ca_cert_path", "name": "ca_cert_path", "lineno": 76, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.conftest._https_ssl_context", "name": "_https_ssl_context", "lineno": 83, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.conftest._httpsserver_session", "name": "_httpsserver_session", "lineno": 91, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.conftest.httpsserver", "name": "httpsserver", "lineno": 105, "scope": null, "is_async": false } ], "kivy.tests.test_urlrequest.test_urlrequest_requests": [ { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "name": "__init__", "lineno": 19, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue._on_success", "name": "_on_success", "lineno": 22, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue._on_redirect", "name": "_on_redirect", "lineno": 25, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue._on_error", "name": "_on_error", "lineno": 28, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue._on_failure", "name": "_on_failure", "lineno": 31, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue._on_progress", "name": "_on_progress", "lineno": 34, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue._on_finish", "name": "_on_finish", "lineno": 37, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "name": "_ensure_called_from_thread", "lineno": 44, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "name": "_check_queue_values", "lineno": 50, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "name": "wait_request_is_finished", "lineno": 53, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success", "name": "test_on_success", "lineno": 65, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success_with_finish", "name": "test_on_success_with_finish", "lineno": 87, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect", "name": "test_on_redirect", "lineno": 111, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect_with_finish", "name": "test_on_redirect_with_finish", "lineno": 133, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error", "name": "test_on_error", "lineno": 157, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error_with_finis", "name": "test_on_error_with_finis", "lineno": 179, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure", "name": "test_on_failure", "lineno": 203, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure_with_finish", "name": "test_on_failure_with_finish", "lineno": 225, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "name": "test_on_progress", "lineno": 249, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "name": "test_on_progress_with_finish", "lineno": 276, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_finish", "name": "test_on_finish", "lineno": 305, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_auth_header", "name": "test_auth_header", "lineno": 327, "scope": "TestCallbacks", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_ca_file", "name": "test_ca_file", "lineno": 358, "scope": "TestCallbacks", "is_async": false } ], "kivy.tests.test_urlrequest.test_urlrequest_urllib": [ { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "name": "wait_for_terminal_event", "lineno": 34, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "name": "ensure_called_from_thread", "lineno": 57, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.check_progress_then_terminal", "name": "check_progress_then_terminal", "lineno": 64, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "name": "__init__", "lineno": 84, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue._on_success", "name": "_on_success", "lineno": 87, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue._on_redirect", "name": "_on_redirect", "lineno": 90, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue._on_error", "name": "_on_error", "lineno": 93, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue._on_failure", "name": "_on_failure", "lineno": 96, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue._on_progress", "name": "_on_progress", "lineno": 99, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue._on_finish", "name": "_on_finish", "lineno": 102, "scope": "UrlRequestQueue", "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib._basic_auth_header", "name": "_basic_auth_header", "lineno": 106, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib._embed_userinfo", "name": "_embed_userinfo", "lineno": 111, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib._grab_unused_port", "name": "_grab_unused_port", "lineno": 120, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib._register_basic_auth_route", "name": "_register_basic_auth_route", "lineno": 140, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib._register_get_route", "name": "_register_get_route", "lineno": 155, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_callbacks", "name": "test_callbacks", "lineno": 175, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_header", "name": "test_auth_header", "lineno": 197, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_auto", "name": "test_auth_auto", "lineno": 221, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_ca_file", "name": "test_ca_file", "lineno": 247, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_finish", "name": "test_on_finish", "lineno": 275, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_redirect", "name": "test_on_redirect", "lineno": 294, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_failure", "name": "test_on_failure", "lineno": 320, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_error", "name": "test_on_error", "lineno": 346, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_post", "name": "test_post", "lineno": 379, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_json", "name": "test_decode_json", "lineno": 403, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_disabled", "name": "test_decode_disabled", "lineno": 423, "scope": null, "is_async": false }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_file_path", "name": "test_file_path", "lineno": 447, "scope": null, "is_async": false } ], "kivy.tools.benchmark": [ { "id": "kivy.tools.benchmark.bench_widget_creation.run", "name": "run", "lineno": 46, "scope": "bench_widget_creation", "is_async": false }, { "id": "kivy.tools.benchmark.bench_widget_creation_with_root.run", "name": "run", "lineno": 55, "scope": "bench_widget_creation_with_root", "is_async": false }, { "id": "kivy.tools.benchmark.bench_widget_draw.__init__", "name": "__init__", "lineno": 64, "scope": "bench_widget_draw", "is_async": false }, { "id": "kivy.tools.benchmark.bench_widget_draw.run", "name": "run", "lineno": 71, "scope": "bench_widget_draw", "is_async": false }, { "id": "kivy.tools.benchmark.bench_widget_dispatch.__init__", "name": "__init__", "lineno": 78, "scope": "bench_widget_dispatch", "is_async": false }, { "id": "kivy.tools.benchmark.bench_widget_dispatch.run", "name": "run", "lineno": 87, "scope": "bench_widget_dispatch", "is_async": false }, { "id": "kivy.tools.benchmark.bench_label_creation.__init__", "name": "__init__", "lineno": 97, "scope": "bench_label_creation", "is_async": false }, { "id": "kivy.tools.benchmark.bench_label_creation.run", "name": "run", "lineno": 104, "scope": "bench_label_creation", "is_async": false }, { "id": "kivy.tools.benchmark.bench_button_creation.__init__", "name": "__init__", "lineno": 113, "scope": "bench_button_creation", "is_async": false }, { "id": "kivy.tools.benchmark.bench_button_creation.run", "name": "run", "lineno": 121, "scope": "bench_button_creation", "is_async": false }, { "id": "kivy.tools.benchmark.bench_label_creation_with_tick.__init__", "name": "__init__", "lineno": 130, "scope": "bench_label_creation_with_tick", "is_async": false }, { "id": "kivy.tools.benchmark.bench_label_creation_with_tick.run", "name": "run", "lineno": 137, "scope": "bench_label_creation_with_tick", "is_async": false }, { "id": "kivy.tools.benchmark.bench_button_creation_with_tick.__init__", "name": "__init__", "lineno": 148, "scope": "bench_button_creation_with_tick", "is_async": false }, { "id": "kivy.tools.benchmark.bench_button_creation_with_tick.run", "name": "run", "lineno": 156, "scope": "bench_button_creation_with_tick", "is_async": false }, { "id": "kivy.tools.benchmark.log", "name": "log", "lineno": 170, "scope": null, "is_async": false } ], "kivy.tools.changelog_parser": [ { "id": "kivy.tools.changelog_parser.write_special_section", "name": "write_special_section", "lineno": 53, "scope": null, "is_async": false }, { "id": "kivy.tools.changelog_parser.process_changelog", "name": "process_changelog", "lineno": 62, "scope": null, "is_async": false } ], "kivy.tools.coverage": [ { "id": "kivy.tools.coverage.CoverageKVParser.execute_directives", "name": "execute_directives", "lineno": 41, "scope": "CoverageKVParser", "is_async": false }, { "id": "kivy.tools.coverage.CoverageKVParser.get_coverage_lines", "name": "get_coverage_lines", "lineno": 45, "scope": "CoverageKVParser", "is_async": false }, { "id": "kivy.tools.coverage.walk_parser_rules", "name": "walk_parser_rules", "lineno": 57, "scope": null, "is_async": false }, { "id": "kivy.tools.coverage.walk_parser_rules_properties", "name": "walk_parser_rules_properties", "lineno": 76, "scope": null, "is_async": false }, { "id": "kivy.tools.coverage.walk_parser", "name": "walk_parser", "lineno": 83, "scope": null, "is_async": false }, { "id": "kivy.tools.coverage.KivyCoveragePlugin.file_tracer", "name": "file_tracer", "lineno": 97, "scope": "KivyCoveragePlugin", "is_async": false }, { "id": "kivy.tools.coverage.KivyCoveragePlugin.file_reporter", "name": "file_reporter", "lineno": 102, "scope": "KivyCoveragePlugin", "is_async": false }, { "id": "kivy.tools.coverage.KivyCoveragePlugin.find_executable_files", "name": "find_executable_files", "lineno": 105, "scope": "KivyCoveragePlugin", "is_async": false }, { "id": "kivy.tools.coverage.KivyFileTracer.__init__", "name": "__init__", "lineno": 116, "scope": "KivyFileTracer", "is_async": false }, { "id": "kivy.tools.coverage.KivyFileTracer.source_filename", "name": "source_filename", "lineno": 120, "scope": "KivyFileTracer", "is_async": false }, { "id": "kivy.tools.coverage.KivyFileReporter.lines", "name": "lines", "lineno": 126, "scope": "KivyFileReporter", "is_async": false }, { "id": "kivy.tools.coverage.coverage_init", "name": "coverage_init", "lineno": 134, "scope": null, "is_async": false } ], "kivy.tools.gallery": [ { "id": "kivy.tools.gallery.iter_filename_info", "name": "iter_filename_info", "lineno": 38, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.parse_docstring_info", "name": "parse_docstring_info", "lineno": 68, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.iter_docstring_info", "name": "iter_docstring_info", "lineno": 89, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.enhance_info_description", "name": "enhance_info_description", "lineno": 115, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.get_infos", "name": "get_infos", "lineno": 160, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.make_gallery_page", "name": "make_gallery_page", "lineno": 174, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.make_detail_page", "name": "make_detail_page", "lineno": 219, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.make_detail_page.a", "name": "a", "lineno": 222, "scope": "make_detail_page", "is_async": false }, { "id": "kivy.tools.gallery.write_file", "name": "write_file", "lineno": 273, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.make_index", "name": "make_index", "lineno": 286, "scope": null, "is_async": false }, { "id": "kivy.tools.gallery.write_all_rst_pages", "name": "write_all_rst_pages", "lineno": 302, "scope": null, "is_async": false } ], "kivy.tools.generate-icons": [ { "id": "kivy.tools.generate-icons.Converter.run", "name": "run", "lineno": 55, "scope": "Converter", "is_async": false }, { "id": "kivy.tools.generate-icons.Converter.convert_to", "name": "convert_to", "lineno": 89, "scope": "Converter", "is_async": false }, { "id": "kivy.tools.generate-icons.Converter.ensure_quality", "name": "ensure_quality", "lineno": 93, "scope": "Converter", "is_async": false }, { "id": "kivy.tools.generate-icons.Converter.iterate", "name": "iterate", "lineno": 110, "scope": "Converter", "is_async": false } ], "kivy.tools.kviewer": [ { "id": "kivy.tools.kviewer.KvHandler.__init__", "name": "__init__", "lineno": 48, "scope": "KvHandler", "is_async": false }, { "id": "kivy.tools.kviewer.KvHandler.on_any_event", "name": "on_any_event", "lineno": 53, "scope": "KvHandler", "is_async": false }, { "id": "kivy.tools.kviewer.KvViewerApp.build", "name": "build", "lineno": 59, "scope": "KvViewerApp", "is_async": false }, { "id": "kivy.tools.kviewer.KvViewerApp.update", "name": "update", "lineno": 67, "scope": "KvViewerApp", "is_async": false } ], "kivy.tools.report": [ { "id": "kivy.tools.report.title", "name": "title", "lineno": 23, "scope": null, "is_async": false }, { "id": "kivy.tools.report.send_report", "name": "send_report", "lineno": 34, "scope": null, "is_async": false }, { "id": "kivy.tools.report.testimport", "name": "testimport", "lineno": 136, "scope": null, "is_async": false } ], "kivy.tools.stub-gl-debug": [ { "id": "kivy.tools.stub-gl-debug.replace", "name": "replace", "lineno": 147, "scope": null, "is_async": false } ], "kivy.tools.texturecompress": [ { "id": "kivy.tools.texturecompress.Tool.__init__", "name": "__init__", "lineno": 41, "scope": "Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Tool.tex_fn", "name": "tex_fn", "lineno": 48, "scope": "Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Tool.compress", "name": "compress", "lineno": 52, "scope": "Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Tool.nearest_pow2", "name": "nearest_pow2", "lineno": 55, "scope": "Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Tool.runcmd", "name": "runcmd", "lineno": 65, "scope": "Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Tool.write_tex", "name": "write_tex", "lineno": 69, "scope": "Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Tool.run", "name": "run", "lineno": 91, "scope": "Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Etc1Tool.__init__", "name": "__init__", "lineno": 114, "scope": "Etc1Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Etc1Tool.locate_etc1tool", "name": "locate_etc1tool", "lineno": 119, "scope": "Etc1Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.Etc1Tool.compress", "name": "compress", "lineno": 138, "scope": "Etc1Tool", "is_async": false }, { "id": "kivy.tools.texturecompress.PvrtcTool.__init__", "name": "__init__", "lineno": 167, "scope": "PvrtcTool", "is_async": false }, { "id": "kivy.tools.texturecompress.PvrtcTool.locate_texturetool", "name": "locate_texturetool", "lineno": 172, "scope": "PvrtcTool", "is_async": false }, { "id": "kivy.tools.texturecompress.PvrtcTool.compress", "name": "compress", "lineno": 192, "scope": "PvrtcTool", "is_async": false } ], "kivy.tools": [], "kivy.tools.gles_compat.subset_gles": [ { "id": "kivy.tools.gles_compat.subset_gles.add_defines_to_set", "name": "add_defines_to_set", "lineno": 35, "scope": null, "is_async": false }, { "id": "kivy.tools.gles_compat.subset_gles.extract_common_symbols", "name": "extract_common_symbols", "lineno": 65, "scope": null, "is_async": false } ], "kivy.tools.highlight": [], "kivy.tools.image-testsuite.gimp28-testsuite": [ { "id": "kivy.tools.image-testsuite.gimp28-testsuite.v0_pattern_pixel", "name": "v0_pattern_pixel", "lineno": 69, "scope": null, "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.v0_filename", "name": "v0_filename", "lineno": 90, "scope": null, "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "name": "save_image", "lineno": 97, "scope": null, "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "name": "filename", "lineno": 98, "scope": "save_image", "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "name": "savepath", "lineno": 102, "scope": "save_image", "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.draw_pattern", "name": "draw_pattern", "lineno": 161, "scope": null, "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.make_images", "name": "make_images", "lineno": 178, "scope": null, "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.makepatterns", "name": "makepatterns", "lineno": 245, "scope": null, "is_async": false }, { "id": "kivy.tools.image-testsuite.gimp28-testsuite.plugin_main", "name": "plugin_main", "lineno": 265, "scope": null, "is_async": false } ], "kivy.tools.packaging.cython_cfg": [ { "id": "kivy.tools.packaging.cython_cfg.get_cython_versions", "name": "get_cython_versions", "lineno": 8, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.cython_cfg.get_cython_msg", "name": "get_cython_msg", "lineno": 32, "scope": null, "is_async": false } ], "kivy.tools.packaging.factory": [ { "id": "kivy.tools.packaging.factory.FactoryBuild.initialize_options", "name": "initialize_options", "lineno": 27, "scope": "FactoryBuild", "is_async": false }, { "id": "kivy.tools.packaging.factory.FactoryBuild.finalize_options", "name": "finalize_options", "lineno": 30, "scope": "FactoryBuild", "is_async": false }, { "id": "kivy.tools.packaging.factory.FactoryBuild.run", "name": "run", "lineno": 33, "scope": "FactoryBuild", "is_async": false } ], "kivy.tools.packaging": [], "kivy.tools.packaging.pyinstaller_hooks.hook-kivy": [], "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy": [], "kivy.tools.packaging.pyinstaller_hooks": [ { "id": "kivy.tools.packaging.pyinstaller_hooks.runtime_hooks", "name": "runtime_hooks", "lineno": 119, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks.hookspath", "name": "hookspath", "lineno": 127, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks.get_hooks", "name": "get_hooks", "lineno": 143, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks.get_deps_minimal", "name": "get_deps_minimal", "lineno": 150, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks.get_deps_all", "name": "get_deps_all", "lineno": 256, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks.get_factory_modules", "name": "get_factory_modules", "lineno": 283, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks.add_dep_paths", "name": "add_dep_paths", "lineno": 290, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks._find_gst_plugin_path", "name": "_find_gst_plugin_path", "lineno": 333, "scope": null, "is_async": false }, { "id": "kivy.tools.packaging.pyinstaller_hooks._find_gst_binaries", "name": "_find_gst_binaries", "lineno": 358, "scope": null, "is_async": false } ], "kivy.tools.packaging.pyinstaller_hooks.__main__": [], "kivy.tools.pep8checker.pep8": [ { "id": "kivy.tools.pep8checker.pep8.tabs_or_spaces", "name": "tabs_or_spaces", "lineno": 135, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.tabs_obsolete", "name": "tabs_obsolete", "lineno": 154, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.trailing_whitespace", "name": "trailing_whitespace", "lineno": 165, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.trailing_blank_lines", "name": "trailing_blank_lines", "lineno": 186, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.maximum_line_length", "name": "maximum_line_length", "lineno": 202, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.blank_lines", "name": "blank_lines", "lineno": 240, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.extraneous_whitespace", "name": "extraneous_whitespace", "lineno": 301, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.whitespace_around_keywords", "name": "whitespace_around_keywords", "lineno": 333, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.missing_whitespace_after_import_keyword", "name": "missing_whitespace_after_import_keyword", "lineno": 356, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.missing_whitespace", "name": "missing_whitespace", "lineno": 373, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.indentation", "name": "indentation", "lineno": 399, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.continued_indentation", "name": "continued_indentation", "lineno": 430, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.whitespace_before_parameters", "name": "whitespace_before_parameters", "lineno": 629, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.whitespace_around_operator", "name": "whitespace_around_operator", "lineno": 661, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.missing_whitespace_around_operator", "name": "missing_whitespace_around_operator", "lineno": 684, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.whitespace_around_comma", "name": "whitespace_around_comma", "lineno": 776, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.whitespace_around_named_parameter_equals", "name": "whitespace_around_named_parameter_equals", "lineno": 794, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.whitespace_before_comment", "name": "whitespace_before_comment", "lineno": 844, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.imports_on_separate_lines", "name": "imports_on_separate_lines", "lineno": 885, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.module_imports_on_top_of_file", "name": "module_imports_on_top_of_file", "lineno": 904, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.module_imports_on_top_of_file.is_string_literal", "name": "is_string_literal", "lineno": 923, "scope": "module_imports_on_top_of_file", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.compound_statements", "name": "compound_statements", "lineno": 956, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.explicit_line_join", "name": "explicit_line_join", "lineno": 1016, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.break_around_binary_operator", "name": "break_around_binary_operator", "lineno": 1055, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.break_around_binary_operator.is_binary_operator", "name": "is_binary_operator", "lineno": 1075, "scope": "break_around_binary_operator", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.comparison_to_singleton", "name": "comparison_to_singleton", "lineno": 1104, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.comparison_negative", "name": "comparison_negative", "lineno": 1138, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.comparison_type", "name": "comparison_type", "lineno": 1159, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.ambiguous_identifier", "name": "ambiguous_identifier", "lineno": 1182, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.python_3000_has_key", "name": "python_3000_has_key", "lineno": 1234, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.python_3000_raise_comma", "name": "python_3000_raise_comma", "lineno": 1245, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.python_3000_not_equal", "name": "python_3000_not_equal", "lineno": 1258, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.python_3000_backticks", "name": "python_3000_backticks", "lineno": 1271, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.readlines", "name": "readlines", "lineno": 1289, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.readlines", "name": "readlines", "lineno": 1297, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.stdin_get_value", "name": "stdin_get_value", "lineno": 1310, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.expand_indent", "name": "expand_indent", "lineno": 1317, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.mute_string", "name": "mute_string", "lineno": 1344, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.parse_udiff", "name": "parse_udiff", "lineno": 1364, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.normalize_paths", "name": "normalize_paths", "lineno": 1389, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.filename_match", "name": "filename_match", "lineno": 1407, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.update_counts", "name": "update_counts", "lineno": 1417, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8._is_eol_token", "name": "_is_eol_token", "lineno": 1425, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8._is_eol_token", "name": "_is_eol_token", "lineno": 1430, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8._get_parameters", "name": "_get_parameters", "lineno": 1442, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.register_check", "name": "register_check", "lineno": 1452, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.register_check._add_check", "name": "_add_check", "lineno": 1454, "scope": "register_check", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.init_checks_registry", "name": "init_checks_registry", "lineno": 1470, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.__init__", "name": "__init__", "lineno": 1486, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.report_invalid_syntax", "name": "report_invalid_syntax", "lineno": 1529, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.readline", "name": "readline", "lineno": 1542, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.run_check", "name": "run_check", "lineno": 1552, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.init_checker_state", "name": "init_checker_state", "lineno": 1559, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.check_physical", "name": "check_physical", "lineno": 1564, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.build_tokens_line", "name": "build_tokens_line", "lineno": 1576, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.check_logical", "name": "check_logical", "lineno": 1609, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.check_ast", "name": "check_ast", "lineno": 1643, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.generate_tokens", "name": "generate_tokens", "lineno": 1655, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.maybe_check_physical", "name": "maybe_check_physical", "lineno": 1670, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.Checker.check_all", "name": "check_all", "lineno": 1700, "scope": "Checker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.__init__", "name": "__init__", "lineno": 1783, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.start", "name": "start", "lineno": 1792, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.stop", "name": "stop", "lineno": 1796, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.init_file", "name": "init_file", "lineno": 1800, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.increment_logical_line", "name": "increment_logical_line", "lineno": 1810, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.error", "name": "error", "lineno": 1814, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.get_file_results", "name": "get_file_results", "lineno": 1833, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.get_count", "name": "get_count", "lineno": 1837, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.get_statistics", "name": "get_statistics", "lineno": 1842, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.print_statistics", "name": "print_statistics", "lineno": 1853, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.BaseReport.print_benchmark", "name": "print_benchmark", "lineno": 1858, "scope": "BaseReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StandardReport.__init__", "name": "__init__", "lineno": 1877, "scope": "StandardReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StandardReport.init_file", "name": "init_file", "lineno": 1885, "scope": "StandardReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StandardReport.error", "name": "error", "lineno": 1891, "scope": "StandardReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StandardReport.get_file_results", "name": "get_file_results", "lineno": 1900, "scope": "StandardReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.DiffReport.__init__", "name": "__init__", "lineno": 1932, "scope": "DiffReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.DiffReport.error", "name": "error", "lineno": 1936, "scope": "DiffReport", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "name": "__init__", "lineno": 1945, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.init_report", "name": "init_report", "lineno": 1982, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.check_files", "name": "check_files", "lineno": 1987, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.input_file", "name": "input_file", "lineno": 2005, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.input_dir", "name": "input_dir", "lineno": 2013, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.excluded", "name": "excluded", "lineno": 2035, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.ignore_code", "name": "ignore_code", "lineno": 2050, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide.get_checks", "name": "get_checks", "lineno": 2063, "scope": "StyleGuide", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.get_parser", "name": "get_parser", "lineno": 2077, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.read_config", "name": "read_config", "lineno": 2139, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8.process_options", "name": "process_options", "lineno": 2214, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8._parse_multi_options", "name": "_parse_multi_options", "lineno": 2265, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8._main", "name": "_main", "lineno": 2281, "scope": null, "is_async": false } ], "kivy.tools.pep8checker.pep8kivy": [ { "id": "kivy.tools.pep8checker.pep8kivy.KivyStyleChecker.__init__", "name": "__init__", "lineno": 23, "scope": "KivyStyleChecker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8kivy.KivyStyleChecker.report_error", "name": "report_error", "lineno": 26, "scope": "KivyStyleChecker", "is_async": false }, { "id": "kivy.tools.pep8checker.pep8kivy.usage", "name": "usage", "lineno": 35, "scope": null, "is_async": false }, { "id": "kivy.tools.pep8checker.pep8kivy.check", "name": "check", "lineno": 47, "scope": null, "is_async": false } ], "kivy.uix.accordion": [ { "id": "kivy.uix.accordion.AccordionItem.__init__", "name": "__init__", "lineno": 293, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.AccordionItem.on_title_class", "name": "on_title_class", "lineno": 303, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.AccordionItem.add_widget", "name": "add_widget", "lineno": 309, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.AccordionItem.remove_widget", "name": "remove_widget", "lineno": 315, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.AccordionItem.on_collapse", "name": "on_collapse", "lineno": 321, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.AccordionItem.on_collapse_alpha", "name": "on_collapse_alpha", "lineno": 338, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.AccordionItem.on_touch_down", "name": "on_touch_down", "lineno": 341, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.AccordionItem._update_title", "name": "_update_title", "lineno": 352, "scope": "AccordionItem", "is_async": false }, { "id": "kivy.uix.accordion.Accordion.__init__", "name": "__init__", "lineno": 404, "scope": "Accordion", "is_async": false }, { "id": "kivy.uix.accordion.Accordion.add_widget", "name": "add_widget", "lineno": 415, "scope": "Accordion", "is_async": false }, { "id": "kivy.uix.accordion.Accordion.select", "name": "select", "lineno": 421, "scope": "Accordion", "is_async": false }, { "id": "kivy.uix.accordion.Accordion._do_layout", "name": "_do_layout", "lineno": 429, "scope": "Accordion", "is_async": false }, { "id": "kivy.uix.accordion.toggle_layout", "name": "toggle_layout", "lineno": 499, "scope": null, "is_async": false }, { "id": "kivy.uix.accordion.select_2nd_item", "name": "select_2nd_item", "lineno": 505, "scope": null, "is_async": false }, { "id": "kivy.uix.accordion.update_min_space", "name": "update_min_space", "lineno": 513, "scope": null, "is_async": false } ], "kivy.uix.actionbar": [ { "id": "kivy.uix.actionbar.ActionItem.get_pack_width", "name": "get_pack_width", "lineno": 85, "scope": "ActionItem", "is_async": false }, { "id": "kivy.uix.actionbar.ActionPrevious.__init__", "name": "__init__", "lineno": 271, "scope": "ActionPrevious", "is_async": false }, { "id": "kivy.uix.actionbar.ActionPrevious.on_press", "name": "on_press", "lineno": 278, "scope": "ActionPrevious", "is_async": false }, { "id": "kivy.uix.actionbar.ActionPrevious.on_release", "name": "on_release", "lineno": 281, "scope": "ActionPrevious", "is_async": false }, { "id": "kivy.uix.actionbar.ActionGroup.__init__", "name": "__init__", "lineno": 392, "scope": "ActionGroup", "is_async": false }, { "id": "kivy.uix.actionbar.ActionGroup.on_is_open", "name": "on_is_open", "lineno": 418, "scope": "ActionGroup", "is_async": false }, { "id": "kivy.uix.actionbar.ActionGroup._toggle_dropdown", "name": "_toggle_dropdown", "lineno": 429, "scope": "ActionGroup", "is_async": false }, { "id": "kivy.uix.actionbar.ActionGroup.add_widget", "name": "add_widget", "lineno": 456, "scope": "ActionGroup", "is_async": false }, { "id": "kivy.uix.actionbar.ActionGroup.show_group", "name": "show_group", "lineno": 472, "scope": "ActionGroup", "is_async": false }, { "id": "kivy.uix.actionbar.ActionGroup.clear_widgets", "name": "clear_widgets", "lineno": 479, "scope": "ActionGroup", "is_async": false }, { "id": "kivy.uix.actionbar.ActionOverflow.add_widget", "name": "add_widget", "lineno": 497, "scope": "ActionOverflow", "is_async": false }, { "id": "kivy.uix.actionbar.ActionOverflow.show_default_items", "name": "show_default_items", "lineno": 517, "scope": "ActionOverflow", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView.__init__", "name": "__init__", "lineno": 575, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView.on_action_previous", "name": "on_action_previous", "lineno": 584, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView.add_widget", "name": "add_widget", "lineno": 587, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView.on_use_separator", "name": "on_use_separator", "lineno": 616, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView.remove_widget", "name": "remove_widget", "lineno": 622, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView._clear_all", "name": "_clear_all", "lineno": 632, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView._layout_all", "name": "_layout_all", "lineno": 642, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView._layout_group", "name": "_layout_group", "lineno": 667, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView._layout_random", "name": "_layout_random", "lineno": 685, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionView.on_width", "name": "on_width", "lineno": 753, "scope": "ActionView", "is_async": false }, { "id": "kivy.uix.actionbar.ActionBar.__init__", "name": "__init__", "lineno": 846, "scope": "ActionBar", "is_async": false }, { "id": "kivy.uix.actionbar.ActionBar.add_widget", "name": "add_widget", "lineno": 851, "scope": "ActionBar", "is_async": false }, { "id": "kivy.uix.actionbar.ActionBar.on_previous", "name": "on_previous", "lineno": 872, "scope": "ActionBar", "is_async": false }, { "id": "kivy.uix.actionbar.ActionBar._pop_contextual_action_view", "name": "_pop_contextual_action_view", "lineno": 875, "scope": "ActionBar", "is_async": false } ], "kivy.uix.anchorlayout": [ { "id": "kivy.uix.anchorlayout.AnchorLayout.__init__", "name": "__init__", "lineno": 67, "scope": "AnchorLayout", "is_async": false }, { "id": "kivy.uix.anchorlayout.AnchorLayout.do_layout", "name": "do_layout", "lineno": 79, "scope": "AnchorLayout", "is_async": false } ], "kivy.uix.boxlayout": [ { "id": "kivy.uix.boxlayout.BoxLayout.__init__", "name": "__init__", "lineno": 144, "scope": "BoxLayout", "is_async": false }, { "id": "kivy.uix.boxlayout.BoxLayout._iterate_layout", "name": "_iterate_layout", "lineno": 156, "scope": "BoxLayout", "is_async": false }, { "id": "kivy.uix.boxlayout.BoxLayout.do_layout", "name": "do_layout", "lineno": 303, "scope": "BoxLayout", "is_async": false }, { "id": "kivy.uix.boxlayout.BoxLayout.add_widget", "name": "add_widget", "lineno": 325, "scope": "BoxLayout", "is_async": false }, { "id": "kivy.uix.boxlayout.BoxLayout.remove_widget", "name": "remove_widget", "lineno": 329, "scope": "BoxLayout", "is_async": false } ], "kivy.uix.bubble": [ { "id": "kivy.uix.bubble.Bubble.__init__", "name": "__init__", "lineno": 376, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.add_widget", "name": "add_widget", "lineno": 409, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.remove_widget", "name": "remove_widget", "lineno": 420, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_content_size", "name": "on_content_size", "lineno": 429, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_limit_to", "name": "on_limit_to", "lineno": 432, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_pos", "name": "on_pos", "lineno": 435, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_size", "name": "on_size", "lineno": 438, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_arrow_image", "name": "on_arrow_image", "lineno": 441, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_arrow_color", "name": "on_arrow_color", "lineno": 448, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_arrow_pos", "name": "on_arrow_pos", "lineno": 451, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.on_flex_arrow_pos", "name": "on_flex_arrow_pos", "lineno": 454, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params", "name": "get_flex_arrow_layout_params", "lineno": 458, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params.calc_x0", "name": "calc_x0", "lineno": 484, "scope": "Bubble.get_flex_arrow_layout_params", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.update_content_size", "name": "update_content_size", "lineno": 497, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.adjust_position", "name": "adjust_position", "lineno": 500, "scope": "Bubble", "is_async": false }, { "id": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "name": "reposition_inner_widgets", "lineno": 521, "scope": "Bubble", "is_async": false } ], "kivy.uix.button": [], "kivy.uix.camera": [ { "id": "kivy.uix.camera.Camera.__init__", "name": "__init__", "lineno": 82, "scope": "Camera", "is_async": false }, { "id": "kivy.uix.camera.Camera.on_tex", "name": "on_tex", "lineno": 93, "scope": "Camera", "is_async": false }, { "id": "kivy.uix.camera.Camera._on_index", "name": "_on_index", "lineno": 98, "scope": "Camera", "is_async": false }, { "id": "kivy.uix.camera.Camera.on_play", "name": "on_play", "lineno": 112, "scope": "Camera", "is_async": false } ], "kivy.uix.carousel": [ { "id": "kivy.uix.carousel.Carousel._get_slides_container", "name": "_get_slides_container", "lineno": 86, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._get_index", "name": "_get_index", "lineno": 141, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._set_index", "name": "_set_index", "lineno": 146, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._prev_slide", "name": "_prev_slide", "lineno": 161, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._curr_slide", "name": "_curr_slide", "lineno": 187, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._next_slide", "name": "_next_slide", "lineno": 203, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.__init__", "name": "__init__", "lineno": 280, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.load_slide", "name": "load_slide", "lineno": 289, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.load_previous", "name": "load_previous", "lineno": 309, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.load_next", "name": "load_next", "lineno": 316, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.get_slide_container", "name": "get_slide_container", "lineno": 334, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._prev_equals_next", "name": "_prev_equals_next", "lineno": 338, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._insert_visible_slides", "name": "_insert_visible_slides", "lineno": 341, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._position_visible_slides", "name": "_position_visible_slides", "lineno": 376, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on_size", "name": "on_size", "lineno": 436, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on_pos", "name": "on_pos", "lineno": 442, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on_index", "name": "on_index", "lineno": 445, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on_slides", "name": "on_slides", "lineno": 450, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on__offset", "name": "on__offset", "lineno": 456, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._start_animation", "name": "_start_animation", "lineno": 490, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._start_animation._cmp", "name": "_cmp", "lineno": 527, "scope": "Carousel._start_animation", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._get_uid", "name": "_get_uid", "lineno": 535, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on_touch_down", "name": "on_touch_down", "lineno": 538, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on_touch_move", "name": "on_touch_move", "lineno": 558, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.on_touch_up", "name": "on_touch_up", "lineno": 599, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._do_touch_up", "name": "_do_touch_up", "lineno": 620, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel._change_touch_mode", "name": "_change_touch_mode", "lineno": 632, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.add_widget", "name": "add_widget", "lineno": 645, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.remove_widget", "name": "remove_widget", "lineno": 655, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Carousel.clear_widgets", "name": "clear_widgets", "lineno": 671, "scope": "Carousel", "is_async": false }, { "id": "kivy.uix.carousel.Example1.build", "name": "build", "lineno": 686, "scope": "Example1", "is_async": false } ], "kivy.uix.checkbox": [], "kivy.uix.codeinput": [ { "id": "kivy.uix.codeinput.CodeInput.__init__", "name": "__init__", "lineno": 91, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput.on_style_name", "name": "on_style_name", "lineno": 116, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput.on_style", "name": "on_style", "lineno": 121, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput._create_line_label", "name": "_create_line_label", "lineno": 125, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput._get_line_options", "name": "_get_line_options", "lineno": 153, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput._get_text_width", "name": "_get_text_width", "lineno": 160, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput._get_bbcode", "name": "_get_bbcode", "lineno": 172, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput._cursor_offset", "name": "_cursor_offset", "lineno": 192, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput.on_lexer", "name": "on_lexer", "lineno": 206, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInput.on_foreground_color", "name": "on_foreground_color", "lineno": 209, "scope": "CodeInput", "is_async": false }, { "id": "kivy.uix.codeinput.CodeInputTest.build", "name": "build", "lineno": 224, "scope": "CodeInputTest", "is_async": false } ], "kivy.uix.colorpicker": [ { "id": "kivy.uix.colorpicker.ColorHexInput._filter_hex", "name": "_filter_hex", "lineno": 61, "scope": "ColorHexInput", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorHexInput.on_focus", "name": "on_focus", "lineno": 91, "scope": "ColorHexInput", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorNumericInput._filter_numeric", "name": "_filter_numeric", "lineno": 107, "scope": "ColorNumericInput", "is_async": false }, { "id": "kivy.uix.colorpicker.distance", "name": "distance", "lineno": 145, "scope": null, "is_async": false }, { "id": "kivy.uix.colorpicker.polar_to_rect", "name": "polar_to_rect", "lineno": 149, "scope": null, "is_async": false }, { "id": "kivy.uix.colorpicker.rect_to_polar", "name": "rect_to_polar", "lineno": 153, "scope": null, "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.__init__", "name": "__init__", "lineno": 228, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.on__origin", "name": "on__origin", "lineno": 238, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.on__radius", "name": "on__radius", "lineno": 241, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel._reset_canvas", "name": "_reset_canvas", "lineno": 244, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.recolor_wheel", "name": "recolor_wheel", "lineno": 268, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.change_alpha", "name": "change_alpha", "lineno": 274, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.inertial_incr_sv_idx", "name": "inertial_incr_sv_idx", "lineno": 278, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.inertial_decr_sv_idx", "name": "inertial_decr_sv_idx", "lineno": 291, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.on_touch_down", "name": "on_touch_down", "lineno": 303, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.on_touch_move", "name": "on_touch_move", "lineno": 321, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel.on_touch_up", "name": "on_touch_up", "lineno": 338, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorWheel._get_touch_r", "name": "_get_touch_r", "lineno": 379, "scope": "ColorWheel", "is_async": false }, { "id": "kivy.uix.colorpicker._ColorArc.__init__", "name": "__init__", "lineno": 384, "scope": "_ColorArc", "is_async": false }, { "id": "kivy.uix.colorpicker._ColorArc.__str__", "name": "__str__", "lineno": 398, "scope": "_ColorArc", "is_async": false }, { "id": "kivy.uix.colorpicker._ColorArc.get_mesh", "name": "get_mesh", "lineno": 403, "scope": "_ColorArc", "is_async": false }, { "id": "kivy.uix.colorpicker._ColorArc.change_color", "name": "change_color", "lineno": 438, "scope": "_ColorArc", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._get_hsv", "name": "_get_hsv", "lineno": 471, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._set_hsv", "name": "_set_hsv", "lineno": 474, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._get_hex", "name": "_get_hex", "lineno": 485, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._set_hex", "name": "_set_hex", "lineno": 488, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._trigger_update_clr", "name": "_trigger_update_clr", "lineno": 512, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._update_clr", "name": "_update_clr", "lineno": 527, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._update_hex", "name": "_update_hex", "lineno": 554, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker._trigger_update_hex", "name": "_trigger_update_hex", "lineno": 563, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker.set_color", "name": "set_color", "lineno": 577, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPicker.__init__", "name": "__init__", "lineno": 585, "scope": "ColorPicker", "is_async": false }, { "id": "kivy.uix.colorpicker.ColorPickerApp.build", "name": "build", "lineno": 594, "scope": "ColorPickerApp", "is_async": false } ], "kivy.uix.dropdown": [ { "id": "kivy.uix.dropdown.DropDown.__init__", "name": "__init__", "lineno": 198, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_key_down", "name": "on_key_down", "lineno": 223, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_container", "name": "on_container", "lineno": 228, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.open", "name": "open", "lineno": 232, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.dismiss", "name": "dismiss", "lineno": 256, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown._real_dismiss", "name": "_real_dismiss", "lineno": 262, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_dismiss", "name": "on_dismiss", "lineno": 270, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.select", "name": "select", "lineno": 273, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_select", "name": "on_select", "lineno": 281, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.add_widget", "name": "add_widget", "lineno": 284, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.remove_widget", "name": "remove_widget", "lineno": 289, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.clear_widgets", "name": "clear_widgets", "lineno": 294, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_motion", "name": "on_motion", "lineno": 299, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_touch_down", "name": "on_touch_down", "lineno": 303, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_touch_move", "name": "on_touch_move", "lineno": 309, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown.on_touch_up", "name": "on_touch_up", "lineno": 314, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.DropDown._reposition", "name": "_reposition", "lineno": 323, "scope": "DropDown", "is_async": false }, { "id": "kivy.uix.dropdown.show_dropdown", "name": "show_dropdown", "lineno": 376, "scope": null, "is_async": false }, { "id": "kivy.uix.dropdown.touch_move", "name": "touch_move", "lineno": 385, "scope": null, "is_async": false } ], "kivy.uix.effectwidget": [ { "id": "kivy.uix.effectwidget.EffectBase.__init__", "name": "__init__", "lineno": 392, "scope": "EffectBase", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectBase.set_fbo_shader", "name": "set_fbo_shader", "lineno": 400, "scope": "EffectBase", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectBase._load_from_source", "name": "_load_from_source", "lineno": 412, "scope": "EffectBase", "is_async": false }, { "id": "kivy.uix.effectwidget.AdvancedEffectBase.__init__", "name": "__init__", "lineno": 450, "scope": "AdvancedEffectBase", "is_async": false }, { "id": "kivy.uix.effectwidget.AdvancedEffectBase._update_uniforms", "name": "_update_uniforms", "lineno": 454, "scope": "AdvancedEffectBase", "is_async": false }, { "id": "kivy.uix.effectwidget.AdvancedEffectBase.set_fbo_shader", "name": "set_fbo_shader", "lineno": 460, "scope": "AdvancedEffectBase", "is_async": false }, { "id": "kivy.uix.effectwidget.MonochromeEffect.__init__", "name": "__init__", "lineno": 467, "scope": "MonochromeEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.InvertEffect.__init__", "name": "__init__", "lineno": 474, "scope": "InvertEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.ScanlinesEffect.__init__", "name": "__init__", "lineno": 481, "scope": "ScanlinesEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.ChannelMixEffect.__init__", "name": "__init__", "lineno": 497, "scope": "ChannelMixEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.ChannelMixEffect.on_order", "name": "on_order", "lineno": 501, "scope": "ChannelMixEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.ChannelMixEffect.do_glsl", "name": "do_glsl", "lineno": 504, "scope": "ChannelMixEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.PixelateEffect.__init__", "name": "__init__", "lineno": 522, "scope": "PixelateEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.PixelateEffect.on_pixel_size", "name": "on_pixel_size", "lineno": 526, "scope": "PixelateEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.PixelateEffect.do_glsl", "name": "do_glsl", "lineno": 529, "scope": "PixelateEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.HorizontalBlurEffect.__init__", "name": "__init__", "lineno": 544, "scope": "HorizontalBlurEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.HorizontalBlurEffect.on_size", "name": "on_size", "lineno": 548, "scope": "HorizontalBlurEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.HorizontalBlurEffect.do_glsl", "name": "do_glsl", "lineno": 551, "scope": "HorizontalBlurEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.VerticalBlurEffect.__init__", "name": "__init__", "lineno": 566, "scope": "VerticalBlurEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.VerticalBlurEffect.on_size", "name": "on_size", "lineno": 570, "scope": "VerticalBlurEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.VerticalBlurEffect.do_glsl", "name": "do_glsl", "lineno": 573, "scope": "VerticalBlurEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.FXAAEffect.__init__", "name": "__init__", "lineno": 579, "scope": "FXAAEffect", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectFbo.__init__", "name": "__init__", "lineno": 588, "scope": "EffectFbo", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectFbo.set_fs", "name": "set_fs", "lineno": 593, "scope": "EffectFbo", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectWidget.__init__", "name": "__init__", "lineno": 651, "scope": "EffectWidget", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectWidget._refresh_background_color", "name": "_refresh_background_color", "lineno": 684, "scope": "EffectWidget", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectWidget._update_glsl", "name": "_update_glsl", "lineno": 687, "scope": "EffectWidget", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectWidget.refresh_fbo_setup", "name": "refresh_fbo_setup", "lineno": 699, "scope": "EffectWidget", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectWidget.add_widget", "name": "add_widget", "lineno": 753, "scope": "EffectWidget", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectWidget.remove_widget", "name": "remove_widget", "lineno": 760, "scope": "EffectWidget", "is_async": false }, { "id": "kivy.uix.effectwidget.EffectWidget.clear_widgets", "name": "clear_widgets", "lineno": 767, "scope": "EffectWidget", "is_async": false } ], "kivy.uix.filechooser": [ { "id": "kivy.uix.filechooser.alphanumeric_folders_first", "name": "alphanumeric_folders_first", "lineno": 137, "scope": null, "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemAbstract.listdir", "name": "listdir", "lineno": 149, "scope": "FileSystemAbstract", "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemAbstract.getsize", "name": "getsize", "lineno": 154, "scope": "FileSystemAbstract", "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemAbstract.is_hidden", "name": "is_hidden", "lineno": 159, "scope": "FileSystemAbstract", "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemAbstract.is_dir", "name": "is_dir", "lineno": 164, "scope": "FileSystemAbstract", "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemLocal.listdir", "name": "listdir", "lineno": 176, "scope": "FileSystemLocal", "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemLocal.getsize", "name": "getsize", "lineno": 179, "scope": "FileSystemLocal", "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemLocal.is_hidden", "name": "is_hidden", "lineno": 182, "scope": "FileSystemLocal", "is_async": false }, { "id": "kivy.uix.filechooser.FileSystemLocal.is_dir", "name": "is_dir", "lineno": 197, "scope": "FileSystemLocal", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserProgressBase.cancel", "name": "cancel", "lineno": 220, "scope": "FileChooserProgressBase", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserProgressBase.on_touch_down", "name": "on_touch_down", "lineno": 226, "scope": "FileChooserProgressBase", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserProgressBase.on_touch_move", "name": "on_touch_move", "lineno": 231, "scope": "FileChooserProgressBase", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserProgressBase.on_touch_up", "name": "on_touch_up", "lineno": 236, "scope": "FileChooserProgressBase", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserLayout.on_entry_added", "name": "on_entry_added", "lineno": 264, "scope": "FileChooserLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserLayout.on_entries_cleared", "name": "on_entries_cleared", "lineno": 267, "scope": "FileChooserLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserLayout.on_subentry_to_entry", "name": "on_subentry_to_entry", "lineno": 270, "scope": "FileChooserLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserLayout.on_remove_subentry", "name": "on_remove_subentry", "lineno": 273, "scope": "FileChooserLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserLayout.on_submit", "name": "on_submit", "lineno": 276, "scope": "FileChooserLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserListLayout.__init__", "name": "__init__", "lineno": 288, "scope": "FileChooserListLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserListLayout.scroll_to_top", "name": "scroll_to_top", "lineno": 292, "scope": "FileChooserListLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserIconLayout.__init__", "name": "__init__", "lineno": 305, "scope": "FileChooserIconLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserIconLayout.scroll_to_top", "name": "scroll_to_top", "lineno": 309, "scope": "FileChooserIconLayout", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.__init__", "name": "__init__", "lineno": 563, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.on_touch_down", "name": "on_touch_down", "lineno": 579, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.on_touch_up", "name": "on_touch_up", "lineno": 587, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._update_item_selection", "name": "_update_item_selection", "lineno": 595, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._save_previous_path", "name": "_save_previous_path", "lineno": 599, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._trigger_update", "name": "_trigger_update", "lineno": 603, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.on_entry_added", "name": "on_entry_added", "lineno": 610, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.on_entries_cleared", "name": "on_entries_cleared", "lineno": 614, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.on_subentry_to_entry", "name": "on_subentry_to_entry", "lineno": 618, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.on_remove_subentry", "name": "on_remove_subentry", "lineno": 622, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.on_submit", "name": "on_submit", "lineno": 626, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.entry_touched", "name": "entry_touched", "lineno": 630, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.entry_released", "name": "entry_released", "lineno": 659, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.open_entry", "name": "open_entry", "lineno": 678, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._apply_filters", "name": "_apply_filters", "lineno": 693, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.get_nice_size", "name": "get_nice_size", "lineno": 707, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._update_files", "name": "_update_files", "lineno": 723, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._get_file_paths", "name": "_get_file_paths", "lineno": 749, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._create_files_entries", "name": "_create_files_entries", "lineno": 752, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.cancel", "name": "cancel", "lineno": 801, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._show_progress", "name": "_show_progress", "lineno": 822, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._hide_progress", "name": "_hide_progress", "lineno": 832, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "name": "_generate_file_entries", "lineno": 837, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._create_entry_widget", "name": "_create_entry_widget", "lineno": 888, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._add_files", "name": "_add_files", "lineno": 893, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController._add_files.get_nice_size", "name": "get_nice_size", "lineno": 920, "scope": "FileChooserController._add_files", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.entry_subselect", "name": "entry_subselect", "lineno": 933, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserController.close_subselection", "name": "close_subselection", "lineno": 938, "scope": "FileChooserController", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.get_view_list", "name": "get_view_list", "lineno": 998, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.get_view_mode", "name": "get_view_mode", "lineno": 1011, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.set_view_mode", "name": "set_view_mode", "lineno": 1014, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser._views", "name": "_views", "lineno": 1029, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.__init__", "name": "__init__", "lineno": 1032, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.add_widget", "name": "add_widget", "lineno": 1042, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.rebuild_views", "name": "rebuild_views", "lineno": 1058, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.update_view", "name": "update_view", "lineno": 1066, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser._create_entry_widget", "name": "_create_entry_widget", "lineno": 1082, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser._get_file_paths", "name": "_get_file_paths", "lineno": 1086, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser._update_item_selection", "name": "_update_item_selection", "lineno": 1091, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.on_entry_added", "name": "on_entry_added", "lineno": 1097, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.on_entries_cleared", "name": "on_entries_cleared", "lineno": 1103, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.on_subentry_to_entry", "name": "on_subentry_to_entry", "lineno": 1107, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.on_remove_subentry", "name": "on_remove_subentry", "lineno": 1111, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooser.on_submit", "name": "on_submit", "lineno": 1115, "scope": "FileChooser", "is_async": false }, { "id": "kivy.uix.filechooser.FileChooserApp.build", "name": "build", "lineno": 1153, "scope": "FileChooserApp", "is_async": false } ], "kivy.uix.floatlayout": [ { "id": "kivy.uix.floatlayout.FloatLayout.__init__", "name": "__init__", "lineno": 64, "scope": "FloatLayout", "is_async": false }, { "id": "kivy.uix.floatlayout.FloatLayout.do_layout", "name": "do_layout", "lineno": 74, "scope": "FloatLayout", "is_async": false }, { "id": "kivy.uix.floatlayout.FloatLayout.add_widget", "name": "add_widget", "lineno": 134, "scope": "FloatLayout", "is_async": false }, { "id": "kivy.uix.floatlayout.FloatLayout.remove_widget", "name": "remove_widget", "lineno": 142, "scope": "FloatLayout", "is_async": false } ], "kivy.uix.gesturesurface": [ { "id": "kivy.uix.gesturesurface.GestureContainer.__init__", "name": "__init__", "lineno": 100, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureContainer.get_vectors", "name": "get_vectors", "lineno": 125, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureContainer.handles", "name": "handles", "lineno": 146, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureContainer.accept_stroke", "name": "accept_stroke", "lineno": 152, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureContainer.update_bbox", "name": "update_bbox", "lineno": 158, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureContainer.add_stroke", "name": "add_stroke", "lineno": 174, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureContainer.complete_stroke", "name": "complete_stroke", "lineno": 182, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureContainer.single_points_test", "name": "single_points_test", "lineno": 189, "scope": "GestureContainer", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.__init__", "name": "__init__", "lineno": 322, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_touch_down", "name": "on_touch_down", "lineno": 336, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_touch_move", "name": "on_touch_move", "lineno": 364, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_touch_up", "name": "on_touch_up", "lineno": 396, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.init_gesture", "name": "init_gesture", "lineno": 416, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.init_stroke", "name": "init_stroke", "lineno": 441, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.get_gesture", "name": "get_gesture", "lineno": 465, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.find_colliding_gesture", "name": "find_colliding_gesture", "lineno": 472, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.merge_gestures", "name": "merge_gestures", "lineno": 489, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface._update_canvas_bbox", "name": "_update_canvas_bbox", "lineno": 536, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface._complete_dispatcher", "name": "_complete_dispatcher", "lineno": 550, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface._cleanup", "name": "_cleanup", "lineno": 595, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_gesture_start", "name": "on_gesture_start", "lineno": 609, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_gesture_extend", "name": "on_gesture_extend", "lineno": 612, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_gesture_merge", "name": "on_gesture_merge", "lineno": 615, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_gesture_complete", "name": "on_gesture_complete", "lineno": 618, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_gesture_discard", "name": "on_gesture_discard", "lineno": 621, "scope": "GestureSurface", "is_async": false }, { "id": "kivy.uix.gesturesurface.GestureSurface.on_gesture_cleanup", "name": "on_gesture_cleanup", "lineno": 624, "scope": "GestureSurface", "is_async": false } ], "kivy.uix.gridlayout": [ { "id": "kivy.uix.gridlayout.nmax", "name": "nmax", "lineno": 102, "scope": null, "is_async": false }, { "id": "kivy.uix.gridlayout.nmin", "name": "nmin", "lineno": 108, "scope": null, "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout.__init__", "name": "__init__", "lineno": 277, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout.get_max_widgets", "name": "get_max_widgets", "lineno": 296, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout.on_children", "name": "on_children", "lineno": 302, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._fills_row_first", "name": "_fills_row_first", "lineno": 311, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._fills_from_left_to_right", "name": "_fills_from_left_to_right", "lineno": 315, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._fills_from_top_to_bottom", "name": "_fills_from_top_to_bottom", "lineno": 319, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._init_rows_cols_sizes", "name": "_init_rows_cols_sizes", "lineno": 322, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "name": "_fill_rows_cols_sizes", "lineno": 366, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._update_minimum_size", "name": "_update_minimum_size", "lineno": 405, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._finalize_rows_cols_sizes", "name": "_finalize_rows_cols_sizes", "lineno": 458, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._iterate_layout", "name": "_iterate_layout", "lineno": 518, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout.do_layout", "name": "do_layout", "lineno": 574, "scope": "GridLayout", "is_async": false }, { "id": "kivy.uix.gridlayout.GridLayout._create_idx_iter", "name": "_create_idx_iter", "lineno": 618, "scope": "GridLayout", "is_async": false } ], "kivy.uix.image": [ { "id": "kivy.uix.image.Image.get_image_ratio", "name": "get_image_ratio", "lineno": 162, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.get_norm_image_size", "name": "get_norm_image_size", "lineno": 322, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.__init__", "name": "__init__", "lineno": 374, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image._update_fit_mode", "name": "_update_fit_mode", "lineno": 388, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.texture_update", "name": "texture_update", "lineno": 401, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.set_texture_from_resource", "name": "set_texture_from_resource", "lineno": 404, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.on_anim_delay", "name": "on_anim_delay", "lineno": 436, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.on_texture", "name": "on_texture", "lineno": 443, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image._clear_core_image", "name": "_clear_core_image", "lineno": 446, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image._on_tex_change", "name": "_on_tex_change", "lineno": 453, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.reload", "name": "reload", "lineno": 463, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.remove_from_cache", "name": "remove_from_cache", "lineno": 482, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.Image.on_nocache", "name": "on_nocache", "lineno": 490, "scope": "Image", "is_async": false }, { "id": "kivy.uix.image.AsyncImage.__init__", "name": "__init__", "lineno": 517, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage._load_source", "name": "_load_source", "lineno": 526, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage._on_source_load", "name": "_on_source_load", "lineno": 552, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage._on_source_error", "name": "_on_source_error", "lineno": 559, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage.on_error", "name": "on_error", "lineno": 562, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage.on_load", "name": "on_load", "lineno": 565, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage.is_uri", "name": "is_uri", "lineno": 568, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage._clear_core_image", "name": "_clear_core_image", "lineno": 572, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage._on_tex_change", "name": "_on_tex_change", "lineno": 578, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage.texture_update", "name": "texture_update", "lineno": 582, "scope": "AsyncImage", "is_async": false }, { "id": "kivy.uix.image.AsyncImage.remove_from_cache", "name": "remove_from_cache", "lineno": 585, "scope": "AsyncImage", "is_async": false } ], "kivy.uix.label": [ { "id": "kivy.uix.label.Label.__init__", "name": "__init__", "lineno": 318, "scope": "Label", "is_async": false }, { "id": "kivy.uix.label.Label._create_label", "name": "_create_label", "lineno": 344, "scope": "Label", "is_async": false }, { "id": "kivy.uix.label.Label._trigger_texture_update", "name": "_trigger_texture_update", "lineno": 376, "scope": "Label", "is_async": false }, { "id": "kivy.uix.label.Label.texture_update", "name": "texture_update", "lineno": 414, "scope": "Label", "is_async": false }, { "id": "kivy.uix.label.Label.on_touch_down", "name": "on_touch_down", "lineno": 458, "scope": "Label", "is_async": false }, { "id": "kivy.uix.label.Label.on_ref_press", "name": "on_ref_press", "lineno": 475, "scope": "Label", "is_async": false } ], "kivy.uix.layout": [ { "id": "kivy.uix.layout.Layout.__init__", "name": "__init__", "lineno": 70, "scope": "Layout", "is_async": false }, { "id": "kivy.uix.layout.Layout.do_layout", "name": "do_layout", "lineno": 78, "scope": "Layout", "is_async": false }, { "id": "kivy.uix.layout.Layout.add_widget", "name": "add_widget", "lineno": 91, "scope": "Layout", "is_async": false }, { "id": "kivy.uix.layout.Layout.remove_widget", "name": "remove_widget", "lineno": 99, "scope": "Layout", "is_async": false }, { "id": "kivy.uix.layout.Layout.layout_hint_with_bounds", "name": "layout_hint_with_bounds", "lineno": 107, "scope": "Layout", "is_async": false } ], "kivy.uix.modalview": [ { "id": "kivy.uix.modalview.ModalView.__init__", "name": "__init__", "lineno": 193, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.open", "name": "open", "lineno": 197, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.dismiss", "name": "dismiss", "lineno": 227, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView._align_center", "name": "_align_center", "lineno": 254, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_motion", "name": "on_motion", "lineno": 258, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_touch_down", "name": "on_touch_down", "lineno": 262, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_touch_move", "name": "on_touch_move", "lineno": 269, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_touch_up", "name": "on_touch_up", "lineno": 275, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on__anim_alpha", "name": "on__anim_alpha", "lineno": 285, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView._real_remove_widget", "name": "_real_remove_widget", "lineno": 290, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_pre_open", "name": "on_pre_open", "lineno": 300, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_open", "name": "on_open", "lineno": 303, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_pre_dismiss", "name": "on_pre_dismiss", "lineno": 306, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView.on_dismiss", "name": "on_dismiss", "lineno": 309, "scope": "ModalView", "is_async": false }, { "id": "kivy.uix.modalview.ModalView._handle_keyboard", "name": "_handle_keyboard", "lineno": 312, "scope": "ModalView", "is_async": false } ], "kivy.uix.pagelayout": [ { "id": "kivy.uix.pagelayout.PageLayout.__init__", "name": "__init__", "lineno": 82, "scope": "PageLayout", "is_async": false }, { "id": "kivy.uix.pagelayout.PageLayout.do_layout", "name": "do_layout", "lineno": 94, "scope": "PageLayout", "is_async": false }, { "id": "kivy.uix.pagelayout.PageLayout.on_touch_down", "name": "on_touch_down", "lineno": 130, "scope": "PageLayout", "is_async": false }, { "id": "kivy.uix.pagelayout.PageLayout.on_touch_move", "name": "on_touch_move", "lineno": 149, "scope": "PageLayout", "is_async": false }, { "id": "kivy.uix.pagelayout.PageLayout.on_touch_up", "name": "on_touch_up", "lineno": 203, "scope": "PageLayout", "is_async": false } ], "kivy.uix.popup": [ { "id": "kivy.uix.popup.Popup.add_widget", "name": "add_widget", "lineno": 213, "scope": "Popup", "is_async": false }, { "id": "kivy.uix.popup.Popup.on_content", "name": "on_content", "lineno": 222, "scope": "Popup", "is_async": false }, { "id": "kivy.uix.popup.Popup.on__container", "name": "on__container", "lineno": 227, "scope": "Popup", "is_async": false }, { "id": "kivy.uix.popup.Popup.on_touch_down", "name": "on_touch_down", "lineno": 233, "scope": "Popup", "is_async": false } ], "kivy.uix.progressbar": [ { "id": "kivy.uix.progressbar.ProgressBar.__init__", "name": "__init__", "lineno": 38, "scope": "ProgressBar", "is_async": false }, { "id": "kivy.uix.progressbar.ProgressBar._get_value", "name": "_get_value", "lineno": 42, "scope": "ProgressBar", "is_async": false }, { "id": "kivy.uix.progressbar.ProgressBar._set_value", "name": "_set_value", "lineno": 45, "scope": "ProgressBar", "is_async": false }, { "id": "kivy.uix.progressbar.ProgressBar.get_norm_value", "name": "get_norm_value", "lineno": 62, "scope": "ProgressBar", "is_async": false }, { "id": "kivy.uix.progressbar.ProgressBar.set_norm_value", "name": "set_norm_value", "lineno": 68, "scope": "ProgressBar", "is_async": false } ], "kivy.uix.recycleboxlayout": [ { "id": "kivy.uix.recycleboxlayout.RecycleBoxLayout.__init__", "name": "__init__", "lineno": 28, "scope": "RecycleBoxLayout", "is_async": false }, { "id": "kivy.uix.recycleboxlayout.RecycleBoxLayout._update_sizes", "name": "_update_sizes", "lineno": 32, "scope": "RecycleBoxLayout", "is_async": false }, { "id": "kivy.uix.recycleboxlayout.RecycleBoxLayout.compute_layout", "name": "compute_layout", "lineno": 96, "scope": "RecycleBoxLayout", "is_async": false }, { "id": "kivy.uix.recycleboxlayout.RecycleBoxLayout.get_view_index_at", "name": "get_view_index_at", "lineno": 145, "scope": "RecycleBoxLayout", "is_async": false }, { "id": "kivy.uix.recycleboxlayout.RecycleBoxLayout.compute_visible_views", "name": "compute_visible_views", "lineno": 173, "scope": "RecycleBoxLayout", "is_async": false }, { "id": "kivy.uix.recycleboxlayout.RecycleBoxLayout.goto_view", "name": "goto_view", "lineno": 185, "scope": "RecycleBoxLayout", "is_async": false } ], "kivy.uix.recyclegridlayout": [ { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout.__init__", "name": "__init__", "lineno": 32, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout.on_children", "name": "on_children", "lineno": 36, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "name": "_fill_rows_cols_sizes", "lineno": 39, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout._update_rows_cols_sizes", "name": "_update_rows_cols_sizes", "lineno": 85, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "name": "compute_layout", "lineno": 128, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout.get_view_index_at", "name": "get_view_index_at", "lineno": 183, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_visible_views", "name": "compute_visible_views", "lineno": 219, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout._calculate_idx_from_a_view_idx", "name": "_calculate_idx_from_a_view_idx", "lineno": 246, "scope": "RecycleGridLayout", "is_async": false }, { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout.goto_view", "name": "goto_view", "lineno": 258, "scope": "RecycleGridLayout", "is_async": false } ], "kivy.uix.recyclelayout": [ { "id": "kivy.uix.recyclelayout.RecycleLayout.__init__", "name": "__init__", "lineno": 181, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.attach_recycleview", "name": "attach_recycleview", "lineno": 187, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.detach_recycleview", "name": "detach_recycleview", "lineno": 202, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout._catch_layout_trigger", "name": "_catch_layout_trigger", "lineno": 218, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.compute_sizes_from_data", "name": "compute_sizes_from_data", "lineno": 239, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.compute_layout", "name": "compute_layout", "lineno": 327, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.do_layout", "name": "do_layout", "lineno": 365, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.set_visible_views", "name": "set_visible_views", "lineno": 368, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.refresh_view_layout", "name": "refresh_view_layout", "lineno": 416, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.remove_views", "name": "remove_views", "lineno": 432, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.remove_view", "name": "remove_view", "lineno": 437, "scope": "RecycleLayout", "is_async": false }, { "id": "kivy.uix.recyclelayout.RecycleLayout.clear_layout", "name": "clear_layout", "lineno": 442, "scope": "RecycleLayout", "is_async": false } ], "kivy.uix.relativelayout": [ { "id": "kivy.uix.relativelayout.RelativeLayout.__init__", "name": "__init__", "lineno": 273, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout.do_layout", "name": "do_layout", "lineno": 280, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout.to_parent", "name": "to_parent", "lineno": 283, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout.to_local", "name": "to_local", "lineno": 286, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout._apply_transform", "name": "_apply_transform", "lineno": 289, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout.on_motion", "name": "on_motion", "lineno": 293, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout.on_touch_down", "name": "on_touch_down", "lineno": 302, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout.on_touch_move", "name": "on_touch_move", "lineno": 310, "scope": "RelativeLayout", "is_async": false }, { "id": "kivy.uix.relativelayout.RelativeLayout.on_touch_up", "name": "on_touch_up", "lineno": 318, "scope": "RelativeLayout", "is_async": false } ], "kivy.uix.rst": [ { "id": "kivy.uix.rst.VideoDirective.run", "name": "run", "lineno": 106, "scope": "VideoDirective", "is_async": false }, { "id": "kivy.uix.rst.RstDocument._get_bgc", "name": "_get_bgc", "lineno": 474, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument._set_bgc", "name": "_set_bgc", "lineno": 477, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.__init__", "name": "__init__", "lineno": 541, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.on_source", "name": "on_source", "lineno": 548, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.on_text", "name": "on_text", "lineno": 557, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.render", "name": "render", "lineno": 560, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.resolve_path", "name": "resolve_path", "lineno": 565, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.preload", "name": "preload", "lineno": 573, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument._load_from_source", "name": "_load_from_source", "lineno": 591, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument._load_from_text", "name": "_load_from_text", "lineno": 597, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.on_ref_press", "name": "on_ref_press", "lineno": 616, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.goto", "name": "goto", "lineno": 619, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst.RstDocument.add_anchors", "name": "add_anchors", "lineno": 686, "scope": "RstDocument", "is_async": false }, { "id": "kivy.uix.rst._ToctreeVisitor.__init__", "name": "__init__", "lineno": 813, "scope": "_ToctreeVisitor", "is_async": false }, { "id": "kivy.uix.rst._ToctreeVisitor.push", "name": "push", "lineno": 819, "scope": "_ToctreeVisitor", "is_async": false }, { "id": "kivy.uix.rst._ToctreeVisitor.pop", "name": "pop", "lineno": 823, "scope": "_ToctreeVisitor", "is_async": false }, { "id": "kivy.uix.rst._ToctreeVisitor.dispatch_visit", "name": "dispatch_visit", "lineno": 826, "scope": "_ToctreeVisitor", "is_async": false }, { "id": "kivy.uix.rst._ToctreeVisitor.dispatch_departure", "name": "dispatch_departure", "lineno": 844, "scope": "_ToctreeVisitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.__init__", "name": "__init__", "lineno": 854, "scope": "_Visitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.push", "name": "push", "lineno": 893, "scope": "_Visitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.pop", "name": "pop", "lineno": 897, "scope": "_Visitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.brute_refs", "name": "brute_refs", "lineno": 900, "scope": "_Visitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.brute_refs.get_refs", "name": "get_refs", "lineno": 905, "scope": "_Visitor.brute_refs", "is_async": false }, { "id": "kivy.uix.rst._Visitor.dispatch_visit", "name": "dispatch_visit", "lineno": 948, "scope": "_Visitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.dispatch_visit.set_size", "name": "set_size", "lineno": 1219, "scope": "_Visitor.dispatch_visit", "is_async": false }, { "id": "kivy.uix.rst._Visitor.dispatch_departure", "name": "dispatch_departure", "lineno": 1321, "scope": "_Visitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.set_text", "name": "set_text", "lineno": 1467, "scope": "_Visitor", "is_async": false }, { "id": "kivy.uix.rst._Visitor.colorize", "name": "colorize", "lineno": 1479, "scope": "_Visitor", "is_async": false } ], "kivy.uix.sandbox": [ { "id": "kivy.uix.sandbox.sandbox", "name": "sandbox", "lineno": 37, "scope": null, "is_async": false }, { "id": "kivy.uix.sandbox.sandbox._f2", "name": "_f2", "lineno": 39, "scope": "sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.SandboxExceptionManager.__init__", "name": "__init__", "lineno": 49, "scope": "SandboxExceptionManager", "is_async": false }, { "id": "kivy.uix.sandbox.SandboxExceptionManager.handle_exception", "name": "handle_exception", "lineno": 53, "scope": "SandboxExceptionManager", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.__init__", "name": "__init__", "lineno": 68, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.__enter__", "name": "__enter__", "lineno": 85, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.__exit__", "name": "__exit__", "lineno": 88, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.on_context_created", "name": "on_context_created", "lineno": 93, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.on_exception", "name": "on_exception", "lineno": 99, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.add_widget", "name": "add_widget", "lineno": 116, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.remove_widget", "name": "remove_widget", "lineno": 120, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.clear_widgets", "name": "clear_widgets", "lineno": 124, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.on_size", "name": "on_size", "lineno": 128, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox.on_pos", "name": "on_pos", "lineno": 133, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox._clock_sandbox", "name": "_clock_sandbox", "lineno": 138, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox._clock_sandbox_draw", "name": "_clock_sandbox_draw", "lineno": 144, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.Sandbox._call_draw", "name": "_call_draw", "lineno": 149, "scope": "Sandbox", "is_async": false }, { "id": "kivy.uix.sandbox.TestButton.on_touch_up", "name": "on_touch_up", "lineno": 159, "scope": "TestButton", "is_async": false }, { "id": "kivy.uix.sandbox.TestButton.on_touch_down", "name": "on_touch_down", "lineno": 163, "scope": "TestButton", "is_async": false } ], "kivy.uix.scatter": [ { "id": "kivy.uix.scatter.Scatter._get_do_translation", "name": "_get_do_translation", "lineno": 145, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._set_do_translation", "name": "_set_do_translation", "lineno": 148, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._get_bbox", "name": "_get_bbox", "lineno": 236, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._get_rotation", "name": "_get_rotation", "lineno": 259, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._set_rotation", "name": "_set_rotation", "lineno": 265, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._get_scale", "name": "_get_scale", "lineno": 280, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._set_scale", "name": "_set_scale", "lineno": 297, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._get_center", "name": "_get_center", "lineno": 310, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._set_center", "name": "_set_center", "lineno": 314, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._get_pos", "name": "_get_pos", "lineno": 323, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._set_pos", "name": "_set_pos", "lineno": 326, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._get_x", "name": "_get_x", "lineno": 336, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._set_x", "name": "_set_x", "lineno": 339, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._get_y", "name": "_get_y", "lineno": 347, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._set_y", "name": "_set_y", "lineno": 350, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.get_right", "name": "get_right", "lineno": 358, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.set_right", "name": "set_right", "lineno": 361, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.get_top", "name": "get_top", "lineno": 366, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.set_top", "name": "set_top", "lineno": 369, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.get_center_x", "name": "get_center_x", "lineno": 374, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.set_center_x", "name": "set_center_x", "lineno": 377, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.get_center_y", "name": "get_center_y", "lineno": 382, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.set_center_y", "name": "set_center_y", "lineno": 385, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.__init__", "name": "__init__", "lineno": 390, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.on_transform", "name": "on_transform", "lineno": 395, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.collide_point", "name": "collide_point", "lineno": 398, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.to_parent", "name": "to_parent", "lineno": 402, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.to_local", "name": "to_local", "lineno": 406, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._apply_transform", "name": "_apply_transform", "lineno": 410, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.apply_transform", "name": "apply_transform", "lineno": 414, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.transform_with_touch", "name": "transform_with_touch", "lineno": 446, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter._bring_to_front", "name": "_bring_to_front", "lineno": 505, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.on_motion", "name": "on_motion", "lineno": 515, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.on_touch_down", "name": "on_touch_down", "lineno": 524, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.on_touch_move", "name": "on_touch_move", "lineno": 563, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.on_transform_with_touch", "name": "on_transform_with_touch", "lineno": 584, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.on_bring_to_front", "name": "on_bring_to_front", "lineno": 599, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.Scatter.on_touch_up", "name": "on_touch_up", "lineno": 612, "scope": "Scatter", "is_async": false }, { "id": "kivy.uix.scatter.ScatterPlane.__init__", "name": "__init__", "lineno": 639, "scope": "ScatterPlane", "is_async": false }, { "id": "kivy.uix.scatter.ScatterPlane.collide_point", "name": "collide_point", "lineno": 644, "scope": "ScatterPlane", "is_async": false } ], "kivy.uix.scatterlayout": [ { "id": "kivy.uix.scatterlayout.ScatterLayout.__init__", "name": "__init__", "lineno": 62, "scope": "ScatterLayout", "is_async": false }, { "id": "kivy.uix.scatterlayout.ScatterLayout.update_size", "name": "update_size", "lineno": 70, "scope": "ScatterLayout", "is_async": false }, { "id": "kivy.uix.scatterlayout.ScatterLayout.add_widget", "name": "add_widget", "lineno": 73, "scope": "ScatterLayout", "is_async": false }, { "id": "kivy.uix.scatterlayout.ScatterLayout.remove_widget", "name": "remove_widget", "lineno": 76, "scope": "ScatterLayout", "is_async": false }, { "id": "kivy.uix.scatterlayout.ScatterLayout.clear_widgets", "name": "clear_widgets", "lineno": 79, "scope": "ScatterLayout", "is_async": false }, { "id": "kivy.uix.scatterlayout.ScatterPlaneLayout.collide_point", "name": "collide_point", "lineno": 92, "scope": "ScatterPlaneLayout", "is_async": false } ], "kivy.uix.screenmanager": [ { "id": "kivy.uix.screenmanager.Screen.on_pre_enter", "name": "on_pre_enter", "lineno": 282, "scope": "Screen", "is_async": false }, { "id": "kivy.uix.screenmanager.Screen.on_enter", "name": "on_enter", "lineno": 285, "scope": "Screen", "is_async": false }, { "id": "kivy.uix.screenmanager.Screen.on_pre_leave", "name": "on_pre_leave", "lineno": 288, "scope": "Screen", "is_async": false }, { "id": "kivy.uix.screenmanager.Screen.on_leave", "name": "on_leave", "lineno": 291, "scope": "Screen", "is_async": false }, { "id": "kivy.uix.screenmanager.Screen.__repr__", "name": "__repr__", "lineno": 294, "scope": "Screen", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase.start", "name": "start", "lineno": 360, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase.stop", "name": "stop", "lineno": 383, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase.add_screen", "name": "add_screen", "lineno": 393, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase.remove_screen", "name": "remove_screen", "lineno": 398, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase.on_complete", "name": "on_complete", "lineno": 403, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase.on_progress", "name": "on_progress", "lineno": 406, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase._on_progress", "name": "_on_progress", "lineno": 409, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.TransitionBase._on_complete", "name": "_on_complete", "lineno": 415, "scope": "TransitionBase", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition.make_screen_fbo", "name": "make_screen_fbo", "lineno": 475, "scope": "ShaderTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition.on_progress", "name": "on_progress", "lineno": 488, "scope": "ShaderTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition.on_complete", "name": "on_complete", "lineno": 491, "scope": "ShaderTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition._remove_out_canvas", "name": "_remove_out_canvas", "lineno": 495, "scope": "ShaderTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition.add_screen", "name": "add_screen", "lineno": 501, "scope": "ShaderTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition.add_screen.remove_screen_out", "name": "remove_screen_out", "lineno": 507, "scope": "ShaderTransition.add_screen", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition.remove_screen", "name": "remove_screen", "lineno": 531, "scope": "ShaderTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.ShaderTransition.stop", "name": "stop", "lineno": 538, "scope": "ShaderTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.NoTransition.on_complete", "name": "on_complete", "lineno": 552, "scope": "NoTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SlideTransition.on_progress", "name": "on_progress", "lineno": 570, "scope": "SlideTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SlideTransition.on_complete", "name": "on_complete", "lineno": 596, "scope": "SlideTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.CardTransition.start", "name": "start", "lineno": 626, "scope": "CardTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.CardTransition.on_progress", "name": "on_progress", "lineno": 642, "scope": "CardTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SwapTransition.__init__", "name": "__init__", "lineno": 678, "scope": "SwapTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SwapTransition.start", "name": "start", "lineno": 682, "scope": "SwapTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SwapTransition.update_scale", "name": "update_scale", "lineno": 694, "scope": "SwapTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SwapTransition.add_screen", "name": "add_screen", "lineno": 697, "scope": "SwapTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SwapTransition.on_complete", "name": "on_complete", "lineno": 700, "scope": "SwapTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.SwapTransition.on_progress", "name": "on_progress", "lineno": 708, "scope": "SwapTransition", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager._get_screen_names", "name": "_get_screen_names", "lineno": 957, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.__init__", "name": "__init__", "lineno": 969, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager._screen_name_changed", "name": "_screen_name_changed", "lineno": 975, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.add_widget", "name": "add_widget", "lineno": 980, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.remove_widget", "name": "remove_widget", "lineno": 1002, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.clear_widgets", "name": "clear_widgets", "lineno": 1022, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.real_add_widget", "name": "real_add_widget", "lineno": 1035, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.real_remove_widget", "name": "real_remove_widget", "lineno": 1042, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.on_current", "name": "on_current", "lineno": 1045, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.get_screen", "name": "get_screen", "lineno": 1070, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.has_screen", "name": "has_screen", "lineno": 1082, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.__next__", "name": "__next__", "lineno": 1089, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.previous", "name": "previous", "lineno": 1101, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.switch_to", "name": "switch_to", "lineno": 1114, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.switch_to.remove_old_screen", "name": "remove_old_screen", "lineno": 1171, "scope": "ScreenManager.switch_to", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager._generate_screen_name", "name": "_generate_screen_name", "lineno": 1180, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager._update_pos", "name": "_update_pos", "lineno": 1188, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.on_motion", "name": "on_motion", "lineno": 1196, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.on_touch_down", "name": "on_touch_down", "lineno": 1201, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.on_touch_move", "name": "on_touch_move", "lineno": 1206, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.ScreenManager.on_touch_up", "name": "on_touch_up", "lineno": 1211, "scope": "ScreenManager", "is_async": false }, { "id": "kivy.uix.screenmanager.TestApp.change_view", "name": "change_view", "lineno": 1242, "scope": "TestApp", "is_async": false }, { "id": "kivy.uix.screenmanager.TestApp.remove_screen", "name": "remove_screen", "lineno": 1248, "scope": "TestApp", "is_async": false }, { "id": "kivy.uix.screenmanager.TestApp.build", "name": "build", "lineno": 1251, "scope": "TestApp", "is_async": false } ], "kivy.uix.scrollview": [ { "id": "kivy.uix.scrollview.ScrollViewHierarchy.__init__", "name": "__init__", "lineno": 383, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.add_child", "name": "add_child", "lineno": 393, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.get_parent", "name": "get_parent", "lineno": 405, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.get_relationship", "name": "get_relationship", "lineno": 415, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.get_classification", "name": "get_classification", "lineno": 426, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.get_axis_config", "name": "get_axis_config", "lineno": 436, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.depth", "name": "depth", "lineno": 446, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.outer", "name": "outer", "lineno": 451, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy.inner", "name": "inner", "lineno": 456, "scope": "ScrollViewHierarchy", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._get_do_scroll", "name": "_get_do_scroll", "lineno": 587, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._set_do_scroll", "name": "_set_do_scroll", "lineno": 590, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._get_vbar", "name": "_get_vbar", "lineno": 625, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._get_hbar", "name": "_get_hbar", "lineno": 655, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._set_viewport_size", "name": "_set_viewport_size", "lineno": 914, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on__viewport", "name": "on__viewport", "lineno": 917, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.__init__", "name": "__init__", "lineno": 922, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_effect_x", "name": "on_effect_x", "lineno": 989, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_effect_y", "name": "on_effect_y", "lineno": 994, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_effect_cls", "name": "on_effect_cls", "lineno": 999, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._update_effect_widget", "name": "_update_effect_widget", "lineno": 1007, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._update_effect_x_bounds", "name": "_update_effect_x_bounds", "lineno": 1013, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._update_effect_y_bounds", "name": "_update_effect_y_bounds", "lineno": 1021, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._update_effect_bounds", "name": "_update_effect_bounds", "lineno": 1029, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._update_effect_x", "name": "_update_effect_x", "lineno": 1035, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._update_effect_y", "name": "_update_effect_y", "lineno": 1051, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.to_local", "name": "to_local", "lineno": 1067, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.to_parent", "name": "to_parent", "lineno": 1071, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._apply_transform", "name": "_apply_transform", "lineno": 1075, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._simulate_touch_down", "name": "_simulate_touch_down", "lineno": 1080, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_motion", "name": "on_motion", "lineno": 1102, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._delegate_to_children", "name": "_delegate_to_children", "lineno": 1111, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._delegate_touch_up_to_children_widget_coords", "name": "_delegate_touch_up_to_children_widget_coords", "lineno": 1129, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._find_child_scrollview_at_touch", "name": "_find_child_scrollview_at_touch", "lineno": 1138, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._find_scrollview_in_widget", "name": "_find_scrollview_in_widget", "lineno": 1170, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._build_hierarchy_recursive", "name": "_build_hierarchy_recursive", "lineno": 1205, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._get_nested_data", "name": "_get_nested_data", "lineno": 1245, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._get_primary_scroll_axis", "name": "_get_primary_scroll_axis", "lineno": 1289, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._classify_nested_configuration", "name": "_classify_nested_configuration", "lineno": 1311, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._initialize_nested_inner", "name": "_initialize_nested_inner", "lineno": 1376, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._setup_boundary_delegation", "name": "_setup_boundary_delegation", "lineno": 1444, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._delegate_to_parent_scroll", "name": "_delegate_to_parent_scroll", "lineno": 1511, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._detect_scroll_intent", "name": "_detect_scroll_intent", "lineno": 1553, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "name": "_check_nested_delegation", "lineno": 1591, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._is_at_scroll_boundary", "name": "_is_at_scroll_boundary", "lineno": 1688, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._is_scrolling_beyond_boundary", "name": "_is_scrolling_beyond_boundary", "lineno": 1712, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._find_parallel_ancestor", "name": "_find_parallel_ancestor", "lineno": 1751, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._handle_focus_behavior", "name": "_handle_focus_behavior", "lineno": 1798, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._touch_in_handle", "name": "_touch_in_handle", "lineno": 1813, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._check_scroll_bounds", "name": "_check_scroll_bounds", "lineno": 1822, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._handle_mouse_wheel_scroll", "name": "_handle_mouse_wheel_scroll", "lineno": 1859, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._select_scroll_effect_for_wheel", "name": "_select_scroll_effect_for_wheel", "lineno": 1905, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._apply_wheel_scroll", "name": "_apply_wheel_scroll", "lineno": 1934, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._handle_scrollbar_jump", "name": "_handle_scrollbar_jump", "lineno": 1957, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._initialize_scroll_effects", "name": "_initialize_scroll_effects", "lineno": 1976, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._should_delegate_orthogonal", "name": "_should_delegate_orthogonal", "lineno": 1988, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._should_delegate_mixed", "name": "_should_delegate_mixed", "lineno": 2027, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "name": "_should_delegate_parallel", "lineno": 2074, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._process_scroll_axis_x", "name": "_process_scroll_axis_x", "lineno": 2174, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._process_scroll_axis_y", "name": "_process_scroll_axis_y", "lineno": 2196, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._stop_scroll_effects", "name": "_stop_scroll_effects", "lineno": 2218, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._finalize_scroll_for_cascade", "name": "_finalize_scroll_for_cascade", "lineno": 2225, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_touch_down", "name": "on_touch_down", "lineno": 2406, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._scroll_initialize", "name": "_scroll_initialize", "lineno": 2537, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_touch_move", "name": "on_touch_move", "lineno": 2660, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._scroll_update", "name": "_scroll_update", "lineno": 2829, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_touch_up", "name": "on_touch_up", "lineno": 2874, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._scroll_finalize", "name": "_scroll_finalize", "lineno": 3000, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.scroll_to", "name": "scroll_to", "lineno": 3063, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.convert_distance_to_scroll", "name": "convert_distance_to_scroll", "lineno": 3120, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.update_from_scroll", "name": "update_from_scroll", "lineno": 3142, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._bind_inactive_bar_color", "name": "_bind_inactive_bar_color", "lineno": 3203, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._change_bar_color", "name": "_change_bar_color", "lineno": 3210, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.add_widget", "name": "add_widget", "lineno": 3213, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.remove_widget", "name": "remove_widget", "lineno": 3227, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._on_scroll_pos_changed", "name": "_on_scroll_pos_changed", "lineno": 3235, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._check_position_stable", "name": "_check_position_stable", "lineno": 3241, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._check_velocity_for_stop", "name": "_check_velocity_for_stop", "lineno": 3277, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._get_uid", "name": "_get_uid", "lineno": 3305, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._get_debug_name", "name": "_get_debug_name", "lineno": 3319, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._change_touch_mode", "name": "_change_touch_mode", "lineno": 3329, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView._do_touch_up", "name": "_do_touch_up", "lineno": 3426, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_scroll_start", "name": "on_scroll_start", "lineno": 3443, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_scroll_move", "name": "on_scroll_move", "lineno": 3461, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollView.on_scroll_stop", "name": "on_scroll_stop", "lineno": 3481, "scope": "ScrollView", "is_async": false }, { "id": "kivy.uix.scrollview.ScrollViewApp.build", "name": "build", "lineno": 3508, "scope": "ScrollViewApp", "is_async": false } ], "kivy.uix.settings": [ { "id": "kivy.uix.settings.SettingItem.__init__", "name": "__init__", "lineno": 292, "scope": "SettingItem", "is_async": false }, { "id": "kivy.uix.settings.SettingItem.add_widget", "name": "add_widget", "lineno": 296, "scope": "SettingItem", "is_async": false }, { "id": "kivy.uix.settings.SettingItem.on_touch_down", "name": "on_touch_down", "lineno": 301, "scope": "SettingItem", "is_async": false }, { "id": "kivy.uix.settings.SettingItem.on_touch_up", "name": "on_touch_up", "lineno": 310, "scope": "SettingItem", "is_async": false }, { "id": "kivy.uix.settings.SettingItem.on_release", "name": "on_release", "lineno": 318, "scope": "SettingItem", "is_async": false }, { "id": "kivy.uix.settings.SettingItem.on_value", "name": "on_value", "lineno": 321, "scope": "SettingItem", "is_async": false }, { "id": "kivy.uix.settings.SettingString.on_panel", "name": "on_panel", "lineno": 377, "scope": "SettingString", "is_async": false }, { "id": "kivy.uix.settings.SettingString._dismiss", "name": "_dismiss", "lineno": 382, "scope": "SettingString", "is_async": false }, { "id": "kivy.uix.settings.SettingString._validate", "name": "_validate", "lineno": 389, "scope": "SettingString", "is_async": false }, { "id": "kivy.uix.settings.SettingString._create_popup", "name": "_create_popup", "lineno": 394, "scope": "SettingString", "is_async": false }, { "id": "kivy.uix.settings.SettingPath.on_panel", "name": "on_panel", "lineno": 473, "scope": "SettingPath", "is_async": false }, { "id": "kivy.uix.settings.SettingPath._dismiss", "name": "_dismiss", "lineno": 478, "scope": "SettingPath", "is_async": false }, { "id": "kivy.uix.settings.SettingPath._validate", "name": "_validate", "lineno": 485, "scope": "SettingPath", "is_async": false }, { "id": "kivy.uix.settings.SettingPath._create_popup", "name": "_create_popup", "lineno": 494, "scope": "SettingPath", "is_async": false }, { "id": "kivy.uix.settings.SettingColor.on_panel", "name": "on_panel", "lineno": 544, "scope": "SettingColor", "is_async": false }, { "id": "kivy.uix.settings.SettingColor._dismiss", "name": "_dismiss", "lineno": 549, "scope": "SettingColor", "is_async": false }, { "id": "kivy.uix.settings.SettingColor._validate", "name": "_validate", "lineno": 554, "scope": "SettingColor", "is_async": false }, { "id": "kivy.uix.settings.SettingColor._create_popup", "name": "_create_popup", "lineno": 559, "scope": "SettingColor", "is_async": false }, { "id": "kivy.uix.settings.SettingNumeric._validate", "name": "_validate", "lineno": 597, "scope": "SettingNumeric", "is_async": false }, { "id": "kivy.uix.settings.SettingOptions.on_panel", "name": "on_panel", "lineno": 633, "scope": "SettingOptions", "is_async": false }, { "id": "kivy.uix.settings.SettingOptions._set_option", "name": "_set_option", "lineno": 638, "scope": "SettingOptions", "is_async": false }, { "id": "kivy.uix.settings.SettingOptions._create_popup", "name": "_create_popup", "lineno": 642, "scope": "SettingOptions", "is_async": false }, { "id": "kivy.uix.settings.SettingsPanel.__init__", "name": "__init__", "lineno": 699, "scope": "SettingsPanel", "is_async": false }, { "id": "kivy.uix.settings.SettingsPanel.on_config", "name": "on_config", "lineno": 703, "scope": "SettingsPanel", "is_async": false }, { "id": "kivy.uix.settings.SettingsPanel.get_value", "name": "get_value", "lineno": 710, "scope": "SettingsPanel", "is_async": false }, { "id": "kivy.uix.settings.SettingsPanel.set_value", "name": "set_value", "lineno": 723, "scope": "SettingsPanel", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithSidebar.__init__", "name": "__init__", "lineno": 771, "scope": "InterfaceWithSidebar", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithSidebar.add_panel", "name": "add_panel", "lineno": 776, "scope": "InterfaceWithSidebar", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithSidebar.on_close", "name": "on_close", "lineno": 796, "scope": "InterfaceWithSidebar", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithSpinner.__init__", "name": "__init__", "lineno": 828, "scope": "InterfaceWithSpinner", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithSpinner.add_panel", "name": "add_panel", "lineno": 833, "scope": "InterfaceWithSpinner", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithSpinner.on_close", "name": "on_close", "lineno": 853, "scope": "InterfaceWithSpinner", "is_async": false }, { "id": "kivy.uix.settings.ContentPanel.add_panel", "name": "add_panel", "lineno": 898, "scope": "ContentPanel", "is_async": false }, { "id": "kivy.uix.settings.ContentPanel.on_current_uid", "name": "on_current_uid", "lineno": 918, "scope": "ContentPanel", "is_async": false }, { "id": "kivy.uix.settings.ContentPanel.add_widget", "name": "add_widget", "lineno": 939, "scope": "ContentPanel", "is_async": false }, { "id": "kivy.uix.settings.ContentPanel.remove_widget", "name": "remove_widget", "lineno": 945, "scope": "ContentPanel", "is_async": false }, { "id": "kivy.uix.settings.Settings.__init__", "name": "__init__", "lineno": 993, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.on_touch_down", "name": "on_touch_down", "lineno": 1005, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.register_type", "name": "register_type", "lineno": 1010, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.on_close", "name": "on_close", "lineno": 1015, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.add_interface", "name": "add_interface", "lineno": 1018, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.on_config_change", "name": "on_config_change", "lineno": 1032, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.add_json_panel", "name": "add_json_panel", "lineno": 1035, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.create_json_panel", "name": "create_json_panel", "lineno": 1051, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.Settings.add_kivy_panel", "name": "add_kivy_panel", "lineno": 1095, "scope": "Settings", "is_async": false }, { "id": "kivy.uix.settings.SettingsWithSpinner.__init__", "name": "__init__", "lineno": 1124, "scope": "SettingsWithSpinner", "is_async": false }, { "id": "kivy.uix.settings.SettingsWithTabbedPanel.__init__", "name": "__init__", "lineno": 1136, "scope": "SettingsWithTabbedPanel", "is_async": false }, { "id": "kivy.uix.settings.SettingsWithTabbedPanel.on_close", "name": "on_close", "lineno": 1140, "scope": "SettingsWithTabbedPanel", "is_async": false }, { "id": "kivy.uix.settings.SettingsWithNoMenu.__init__", "name": "__init__", "lineno": 1159, "scope": "SettingsWithNoMenu", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithNoMenu.add_widget", "name": "add_widget", "lineno": 1173, "scope": "InterfaceWithNoMenu", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithTabbedPanel.__init__", "name": "__init__", "lineno": 1194, "scope": "InterfaceWithTabbedPanel", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithTabbedPanel.add_panel", "name": "add_panel", "lineno": 1198, "scope": "InterfaceWithTabbedPanel", "is_async": false }, { "id": "kivy.uix.settings.InterfaceWithTabbedPanel.on_close", "name": "on_close", "lineno": 1208, "scope": "InterfaceWithTabbedPanel", "is_async": false }, { "id": "kivy.uix.settings.MenuSpinner.add_item", "name": "add_item", "lineno": 1228, "scope": "MenuSpinner", "is_async": false }, { "id": "kivy.uix.settings.MenuSpinner.on_spinner_text", "name": "on_spinner_text", "lineno": 1240, "scope": "MenuSpinner", "is_async": false }, { "id": "kivy.uix.settings.MenuSidebar.add_item", "name": "add_item", "lineno": 1279, "scope": "MenuSidebar", "is_async": false }, { "id": "kivy.uix.settings.MenuSidebar.on_selected_uid", "name": "on_selected_uid", "lineno": 1299, "scope": "MenuSidebar", "is_async": false }, { "id": "kivy.uix.settings.SettingSidebarLabel.on_touch_down", "name": "on_touch_down", "lineno": 1315, "scope": "SettingSidebarLabel", "is_async": false }, { "id": "kivy.uix.settings.SettingsApp.build", "name": "build", "lineno": 1335, "scope": "SettingsApp", "is_async": false }, { "id": "kivy.uix.settings.SettingsApp.build_config", "name": "build_config", "lineno": 1344, "scope": "SettingsApp", "is_async": false } ], "kivy.uix.slider": [ { "id": "kivy.uix.slider.Slider.on_min", "name": "on_min", "lineno": 286, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.on_max", "name": "on_max", "lineno": 289, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.get_norm_value", "name": "get_norm_value", "lineno": 292, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.set_norm_value", "name": "set_norm_value", "lineno": 299, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.get_value_pos", "name": "get_value_pos", "lineno": 341, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.set_value_pos", "name": "set_value_pos", "lineno": 351, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.on_touch_down", "name": "on_touch_down", "lineno": 377, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.on_touch_move", "name": "on_touch_move", "lineno": 403, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.Slider.on_touch_up", "name": "on_touch_up", "lineno": 408, "scope": "Slider", "is_async": false }, { "id": "kivy.uix.slider.SliderApp.build", "name": "build", "lineno": 418, "scope": "SliderApp", "is_async": false } ], "kivy.uix.spinner": [ { "id": "kivy.uix.spinner.Spinner.__init__", "name": "__init__", "lineno": 143, "scope": "Spinner", "is_async": false }, { "id": "kivy.uix.spinner.Spinner._build_dropdown", "name": "_build_dropdown", "lineno": 156, "scope": "Spinner", "is_async": false }, { "id": "kivy.uix.spinner.Spinner._update_dropdown_size", "name": "_update_dropdown_size", "lineno": 170, "scope": "Spinner", "is_async": false }, { "id": "kivy.uix.spinner.Spinner._update_dropdown", "name": "_update_dropdown", "lineno": 184, "scope": "Spinner", "is_async": false }, { "id": "kivy.uix.spinner.Spinner._toggle_dropdown", "name": "_toggle_dropdown", "lineno": 204, "scope": "Spinner", "is_async": false }, { "id": "kivy.uix.spinner.Spinner._close_dropdown", "name": "_close_dropdown", "lineno": 208, "scope": "Spinner", "is_async": false }, { "id": "kivy.uix.spinner.Spinner._on_dropdown_select", "name": "_on_dropdown_select", "lineno": 211, "scope": "Spinner", "is_async": false }, { "id": "kivy.uix.spinner.Spinner.on_is_open", "name": "on_is_open", "lineno": 215, "scope": "Spinner", "is_async": false } ], "kivy.uix.splitter": [ { "id": "kivy.uix.splitter.Splitter.__init__", "name": "__init__", "lineno": 177, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.on_sizable_from", "name": "on_sizable_from", "lineno": 188, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.add_widget", "name": "add_widget", "lineno": 234, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.remove_widget", "name": "remove_widget", "lineno": 250, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.clear_widgets", "name": "clear_widgets", "lineno": 255, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.strip_down", "name": "strip_down", "lineno": 258, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.on_press", "name": "on_press", "lineno": 264, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter._rebind_parent", "name": "_rebind_parent", "lineno": 267, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.rescale_parent_proportion", "name": "rescale_parent_proportion", "lineno": 275, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter._do_size", "name": "_do_size", "lineno": 288, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter._is_moving", "name": "_is_moving", "lineno": 295, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.strip_move", "name": "strip_move", "lineno": 308, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.strip_up", "name": "strip_up", "lineno": 365, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.Splitter.on_release", "name": "on_release", "lineno": 392, "scope": "Splitter", "is_async": false }, { "id": "kivy.uix.splitter.SplitterApp.build", "name": "build", "lineno": 403, "scope": "SplitterApp", "is_async": false } ], "kivy.uix.stacklayout": [ { "id": "kivy.uix.stacklayout._compute_size", "name": "_compute_size", "lineno": 39, "scope": null, "is_async": false }, { "id": "kivy.uix.stacklayout.StackLayout.__init__", "name": "__init__", "lineno": 140, "scope": "StackLayout", "is_async": false }, { "id": "kivy.uix.stacklayout.StackLayout.do_layout", "name": "do_layout", "lineno": 151, "scope": "StackLayout", "is_async": false } ], "kivy.uix.stencilview": [], "kivy.uix.svg": [ { "id": "kivy.uix.svg._next_power_of_2", "name": "_next_power_of_2", "lineno": 106, "scope": null, "is_async": false }, { "id": "kivy.uix.svg._get_svg_loader", "name": "_get_svg_loader", "lineno": 114, "scope": null, "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._get_image_ratio", "name": "_get_image_ratio", "lineno": 347, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.get_norm_image_size", "name": "get_norm_image_size", "lineno": 362, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.__init__", "name": "__init__", "lineno": 427, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.texture_update", "name": "texture_update", "lineno": 443, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.reload", "name": "reload", "lineno": 493, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.get_element_ids", "name": "get_element_ids", "lineno": 507, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.hide_element", "name": "hide_element", "lineno": 522, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.show_element", "name": "show_element", "lineno": 531, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.set_element_visible", "name": "set_element_visible", "lineno": 540, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.is_element_visible", "name": "is_element_visible", "lineno": 565, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.set_element_opacity", "name": "set_element_opacity", "lineno": 575, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.get_element_opacity", "name": "get_element_opacity", "lineno": 599, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.reset_element_overrides", "name": "reset_element_overrides", "lineno": 609, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.on_load", "name": "on_load", "lineno": 620, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.on_error", "name": "on_error", "lineno": 623, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget.on_texture", "name": "on_texture", "lineno": 626, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._set_element_override", "name": "_set_element_override", "lineno": 633, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._on_mipmap", "name": "_on_mipmap", "lineno": 645, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._on_render_param", "name": "_on_render_param", "lineno": 650, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._check_rerender", "name": "_check_rerender", "lineno": 658, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._deferred_rasterize_cb", "name": "_deferred_rasterize_cb", "lineno": 698, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._rasterize", "name": "_rasterize", "lineno": 704, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._clear_svg", "name": "_clear_svg", "lineno": 784, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.SvgWidget._set_error", "name": "_set_error", "lineno": 792, "scope": "SvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget.__init__", "name": "__init__", "lineno": 850, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget.texture_update", "name": "texture_update", "lineno": 890, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget.get_norm_image_size", "name": "get_norm_image_size", "lineno": 894, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._load_source", "name": "_load_source", "lineno": 919, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._do_sync_load", "name": "_do_sync_load", "lineno": 970, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._on_download_success", "name": "_on_download_success", "lineno": 982, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._on_download_failure", "name": "_on_download_failure", "lineno": 1003, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._on_download_error", "name": "_on_download_error", "lineno": 1012, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._async_error", "name": "_async_error", "lineno": 1021, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._start_loading_animation", "name": "_start_loading_animation", "lineno": 1033, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._on_loading_texture", "name": "_on_loading_texture", "lineno": 1046, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._stop_loading_animation", "name": "_stop_loading_animation", "lineno": 1055, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget._install_provider", "name": "_install_provider", "lineno": 1064, "scope": "AsyncSvgWidget", "is_async": false }, { "id": "kivy.uix.svg.AsyncSvgWidget.is_uri", "name": "is_uri", "lineno": 1089, "scope": "AsyncSvgWidget", "is_async": false } ], "kivy.uix.switch": [ { "id": "kivy.uix.switch.Switch.on_touch_down", "name": "on_touch_down", "lineno": 89, "scope": "Switch", "is_async": false }, { "id": "kivy.uix.switch.Switch.on_touch_move", "name": "on_touch_move", "lineno": 99, "scope": "Switch", "is_async": false }, { "id": "kivy.uix.switch.Switch.on_touch_up", "name": "on_touch_up", "lineno": 105, "scope": "Switch", "is_async": false } ], "kivy.uix.tabbedpanel": [ { "id": "kivy.uix.tabbedpanel.TabbedPanelHeader.on_touch_down", "name": "on_touch_down", "lineno": 164, "scope": "TabbedPanelHeader", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanelHeader.on_touch_up", "name": "on_touch_up", "lineno": 173, "scope": "TabbedPanelHeader", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanelHeader.on_release", "name": "on_release", "lineno": 179, "scope": "TabbedPanelHeader", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanelItem.add_widget", "name": "add_widget", "lineno": 209, "scope": "TabbedPanelItem", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanelItem.remove_widget", "name": "remove_widget", "lineno": 217, "scope": "TabbedPanelItem", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.get_current_tab", "name": "get_current_tab", "lineno": 337, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.get_tab_list", "name": "get_tab_list", "lineno": 431, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.get_def_tab", "name": "get_def_tab", "lineno": 454, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.set_def_tab", "name": "set_def_tab", "lineno": 457, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.get_def_tab_content", "name": "get_def_tab_content", "lineno": 483, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.set_def_tab_content", "name": "set_def_tab_content", "lineno": 486, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.__init__", "name": "__init__", "lineno": 498, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.switch_to", "name": "switch_to", "lineno": 523, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.clear_tabs", "name": "clear_tabs", "lineno": 554, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.add_widget", "name": "add_widget", "lineno": 563, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.remove_widget", "name": "remove_widget", "lineno": 583, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.clear_widgets", "name": "clear_widgets", "lineno": 606, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.on_strip_image", "name": "on_strip_image", "lineno": 610, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.on_strip_border", "name": "on_strip_border", "lineno": 615, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.on_do_default_tab", "name": "on_do_default_tab", "lineno": 620, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.on_default_tab_text", "name": "on_default_tab_text", "lineno": 631, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.on_tab_width", "name": "on_tab_width", "lineno": 634, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.on_tab_height", "name": "on_tab_height", "lineno": 641, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel.on_tab_pos", "name": "on_tab_pos", "lineno": 645, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._setup_default_tab", "name": "_setup_default_tab", "lineno": 649, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._switch_to_first_tab", "name": "_switch_to_first_tab", "lineno": 688, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._load_default_tab_content", "name": "_load_default_tab_content", "lineno": 695, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._reposition_tabs", "name": "_reposition_tabs", "lineno": 699, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "name": "_update_tabs", "lineno": 706, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._update_tab_width", "name": "_update_tab_width", "lineno": 837, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._update_top", "name": "_update_top", "lineno": 857, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._updt_top", "name": "_updt_top", "lineno": 866, "scope": "TabbedPanel", "is_async": false }, { "id": "kivy.uix.tabbedpanel.TabbedPanel._update_scrollview", "name": "_update_scrollview", "lineno": 872, "scope": "TabbedPanel", "is_async": false } ], "kivy.uix.textinput": [ { "id": "kivy.uix.textinput.triggered", "name": "triggered", "lineno": 201, "scope": null, "is_async": false }, { "id": "kivy.uix.textinput.triggered.decorator_func", "name": "decorator_func", "lineno": 202, "scope": "triggered", "is_async": false }, { "id": "kivy.uix.textinput.triggered.decorator_func.decorated_func", "name": "decorated_func", "lineno": 203, "scope": "triggered.decorator_func", "is_async": false }, { "id": "kivy.uix.textinput._textinput_clear_cache", "name": "_textinput_clear_cache", "lineno": 246, "scope": null, "is_async": false }, { "id": "kivy.uix.textinput.Selector.__init__", "name": "__init__", "lineno": 275, "scope": "Selector", "is_async": false }, { "id": "kivy.uix.textinput.Selector.update_transform", "name": "update_transform", "lineno": 288, "scope": "Selector", "is_async": false }, { "id": "kivy.uix.textinput.Selector.transform_touch", "name": "transform_touch", "lineno": 295, "scope": "Selector", "is_async": false }, { "id": "kivy.uix.textinput.Selector.on_touch_down", "name": "on_touch_down", "lineno": 301, "scope": "Selector", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.__init__", "name": "__init__", "lineno": 333, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.update_transform", "name": "update_transform", "lineno": 347, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.transform_touch", "name": "transform_touch", "lineno": 354, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.on_touch_down", "name": "on_touch_down", "lineno": 359, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.on_touch_up", "name": "on_touch_up", "lineno": 369, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.on_textinput", "name": "on_textinput", "lineno": 381, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste._check_parent", "name": "_check_parent", "lineno": 386, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.on_parent", "name": "on_parent", "lineno": 399, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.do", "name": "do", "lineno": 421, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste.hide", "name": "hide", "lineno": 441, "scope": "TextInputCutCopyPaste", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.__init__", "name": "__init__", "lineno": 517, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.__init__.handle_readonly", "name": "handle_readonly", "lineno": 599, "scope": "TextInput.__init__", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_text_validate", "name": "on_text_validate", "lineno": 642, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.cursor_index", "name": "cursor_index", "lineno": 645, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.cursor_offset", "name": "cursor_offset", "lineno": 674, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.get_cursor_from_index", "name": "get_cursor_from_index", "lineno": 689, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.select_text", "name": "select_text", "lineno": 711, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.select_all", "name": "select_all", "lineno": 732, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._auto_indent", "name": "_auto_indent", "lineno": 741, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.insert_text", "name": "insert_text", "lineno": 752, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_line_from_cursor", "name": "_get_line_from_cursor", "lineno": 822, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._set_unredo_insert", "name": "_set_unredo_insert", "lineno": 848, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.reset_undo", "name": "reset_undo", "lineno": 859, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.do_redo", "name": "do_redo", "lineno": 867, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.do_undo", "name": "do_undo", "lineno": 904, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.do_backspace", "name": "do_backspace", "lineno": 944, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._set_unredo_bkspc", "name": "_set_unredo_bkspc", "lineno": 1001, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._move_cursor_word_left", "name": "_move_cursor_word_left", "lineno": 1014, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._move_cursor_word_right", "name": "_move_cursor_word_right", "lineno": 1052, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._expand_range", "name": "_expand_range", "lineno": 1091, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._expand_rows", "name": "_expand_rows", "lineno": 1101, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._shift_lines", "name": "_shift_lines", "lineno": 1113, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._shift_lines.cb", "name": "cb", "lineno": 1207, "scope": "TextInput._shift_lines", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.pgmove_speed", "name": "pgmove_speed", "lineno": 1213, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._move_cursor_up", "name": "_move_cursor_up", "lineno": 1221, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._move_cursor_down", "name": "_move_cursor_down", "lineno": 1233, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.do_cursor_movement", "name": "do_cursor_movement", "lineno": 1249, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.get_cursor_from_xy", "name": "get_cursor_from_xy", "lineno": 1368, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.get_max_scroll_x", "name": "get_max_scroll_x", "lineno": 1425, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.cancel_selection", "name": "cancel_selection", "lineno": 1439, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.delete_selection", "name": "delete_selection", "lineno": 1449, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._set_unredo_delsel", "name": "_set_unredo_delsel", "lineno": 1489, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._update_selection", "name": "_update_selection", "lineno": 1500, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.long_touch", "name": "long_touch", "lineno": 1527, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.cancel_long_touch_event", "name": "cancel_long_touch_event", "lineno": 1534, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._select_word", "name": "_select_word", "lineno": 1540, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_double_tap", "name": "on_double_tap", "lineno": 1551, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_triple_tap", "name": "on_triple_tap", "lineno": 1560, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_quad_touch", "name": "on_quad_touch", "lineno": 1571, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_touch_down", "name": "on_touch_down", "lineno": 1579, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._cancel_update_selection", "name": "_cancel_update_selection", "lineno": 1658, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_touch_move", "name": "on_touch_move", "lineno": 1665, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_touch_up", "name": "on_touch_up", "lineno": 1683, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.scroll_text_from_swipe", "name": "scroll_text_from_swipe", "lineno": 1733, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._handle_pressed", "name": "_handle_pressed", "lineno": 1776, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._handle_released", "name": "_handle_released", "lineno": 1782, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._handle_move", "name": "_handle_move", "lineno": 1797, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._position_handles", "name": "_position_handles", "lineno": 1835, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._hide_handles", "name": "_hide_handles", "lineno": 1874, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._show_handles", "name": "_show_handles", "lineno": 1882, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "name": "_show_cut_copy_paste", "lineno": 1925, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._show_cut_copy_paste.hide_", "name": "hide_", "lineno": 1937, "scope": "TextInput._show_cut_copy_paste", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._hide_cut_copy_paste", "name": "_hide_cut_copy_paste", "lineno": 2005, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._reload_remove_observer", "name": "_reload_remove_observer", "lineno": 2017, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._on_textinput_focused", "name": "_on_textinput_focused", "lineno": 2022, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._ensure_clipboard", "name": "_ensure_clipboard", "lineno": 2041, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.cut", "name": "cut", "lineno": 2046, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._cut", "name": "_cut", "lineno": 2054, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.copy", "name": "copy", "lineno": 2059, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.paste", "name": "paste", "lineno": 2073, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._update_cutbuffer", "name": "_update_cutbuffer", "lineno": 2088, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_text_width", "name": "_get_text_width", "lineno": 2091, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_cursor_blink", "name": "on_cursor_blink", "lineno": 2114, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._do_blink_cursor", "name": "_do_blink_cursor", "lineno": 2118, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._reset_cursor_blink", "name": "_reset_cursor_blink", "lineno": 2131, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_cursor", "name": "on_cursor", "lineno": 2136, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._delete_line", "name": "_delete_line", "lineno": 2145, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._set_line_text", "name": "_set_line_text", "lineno": 2153, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._trigger_refresh_line_options", "name": "_trigger_refresh_line_options", "lineno": 2158, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._refresh_line_options", "name": "_refresh_line_options", "lineno": 2166, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._trigger_refresh_text", "name": "_trigger_refresh_text", "lineno": 2173, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._update_text_options", "name": "_update_text_options", "lineno": 2181, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._refresh_text_from_trigger", "name": "_refresh_text_from_trigger", "lineno": 2185, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._refresh_text_from_property", "name": "_refresh_text_from_property", "lineno": 2188, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._refresh_text", "name": "_refresh_text", "lineno": 2191, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._insert_lines", "name": "_insert_lines", "lineno": 2244, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._trigger_update_graphics", "name": "_trigger_update_graphics", "lineno": 2280, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._update_graphics", "name": "_update_graphics", "lineno": 2284, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._draw_line", "name": "_draw_line", "lineno": 2364, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._update_graphics_selection", "name": "_update_graphics_selection", "lineno": 2464, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._draw_selection", "name": "_draw_selection", "lineno": 2526, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_size", "name": "on_size", "lineno": 2586, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_row_width", "name": "_get_row_width", "lineno": 2593, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_cursor_pos", "name": "_get_cursor_pos", "lineno": 2600, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_cursor_visual_height", "name": "_get_cursor_visual_height", "lineno": 2638, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_cursor_visual_pos", "name": "_get_cursor_visual_pos", "lineno": 2650, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_line_options", "name": "_get_line_options", "lineno": 2656, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._create_line_label", "name": "_create_line_label", "lineno": 2675, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._tokenize", "name": "_tokenize", "lineno": 2728, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._split_smart", "name": "_split_smart", "lineno": 2750, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._key_down", "name": "_key_down", "lineno": 2829, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._key_up", "name": "_key_up", "lineno": 2897, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "name": "keyboard_on_key_down", "lineno": 2911, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._handle_command", "name": "_handle_command", "lineno": 2986, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._handle_shortcut", "name": "_handle_shortcut", "lineno": 3015, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.keyboard_on_key_up", "name": "keyboard_on_key_up", "lineno": 3035, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.keyboard_on_textinput", "name": "keyboard_on_textinput", "lineno": 3042, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._bind_keyboard", "name": "_bind_keyboard", "lineno": 3052, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._unbind_keyboard", "name": "_unbind_keyboard", "lineno": 3056, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.window_on_textedit", "name": "window_on_textedit", "lineno": 3060, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on__hint_text", "name": "on__hint_text", "lineno": 3090, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._refresh_hint_text", "name": "_refresh_hint_text", "lineno": 3093, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_cursor", "name": "_get_cursor", "lineno": 3203, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._set_cursor", "name": "_set_cursor", "lineno": 3206, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._adjust_viewport", "name": "_adjust_viewport", "lineno": 3226, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_cursor_col", "name": "_get_cursor_col", "lineno": 3286, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_cursor_row", "name": "_get_cursor_row", "lineno": 3296, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.get_sel_from", "name": "get_sel_from", "lineno": 3557, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.get_sel_to", "name": "get_sel_to", "lineno": 3569, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_selection_text", "name": "on_selection_text", "lineno": 3588, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_text", "name": "_get_text", "lineno": 3595, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._set_text", "name": "_set_text", "lineno": 3610, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._set_hint_text", "name": "_set_hint_text", "lineno": 3753, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_hint_text", "name": "_get_hint_text", "lineno": 3758, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput._get_min_height", "name": "_get_min_height", "lineno": 3815, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_handle_image_middle", "name": "on_handle_image_middle", "lineno": 3892, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_handle_image_left", "name": "on_handle_image_left", "lineno": 3906, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInput.on_handle_image_right", "name": "on_handle_image_right", "lineno": 3921, "scope": "TextInput", "is_async": false }, { "id": "kivy.uix.textinput.TextInputApp.build", "name": "build", "lineno": 4010, "scope": "TextInputApp", "is_async": false }, { "id": "kivy.uix.textinput.TextInputApp.update_time", "name": "update_time", "lineno": 4014, "scope": "TextInputApp", "is_async": false } ], "kivy.uix.togglebutton": [], "kivy.uix.treeview": [ { "id": "kivy.uix.treeview.TreeViewNode.__init__", "name": "__init__", "lineno": 131, "scope": "TreeViewNode", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.__init__", "name": "__init__", "lineno": 280, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.add_node", "name": "add_node", "lineno": 296, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.remove_node", "name": "remove_node", "lineno": 325, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.on_node_expand", "name": "on_node_expand", "lineno": 352, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.on_node_collapse", "name": "on_node_collapse", "lineno": 355, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.select_node", "name": "select_node", "lineno": 358, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.deselect_node", "name": "deselect_node", "lineno": 368, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.toggle_node", "name": "toggle_node", "lineno": 377, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.get_node_at_pos", "name": "get_node_at_pos", "lineno": 389, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.iterate_open_nodes", "name": "iterate_open_nodes", "lineno": 398, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.iterate_all_nodes", "name": "iterate_all_nodes", "lineno": 424, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.on_load_func", "name": "on_load_func", "lineno": 440, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView._do_initial_load", "name": "_do_initial_load", "lineno": 444, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView._do_node_load", "name": "_do_node_load", "lineno": 449, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.on_root_options", "name": "on_root_options", "lineno": 458, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView._do_layout", "name": "_do_layout", "lineno": 464, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView._do_open_node", "name": "_do_open_node", "lineno": 478, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView._do_layout_node", "name": "_do_layout_node", "lineno": 490, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.on_touch_down", "name": "on_touch_down", "lineno": 506, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.get_selected_node", "name": "get_selected_node", "lineno": 587, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TreeView.get_root", "name": "get_root", "lineno": 598, "scope": "TreeView", "is_async": false }, { "id": "kivy.uix.treeview.TestApp.build", "name": "build", "lineno": 649, "scope": "TestApp", "is_async": false } ], "kivy.uix.video": [ { "id": "kivy.uix.video.Video.__init__", "name": "__init__", "lineno": 138, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video.texture_update", "name": "texture_update", "lineno": 148, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video.seek", "name": "seek", "lineno": 154, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video._trigger_video_load", "name": "_trigger_video_load", "lineno": 178, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video._do_video_load", "name": "_do_video_load", "lineno": 185, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video.on_state", "name": "on_state", "lineno": 207, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video._on_video_frame", "name": "_on_video_frame", "lineno": 222, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video._on_eos", "name": "_on_eos", "lineno": 231, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video._on_load", "name": "_on_load", "lineno": 236, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video.on_volume", "name": "on_volume", "lineno": 240, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.Video.unload", "name": "unload", "lineno": 244, "scope": "Video", "is_async": false }, { "id": "kivy.uix.video.VideoApp.build", "name": "build", "lineno": 265, "scope": "VideoApp", "is_async": false }, { "id": "kivy.uix.video.VideoApp.replay", "name": "replay", "lineno": 270, "scope": "VideoApp", "is_async": false } ], "kivy.uix.videoplayer": [ { "id": "kivy.uix.videoplayer.VideoPlayerVolume.on_touch_down", "name": "on_touch_down", "lineno": 101, "scope": "VideoPlayerVolume", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerVolume.on_touch_move", "name": "on_touch_move", "lineno": 109, "scope": "VideoPlayerVolume", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerVolume.on_touch_up", "name": "on_touch_up", "lineno": 120, "scope": "VideoPlayerVolume", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerPlayPause.on_touch_down", "name": "on_touch_down", "lineno": 135, "scope": "VideoPlayerPlayPause", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerStop.on_touch_down", "name": "on_touch_down", "lineno": 148, "scope": "VideoPlayerStop", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar.__init__", "name": "__init__", "lineno": 160, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_video", "name": "on_video", "lineno": 173, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_down", "name": "on_touch_down", "lineno": 177, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_move", "name": "on_touch_move", "lineno": 185, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_up", "name": "on_touch_up", "lineno": 191, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar._update_seek", "name": "_update_seek", "lineno": 201, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar._show_bubble", "name": "_show_bubble", "lineno": 207, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar._hide_bubble", "name": "_hide_bubble", "lineno": 211, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_alpha", "name": "on_alpha", "lineno": 215, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar._update_bubble", "name": "_update_bubble", "lineno": 219, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar._showhide_bubble", "name": "_showhide_bubble", "lineno": 235, "scope": "VideoPlayerProgressBar", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerPreview.on_touch_down", "name": "on_touch_down", "lineno": 247, "scope": "VideoPlayerPreview", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayerAnnotation.on_annotation", "name": "on_annotation", "lineno": 280, "scope": "VideoPlayerAnnotation", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.__init__", "name": "__init__", "lineno": 465, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._trigger_video_load", "name": "_trigger_video_load", "lineno": 480, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._try_load_default_thumbnail", "name": "_try_load_default_thumbnail", "lineno": 487, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._try_load_default_annotations", "name": "_try_load_default_annotations", "lineno": 494, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_source", "name": "on_source", "lineno": 501, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._update_thumbnail", "name": "_update_thumbnail", "lineno": 512, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._update_annotations", "name": "_update_annotations", "lineno": 515, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_image_overlay_play", "name": "on_image_overlay_play", "lineno": 518, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_image_loading", "name": "on_image_loading", "lineno": 521, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._load_thumbnail", "name": "_load_thumbnail", "lineno": 524, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._load_annotations", "name": "_load_annotations", "lineno": 532, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_state", "name": "on_state", "lineno": 544, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._set_state", "name": "_set_state", "lineno": 548, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._do_video_load", "name": "_do_video_load", "lineno": 551, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_volume", "name": "on_volume", "lineno": 561, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_position", "name": "on_position", "lineno": 566, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.seek", "name": "seek", "lineno": 579, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer._play_started", "name": "_play_started", "lineno": 603, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_touch_down", "name": "on_touch_down", "lineno": 607, "scope": "VideoPlayer", "is_async": false }, { "id": "kivy.uix.videoplayer.VideoPlayer.on_fullscreen", "name": "on_fullscreen", "lineno": 615, "scope": "VideoPlayer", "is_async": false } ], "kivy.uix.vkeyboard": [ { "id": "kivy.uix.vkeyboard.VKeyboard.__init__", "name": "__init__", "lineno": 350, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.on_disabled", "name": "on_disabled", "lineno": 408, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._update_layout_mode", "name": "_update_layout_mode", "lineno": 411, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._load_layout", "name": "_load_layout", "lineno": 421, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "name": "_load_layouts", "lineno": 446, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._load_layout_fn", "name": "_load_layout_fn", "lineno": 454, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.setup_mode", "name": "setup_mode", "lineno": 463, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.setup_mode_dock", "name": "setup_mode_dock", "lineno": 478, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._update_dock_mode", "name": "_update_dock_mode", "lineno": 498, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "name": "setup_mode_free", "lineno": 503, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.change_layout", "name": "change_layout", "lineno": 550, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.refresh", "name": "refresh", "lineno": 554, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.refresh_active_keys_layer", "name": "refresh_active_keys_layer", "lineno": 564, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.refresh_keys_hint", "name": "refresh_keys_hint", "lineno": 579, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.refresh_keys", "name": "refresh_keys", "lineno": 617, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "name": "draw_keys", "lineno": 649, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.on_key_down", "name": "on_key_down", "lineno": 692, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.on_key_up", "name": "on_key_up", "lineno": 695, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.on_textinput", "name": "on_textinput", "lineno": 698, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.get_key_at_pos", "name": "get_key_at_pos", "lineno": 701, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.collide_margin", "name": "collide_margin", "lineno": 738, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "name": "process_key_on", "lineno": 750, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.process_key_up", "name": "process_key_up", "lineno": 798, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._get_modifiers", "name": "_get_modifiers", "lineno": 825, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._start_repeat_key", "name": "_start_repeat_key", "lineno": 833, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard._repeat_key", "name": "_repeat_key", "lineno": 836, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.on_touch_down", "name": "on_touch_down", "lineno": 839, "scope": "VKeyboard", "is_async": false }, { "id": "kivy.uix.vkeyboard.VKeyboard.on_touch_up", "name": "on_touch_up", "lineno": 860, "scope": "VKeyboard", "is_async": false } ], "kivy.uix.widget": [ { "id": "kivy.uix.widget._widget_destructor", "name": "_widget_destructor", "lineno": 265, "scope": null, "is_async": false }, { "id": "kivy.uix.widget.WidgetMetaclass.__init__", "name": "__init__", "lineno": 286, "scope": "WidgetMetaclass", "is_async": false }, { "id": "kivy.uix.widget.Widget.__init__", "name": "__init__", "lineno": 339, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.proxy_ref", "name": "proxy_ref", "lineno": 379, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.__hash__", "name": "__hash__", "lineno": 399, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.apply_class_lang_rules", "name": "apply_class_lang_rules", "lineno": 402, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.collide_point", "name": "collide_point", "lineno": 477, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.collide_widget", "name": "collide_widget", "lineno": 499, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.on_motion", "name": "on_motion", "lineno": 532, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.on_touch_down", "name": "on_touch_down", "lineno": 571, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.on_touch_move", "name": "on_touch_move", "lineno": 591, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.on_touch_up", "name": "on_touch_up", "lineno": 602, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.on_kv_post", "name": "on_kv_post", "lineno": 613, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.add_widget", "name": "add_widget", "lineno": 619, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.remove_widget", "name": "remove_widget", "lineno": 696, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.clear_widgets", "name": "clear_widgets", "lineno": 726, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget._update_motion_filter", "name": "_update_motion_filter", "lineno": 748, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget._find_index_in_motion_filter", "name": "_find_index_in_motion_filter", "lineno": 760, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.register_for_motion_event", "name": "register_for_motion_event", "lineno": 774, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.unregister_for_motion_event", "name": "unregister_for_motion_event", "lineno": 802, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.export_to_png", "name": "export_to_png", "lineno": 827, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.export_as_image", "name": "export_as_image", "lineno": 858, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_root_window", "name": "get_root_window", "lineno": 892, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_parent_window", "name": "get_parent_window", "lineno": 903, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget._walk", "name": "_walk", "lineno": 914, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.walk", "name": "walk", "lineno": 944, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget._walk_reverse", "name": "_walk_reverse", "lineno": 1000, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.walk_reverse", "name": "walk_reverse", "lineno": 1033, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.to_widget", "name": "to_widget", "lineno": 1088, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.to_window", "name": "to_window", "lineno": 1099, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.to_parent", "name": "to_parent", "lineno": 1114, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.to_local", "name": "to_local", "lineno": 1129, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget._apply_transform", "name": "_apply_transform", "lineno": 1144, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_window_matrix", "name": "get_window_matrix", "lineno": 1152, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_right", "name": "get_right", "lineno": 1223, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.set_right", "name": "set_right", "lineno": 1226, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_top", "name": "get_top", "lineno": 1238, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.set_top", "name": "set_top", "lineno": 1241, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_center_x", "name": "get_center_x", "lineno": 1253, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.set_center_x", "name": "set_center_x", "lineno": 1256, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_center_y", "name": "get_center_y", "lineno": 1268, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.set_center_y", "name": "set_center_y", "lineno": 1271, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.on_opacity", "name": "on_opacity", "lineno": 1539, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.get_disabled", "name": "get_disabled", "lineno": 1560, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.set_disabled", "name": "set_disabled", "lineno": 1563, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.inc_disabled", "name": "inc_disabled", "lineno": 1574, "scope": "Widget", "is_async": false }, { "id": "kivy.uix.widget.Widget.dec_disabled", "name": "dec_disabled", "lineno": 1581, "scope": "Widget", "is_async": false } ], "kivy.uix": [], "kivy.uix.behaviors.button": [ { "id": "kivy.uix.behaviors.button.ButtonBehavior._get_pressed", "name": "_get_pressed", "lineno": 182, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior.__init__", "name": "__init__", "lineno": 207, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior._do_press", "name": "_do_press", "lineno": 232, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior._do_release", "name": "_do_release", "lineno": 245, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior._do_cancel", "name": "_do_cancel", "lineno": 258, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior._add_active_touch", "name": "_add_active_touch", "lineno": 271, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior._remove_active_touch", "name": "_remove_active_touch", "lineno": 278, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_down", "name": "on_touch_down", "lineno": 285, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_move", "name": "on_touch_move", "lineno": 329, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_up", "name": "on_touch_up", "lineno": 370, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior.on_press", "name": "on_press", "lineno": 416, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior.on_release", "name": "on_release", "lineno": 434, "scope": "ButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.button.ButtonBehavior.on_cancel", "name": "on_cancel", "lineno": 454, "scope": "ButtonBehavior", "is_async": false } ], "kivy.uix.behaviors.codenavigation": [ { "id": "kivy.uix.behaviors.codenavigation.CodeNavigationBehavior._move_cursor_word_left", "name": "_move_cursor_word_left", "lineno": 29, "scope": "CodeNavigationBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.codenavigation.CodeNavigationBehavior._move_cursor_word_right", "name": "_move_cursor_word_right", "lineno": 105, "scope": "CodeNavigationBehavior", "is_async": false } ], "kivy.uix.behaviors.compoundselection": [ { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.__init__", "name": "__init__", "lineno": 279, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.__init__.ensure_single_select", "name": "ensure_single_select", "lineno": 283, "scope": "CompoundSelectionBehavior.__init__", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "name": "select_with_touch", "lineno": 295, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "name": "select_with_key_down", "lineno": 349, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_up", "name": "select_with_key_up", "lineno": 425, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._update_counts", "name": "_update_counts", "lineno": 448, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._resolve_last_node", "name": "_resolve_last_node", "lineno": 458, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "name": "_select_range", "lineno": 481, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "name": "clear_selection", "lineno": 527, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_selectable_nodes", "name": "get_selectable_nodes", "lineno": 537, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_index_of_node", "name": "get_index_of_node", "lineno": 572, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.goto_node", "name": "goto_node", "lineno": 578, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_node", "name": "select_node", "lineno": 636, "scope": "CompoundSelectionBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.deselect_node", "name": "deselect_node", "lineno": 668, "scope": "CompoundSelectionBehavior", "is_async": false } ], "kivy.uix.behaviors.cover": [ { "id": "kivy.uix.behaviors.cover.CoverBehavior.__init__", "name": "__init__", "lineno": 118, "scope": "CoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.cover.CoverBehavior._aspect_ratio_approximate", "name": "_aspect_ratio_approximate", "lineno": 126, "scope": "CoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.cover.CoverBehavior._scale_size", "name": "_scale_size", "lineno": 130, "scope": "CoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.cover.CoverBehavior.calculate_cover", "name": "calculate_cover", "lineno": 139, "scope": "CoverBehavior", "is_async": false } ], "kivy.uix.behaviors.drag": [ { "id": "kivy.uix.behaviors.drag.DragBehavior.__init__", "name": "__init__", "lineno": 138, "scope": "DragBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "name": "_get_uid", "lineno": 142, "scope": "DragBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.drag.DragBehavior.on_touch_down", "name": "on_touch_down", "lineno": 145, "scope": "DragBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.drag.DragBehavior.on_touch_move", "name": "on_touch_move", "lineno": 168, "scope": "DragBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.drag.DragBehavior.on_touch_up", "name": "on_touch_up", "lineno": 192, "scope": "DragBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.drag.DragBehavior._do_touch_up", "name": "_do_touch_up", "lineno": 208, "scope": "DragBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.drag.DragBehavior._change_touch_mode", "name": "_change_touch_mode", "lineno": 220, "scope": "DragBehavior", "is_async": false } ], "kivy.uix.behaviors.emacs": [ { "id": "kivy.uix.behaviors.emacs.EmacsBehavior.__init__", "name": "__init__", "lineno": 67, "scope": "EmacsBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.emacs.EmacsBehavior.keyboard_on_key_down", "name": "keyboard_on_key_down", "lineno": 90, "scope": "EmacsBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.emacs.EmacsBehavior.delete_word_right", "name": "delete_word_right", "lineno": 114, "scope": "EmacsBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.emacs.EmacsBehavior.delete_word_left", "name": "delete_word_left", "lineno": 128, "scope": "EmacsBehavior", "is_async": false } ], "kivy.uix.behaviors.focus": [ { "id": "kivy.uix.behaviors.focus.FocusBehavior._set_keyboard", "name": "_set_keyboard", "lineno": 128, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._get_keyboard", "name": "_get_keyboard", "lineno": 141, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._set_on_focus_next", "name": "_set_on_focus_next", "lineno": 258, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._set_on_focus_previous", "name": "_set_on_focus_previous", "lineno": 306, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.__init__", "name": "__init__", "lineno": 390, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._on_focusable", "name": "_on_focusable", "lineno": 403, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._on_focus", "name": "_on_focus", "lineno": 407, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._ensure_keyboard", "name": "_ensure_keyboard", "lineno": 414, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._bind_keyboard", "name": "_bind_keyboard", "lineno": 427, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._unbind_keyboard", "name": "_unbind_keyboard", "lineno": 444, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.keyboard_on_textinput", "name": "keyboard_on_textinput", "lineno": 458, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._keyboard_released", "name": "_keyboard_released", "lineno": 461, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.on_touch_down", "name": "on_touch_down", "lineno": 464, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._handle_post_on_touch_up", "name": "_handle_post_on_touch_up", "lineno": 475, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior._get_focus_next", "name": "_get_focus_next", "lineno": 490, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.get_focus_next", "name": "get_focus_next", "lineno": 519, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.get_focus_previous", "name": "get_focus_previous", "lineno": 526, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.keyboard_on_key_down", "name": "keyboard_on_key_down", "lineno": 533, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.keyboard_on_key_up", "name": "keyboard_on_key_up", "lineno": 564, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.show_keyboard", "name": "show_keyboard", "lineno": 583, "scope": "FocusBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.focus.FocusBehavior.hide_keyboard", "name": "hide_keyboard", "lineno": 590, "scope": "FocusBehavior", "is_async": false } ], "kivy.uix.behaviors.hover": [ { "id": "kivy.uix.behaviors.hover.HoverBehavior._get_hovered", "name": "_get_hovered", "lineno": 147, "scope": "HoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.hover.HoverBehavior.__init__", "name": "__init__", "lineno": 179, "scope": "HoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.hover.HoverBehavior.on_motion", "name": "on_motion", "lineno": 183, "scope": "HoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.hover.HoverBehavior.on_hover_event", "name": "on_hover_event", "lineno": 198, "scope": "HoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.hover.HoverBehavior.on_hover_enter", "name": "on_hover_enter", "lineno": 234, "scope": "HoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.hover.HoverBehavior.on_hover_update", "name": "on_hover_update", "lineno": 237, "scope": "HoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.hover.HoverBehavior.on_hover_leave", "name": "on_hover_leave", "lineno": 240, "scope": "HoverBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.hover.HoverCollideBehavior.on_motion", "name": "on_motion", "lineno": 257, "scope": "HoverCollideBehavior", "is_async": false } ], "kivy.uix.behaviors.knspace": [ { "id": "kivy.uix.behaviors.knspace.KNSpace.__init__", "name": "__init__", "lineno": 306, "scope": "KNSpace", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpace.__setattr__", "name": "__setattr__", "lineno": 312, "scope": "KNSpace", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpace.__getattribute__", "name": "__getattribute__", "lineno": 338, "scope": "KNSpace", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpace.property", "name": "property", "lineno": 362, "scope": "KNSpace", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpace.fork", "name": "fork", "lineno": 373, "scope": "KNSpace", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__init__", "name": "__init__", "lineno": 407, "scope": "KNSpaceBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__knspace_clear_callbacks", "name": "__knspace_clear_callbacks", "lineno": 411, "scope": "KNSpaceBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__set_parent_knspace", "name": "__set_parent_knspace", "lineno": 438, "scope": "KNSpaceBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior._get_knspace", "name": "_get_knspace", "lineno": 469, "scope": "KNSpaceBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior._set_knspace", "name": "_set_knspace", "lineno": 480, "scope": "KNSpaceBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior._get_knsname", "name": "_get_knsname", "lineno": 558, "scope": "KNSpaceBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior._set_knsname", "name": "_set_knsname", "lineno": 561, "scope": "KNSpaceBehavior", "is_async": false } ], "kivy.uix.behaviors.togglebutton": [ { "id": "kivy.uix.behaviors.togglebutton._GroupAccessor.__get__", "name": "__get__", "lineno": 215, "scope": "_GroupAccessor", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_by_instance", "name": "_get_by_instance", "lineno": 223, "scope": "_GroupAccessor", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_by_identifier", "name": "_get_by_identifier", "lineno": 228, "scope": "_GroupAccessor", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_widgets_from_group", "name": "_get_widgets_from_group", "lineno": 233, "scope": "_GroupAccessor", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._get_activated", "name": "_get_activated", "lineno": 394, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._set_activated", "name": "_set_activated", "lineno": 398, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior.__init__", "name": "__init__", "lineno": 507, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._do_press", "name": "_do_press", "lineno": 521, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._do_release", "name": "_do_release", "lineno": 526, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._change_activated_state", "name": "_change_activated_state", "lineno": 530, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_toggle_on", "name": "_handle_toggle_on", "lineno": 559, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._parse_group", "name": "_parse_group", "lineno": 577, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._parse_group_static", "name": "_parse_group_static", "lineno": 591, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._validate_group_name", "name": "_validate_group_name", "lineno": 618, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_group", "name": "_handle_group", "lineno": 632, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._deactivate_group_siblings", "name": "_deactivate_group_siblings", "lineno": 671, "scope": "ToggleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior.on_activated", "name": "on_activated", "lineno": 684, "scope": "ToggleButtonBehavior", "is_async": false } ], "kivy.uix.behaviors.touchripple": [ { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.__init__", "name": "__init__", "lineno": 136, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_show", "name": "ripple_show", "lineno": 148, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_fade", "name": "ripple_fade", "lineno": 189, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_fade", "name": "_ripple_fade", "lineno": 205, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_set_ellipse", "name": "_ripple_set_ellipse", "lineno": 208, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_set_color", "name": "_ripple_set_color", "lineno": 220, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_anim_complete", "name": "_ripple_anim_complete", "lineno": 225, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_reset_pane", "name": "_ripple_reset_pane", "lineno": 228, "scope": "TouchRippleBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.__init__", "name": "__init__", "lineno": 266, "scope": "TouchRippleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_touch_down", "name": "on_touch_down", "lineno": 271, "scope": "TouchRippleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_touch_move", "name": "on_touch_move", "lineno": 287, "scope": "TouchRippleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_touch_up", "name": "on_touch_up", "lineno": 294, "scope": "TouchRippleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_touch_up.defer_release", "name": "defer_release", "lineno": 307, "scope": "TouchRippleButtonBehavior.on_touch_up", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_press", "name": "on_press", "lineno": 312, "scope": "TouchRippleButtonBehavior", "is_async": false }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_release", "name": "on_release", "lineno": 315, "scope": "TouchRippleButtonBehavior", "is_async": false } ], "kivy.uix.behaviors": [], "kivy.uix.recycleview.datamodel": [ { "id": "kivy.uix.recycleview.datamodel.recondition_slice_assign", "name": "recondition_slice_assign", "lineno": 23, "scope": null, "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModelBehavior.attach_recycleview", "name": "attach_recycleview", "lineno": 81, "scope": "RecycleDataModelBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModelBehavior.detach_recycleview", "name": "detach_recycleview", "lineno": 90, "scope": "RecycleDataModelBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModelBehavior.on_data_changed", "name": "on_data_changed", "lineno": 100, "scope": "RecycleDataModelBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModel.__init__", "name": "__init__", "lineno": 134, "scope": "RecycleDataModel", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModel.__getitem__", "name": "__getitem__", "lineno": 138, "scope": "RecycleDataModel", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModel.observable_dict", "name": "observable_dict", "lineno": 142, "scope": "RecycleDataModel", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModel.attach_recycleview", "name": "attach_recycleview", "lineno": 148, "scope": "RecycleDataModel", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModel.detach_recycleview", "name": "detach_recycleview", "lineno": 153, "scope": "RecycleDataModel", "is_async": false }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModel._on_data_callback", "name": "_on_data_callback", "lineno": 159, "scope": "RecycleDataModel", "is_async": false } ], "kivy.uix.recycleview.layout": [ { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.__init__", "name": "__init__", "lineno": 65, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.compute_sizes_from_data", "name": "compute_sizes_from_data", "lineno": 69, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.get_selectable_nodes", "name": "get_selectable_nodes", "lineno": 83, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.get_index_of_node", "name": "get_index_of_node", "lineno": 87, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.goto_node", "name": "goto_node", "lineno": 91, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.select_node", "name": "select_node", "lineno": 98, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.deselect_node", "name": "deselect_node", "lineno": 104, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.apply_selection", "name": "apply_selection", "lineno": 110, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.refresh_view_layout", "name": "refresh_view_layout", "lineno": 144, "scope": "LayoutSelectionBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.attach_recycleview", "name": "attach_recycleview", "lineno": 168, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.detach_recycleview", "name": "detach_recycleview", "lineno": 180, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.compute_sizes_from_data", "name": "compute_sizes_from_data", "lineno": 192, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.compute_layout", "name": "compute_layout", "lineno": 195, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.compute_visible_views", "name": "compute_visible_views", "lineno": 198, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.set_visible_views", "name": "set_visible_views", "lineno": 203, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.refresh_view_layout", "name": "refresh_view_layout", "lineno": 208, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.get_view_index_at", "name": "get_view_index_at", "lineno": 215, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.remove_views", "name": "remove_views", "lineno": 222, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.remove_view", "name": "remove_view", "lineno": 229, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.clear_layout", "name": "clear_layout", "lineno": 236, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.goto_view", "name": "goto_view", "lineno": 243, "scope": "RecycleLayoutManagerBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.on_viewclass", "name": "on_viewclass", "lineno": 251, "scope": "RecycleLayoutManagerBehavior", "is_async": false } ], "kivy.uix.recycleview.views": [ { "id": "kivy.uix.recycleview.views._clean_cache", "name": "_clean_cache", "lineno": 43, "scope": null, "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataViewBehavior.refresh_view_attrs", "name": "refresh_view_attrs", "lineno": 60, "scope": "RecycleDataViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataViewBehavior.refresh_view_layout", "name": "refresh_view_layout", "lineno": 79, "scope": "RecycleDataViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataViewBehavior.apply_selection", "name": "apply_selection", "lineno": 110, "scope": "RecycleDataViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleKVIDsDataViewBehavior.refresh_view_attrs", "name": "refresh_view_attrs", "lineno": 138, "scope": "RecycleKVIDsDataViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.__init__", "name": "__init__", "lineno": 194, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.attach_recycleview", "name": "attach_recycleview", "lineno": 204, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.detach_recycleview", "name": "detach_recycleview", "lineno": 210, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.create_view", "name": "create_view", "lineno": 216, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.get_view", "name": "get_view", "lineno": 229, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.refresh_view_attrs", "name": "refresh_view_attrs", "lineno": 273, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.refresh_view_layout", "name": "refresh_view_layout", "lineno": 296, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.make_view_dirty", "name": "make_view_dirty", "lineno": 329, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.make_views_dirty", "name": "make_views_dirty", "lineno": 336, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.invalidate", "name": "invalidate", "lineno": 359, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.set_visible_views", "name": "set_visible_views", "lineno": 383, "scope": "RecycleDataAdapter", "is_async": false }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter.get_visible_view", "name": "get_visible_view", "lineno": 421, "scope": "RecycleDataAdapter", "is_async": false } ], "kivy.uix.recycleview": [ { "id": "kivy.uix.recycleview.RecycleViewBehavior.__init__", "name": "__init__", "lineno": 293, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior.get_viewport", "name": "get_viewport", "lineno": 298, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior.save_viewport", "name": "save_viewport", "lineno": 301, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior.restore_viewport", "name": "restore_viewport", "lineno": 304, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior.refresh_views", "name": "refresh_views", "lineno": 307, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior.refresh_from_data", "name": "refresh_from_data", "lineno": 354, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior.refresh_from_layout", "name": "refresh_from_layout", "lineno": 370, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior.refresh_from_viewport", "name": "refresh_from_viewport", "lineno": 379, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior._dispatch_prop_on_source", "name": "_dispatch_prop_on_source", "lineno": 387, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior._get_data_model", "name": "_get_data_model", "lineno": 392, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior._set_data_model", "name": "_set_data_model", "lineno": 395, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior._get_view_adapter", "name": "_get_view_adapter", "lineno": 424, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior._set_view_adapter", "name": "_set_view_adapter", "lineno": 427, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior._get_layout_manager", "name": "_get_layout_manager", "lineno": 457, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleViewBehavior._set_layout_manager", "name": "_set_layout_manager", "lineno": 460, "scope": "RecycleViewBehavior", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView.__init__", "name": "__init__", "lineno": 499, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView._convert_sv_to_lm", "name": "_convert_sv_to_lm", "lineno": 512, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView.get_viewport", "name": "get_viewport", "lineno": 530, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView.save_viewport", "name": "save_viewport", "lineno": 554, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView.restore_viewport", "name": "restore_viewport", "lineno": 557, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView.add_widget", "name": "add_widget", "lineno": 560, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView.remove_widget", "name": "remove_widget", "lineno": 566, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView._get_data", "name": "_get_data", "lineno": 572, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView._set_data", "name": "_set_data", "lineno": 576, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView._get_viewclass", "name": "_get_viewclass", "lineno": 591, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView._set_viewclass", "name": "_set_viewclass", "lineno": 595, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView._get_key_viewclass", "name": "_get_key_viewclass", "lineno": 609, "scope": "RecycleView", "is_async": false }, { "id": "kivy.uix.recycleview.RecycleView._set_key_viewclass", "name": "_set_key_viewclass", "lineno": 613, "scope": "RecycleView", "is_async": false } ], "tools.add-ios-frameworks": [ { "id": "tools.add-ios-frameworks.add_ios_frameworks_to_wheels", "name": "add_ios_frameworks_to_wheels", "lineno": 14, "scope": null, "is_async": false } ] }, "class_graph": { "setup": [ { "id": "setup.KivyBuildExt", "name": "KivyBuildExt", "lineno": 366, "bases": [ "build_ext", "object" ], "scope": null }, { "id": "setup.CythonExtension", "name": "CythonExtension", "lineno": 749, "bases": [ "Extension" ], "scope": null } ], ".ci.thorvg_wrapper_bootstrap": [], ".ci.thorvg_wrapper_build": [], ".ci.thorvg_wrapper_conftest": [], "doc.autobuild": [], "doc": [], "doc.sources.conf": [], "doc.sources.sphinxext.autodoc": [ { "id": "doc.sources.sphinxext.autodoc.KivyClassDocumenter", "name": "KivyClassDocumenter", "lineno": 7, "bases": [ "ClassDocumenter" ], "scope": null } ], "doc.sources.sphinxext.kivy_pygments_theme": [ { "id": "doc.sources.sphinxext.kivy_pygments_theme.KivyStyle", "name": "KivyStyle", "lineno": 7, "bases": [ "Style" ], "scope": null } ], "doc.sources.sphinxext.preprocess": [ { "id": "doc.sources.sphinxext.preprocess.CythonMethodDocumenter", "name": "CythonMethodDocumenter", "lineno": 12, "bases": [ "MethodDocumenter" ], "scope": null } ], "doc.sources.sphinxext": [], "examples.3Drendering.main": [ { "id": "examples.3Drendering.main.Renderer", "name": "Renderer", "lineno": 27, "bases": [ "Widget" ], "scope": null }, { "id": "examples.3Drendering.main.RendererApp", "name": "RendererApp", "lineno": 71, "bases": [ "App" ], "scope": null } ], "examples.3Drendering.objloader": [ { "id": "examples.3Drendering.objloader.MeshData", "name": "MeshData", "lineno": 1, "bases": [ "object" ], "scope": null }, { "id": "examples.3Drendering.objloader.ObjFile", "name": "ObjFile", "lineno": 39, "bases": [], "scope": null } ], "examples.android.compass.main": [ { "id": "examples.android.compass.main.CompassApp", "name": "CompassApp", "lineno": 36, "bases": [ "App" ], "scope": null } ], "examples.android.takepicture.main": [ { "id": "examples.android.takepicture.main.Picture", "name": "Picture", "lineno": 40, "bases": [ "Scatter" ], "scope": null }, { "id": "examples.android.takepicture.main.TakePictureApp", "name": "TakePictureApp", "lineno": 44, "bases": [ "App" ], "scope": null } ], "examples.animation.animate": [ { "id": "examples.animation.animate.TestApp", "name": "TestApp", "lineno": 18, "bases": [ "App" ], "scope": null } ], "examples.application.app_suite": [ { "id": "examples.application.app_suite.TestBuildApp", "name": "TestBuildApp", "lineno": 33, "bases": [ "App" ], "scope": null }, { "id": "examples.application.app_suite.TestKVFileApp", "name": "TestKVFileApp", "lineno": 44, "bases": [ "App" ], "scope": null }, { "id": "examples.application.app_suite.TestKVDirApp", "name": "TestKVDirApp", "lineno": 54, "bases": [ "App" ], "scope": null }, { "id": "examples.application.app_suite.TestKVStringApp", "name": "TestKVStringApp", "lineno": 64, "bases": [ "App" ], "scope": null }, { "id": "examples.application.app_suite.TestPrebuiltApp", "name": "TestPrebuiltApp", "lineno": 78, "bases": [ "App" ], "scope": null }, { "id": "examples.application.app_suite.TestPrebuiltApp.Prebuilt", "name": "Prebuilt", "lineno": 86, "bases": [ "FloatLayout" ], "scope": "TestPrebuiltApp" } ], "examples.application.app_with_build": [ { "id": "examples.application.app_with_build.TestApp", "name": "TestApp", "lineno": 16, "bases": [ "App" ], "scope": null } ], "examples.application.app_with_config": [ { "id": "examples.application.app_with_config.ConfigApp", "name": "ConfigApp", "lineno": 25, "bases": [ "App" ], "scope": null } ], "examples.application.app_with_kv": [ { "id": "examples.application.app_with_kv.TestApp", "name": "TestApp", "lineno": 20, "bases": [ "App" ], "scope": null } ], "examples.application.app_with_kv_in_template1": [ { "id": "examples.application.app_with_kv_in_template1.TestApp", "name": "TestApp", "lineno": 22, "bases": [ "App" ], "scope": null } ], "examples.async.asyncio_advanced": [ { "id": "examples.async.asyncio_advanced.AsyncApp", "name": "AsyncApp", "lineno": 40, "bases": [ "App" ], "scope": null } ], "examples.async.asyncio_basic": [], "examples.async.trio_advanced": [ { "id": "examples.async.trio_advanced.AsyncApp", "name": "AsyncApp", "lineno": 39, "bases": [ "App" ], "scope": null } ], "examples.async.trio_basic": [], "examples.audio.main": [ { "id": "examples.audio.main.AudioButton", "name": "AudioButton", "lineno": 26, "bases": [ "Button" ], "scope": null }, { "id": "examples.audio.main.AudioBackground", "name": "AudioBackground", "lineno": 53, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.audio.main.AudioApp", "name": "AudioApp", "lineno": 57, "bases": [ "App" ], "scope": null } ], "examples.audio.pitch": [ { "id": "examples.audio.pitch.Test", "name": "Test", "lineno": 22, "bases": [ "App" ], "scope": null } ], "examples.camera.main": [ { "id": "examples.camera.main.CameraClick", "name": "CameraClick", "lineno": 41, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.camera.main.TestCamera", "name": "TestCamera", "lineno": 53, "bases": [ "App" ], "scope": null } ], "examples.canvas.antialiasing": [ { "id": "examples.canvas.antialiasing.AntialiasDemoApp", "name": "AntialiasDemoApp", "lineno": 77, "bases": [ "App" ], "scope": null } ], "examples.canvas.bezier": [ { "id": "examples.canvas.bezier.BezierTest", "name": "BezierTest", "lineno": 18, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.canvas.bezier.Main", "name": "Main", "lineno": 90, "bases": [ "App" ], "scope": null } ], "examples.canvas.canvas_stress": [ { "id": "examples.canvas.canvas_stress.StressCanvasApp", "name": "StressCanvasApp", "lineno": 22, "bases": [ "App" ], "scope": null } ], "examples.canvas.circle": [ { "id": "examples.canvas.circle.CircleApp", "name": "CircleApp", "lineno": 79, "bases": [ "App" ], "scope": null } ], "examples.canvas.fbo_canvas": [ { "id": "examples.canvas.fbo_canvas.FboFloatLayout", "name": "FboFloatLayout", "lineno": 23, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.canvas.fbo_canvas.ScreenLayerApp", "name": "ScreenLayerApp", "lineno": 73, "bases": [ "App" ], "scope": null } ], "examples.canvas.lines": [ { "id": "examples.canvas.lines.LinePlayground", "name": "LinePlayground", "lineno": 227, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.canvas.lines.TestLineApp", "name": "TestLineApp", "lineno": 290, "bases": [ "App" ], "scope": null } ], "examples.canvas.lines_extended": [ { "id": "examples.canvas.lines_extended.LineEllipse1", "name": "LineEllipse1", "lineno": 131, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineEllipse2", "name": "LineEllipse2", "lineno": 135, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineEllipse3", "name": "LineEllipse3", "lineno": 139, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineCircle1", "name": "LineCircle1", "lineno": 143, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineCircle2", "name": "LineCircle2", "lineno": 147, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineCircle3", "name": "LineCircle3", "lineno": 151, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineCircle4", "name": "LineCircle4", "lineno": 155, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineRectangle", "name": "LineRectangle", "lineno": 159, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineBezier", "name": "LineBezier", "lineno": 163, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.lines_extended.LineExtendedApp", "name": "LineExtendedApp", "lineno": 167, "bases": [ "App" ], "scope": null } ], "examples.canvas.mesh": [ { "id": "examples.canvas.mesh.MeshTestApp", "name": "MeshTestApp", "lineno": 19, "bases": [ "App" ], "scope": null } ], "examples.canvas.mesh_manipulation": [ { "id": "examples.canvas.mesh_manipulation.MeshBallApp", "name": "MeshBallApp", "lineno": 67, "bases": [ "App" ], "scope": null } ], "examples.canvas.multitexture": [ { "id": "examples.canvas.multitexture.MultitextureWidget", "name": "MultitextureWidget", "lineno": 61, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.multitexture.MultitextureLayout", "name": "MultitextureLayout", "lineno": 96, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.canvas.multitexture.MultitextureApp", "name": "MultitextureApp", "lineno": 103, "bases": [ "App" ], "scope": null } ], "examples.canvas.repeat_texture": [ { "id": "examples.canvas.repeat_texture.LabelOnBackground", "name": "LabelOnBackground", "lineno": 50, "bases": [ "Label" ], "scope": null }, { "id": "examples.canvas.repeat_texture.RepeatTexture", "name": "RepeatTexture", "lineno": 54, "bases": [ "App" ], "scope": null } ], "examples.canvas.rotation": [ { "id": "examples.canvas.rotation.RotationApp", "name": "RotationApp", "lineno": 30, "bases": [ "App" ], "scope": null } ], "examples.canvas.rounded_rectangle": [ { "id": "examples.canvas.rounded_rectangle.RoundedRectangleWidget", "name": "RoundedRectangleWidget", "lineno": 14, "bases": [ "Widget" ], "scope": null }, { "id": "examples.canvas.rounded_rectangle.DrawRoundedRectanglesApp", "name": "DrawRoundedRectanglesApp", "lineno": 110, "bases": [ "App" ], "scope": null } ], "examples.canvas.scale": [ { "id": "examples.canvas.scale.ScalingApp", "name": "ScalingApp", "lineno": 32, "bases": [ "App" ], "scope": null } ], "examples.canvas.stencil_canvas": [ { "id": "examples.canvas.stencil_canvas.StencilTestWidget", "name": "StencilTestWidget", "lineno": 25, "bases": [ "StencilView" ], "scope": null }, { "id": "examples.canvas.stencil_canvas.StencilCanvasApp", "name": "StencilCanvasApp", "lineno": 37, "bases": [ "App" ], "scope": null } ], "examples.canvas.tesselate": [ { "id": "examples.canvas.tesselate.ShapeBuilder", "name": "ShapeBuilder", "lineno": 54, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.canvas.tesselate.TessApp", "name": "TessApp", "lineno": 141, "bases": [ "App" ], "scope": null } ], "examples.canvas.texture": [ { "id": "examples.canvas.texture.TextureAccessibleWidget", "name": "TextureAccessibleWidget", "lineno": 25, "bases": [ "Widget" ], "scope": null } ], "examples.container.main": [ { "id": "examples.container.main.RootWidget", "name": "RootWidget", "lineno": 19, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.container.main.EzsApp", "name": "EzsApp", "lineno": 27, "bases": [ "App" ], "scope": null } ], "examples.cover.cover_image": [ { "id": "examples.cover.cover_image.CoverImage", "name": "CoverImage", "lineno": 7, "bases": [ "CoverBehavior", "Image" ], "scope": null }, { "id": "examples.cover.cover_image.MainApp", "name": "MainApp", "lineno": 18, "bases": [ "App" ], "scope": null } ], "examples.cover.cover_video": [ { "id": "examples.cover.cover_video.CoverVideo", "name": "CoverVideo", "lineno": 7, "bases": [ "CoverBehavior", "Video" ], "scope": null }, { "id": "examples.cover.cover_video.MainApp", "name": "MainApp", "lineno": 24, "bases": [ "App" ], "scope": null } ], "examples.demo.camera_puzzle": [ { "id": "examples.demo.camera_puzzle.Puzzle", "name": "Puzzle", "lineno": 25, "bases": [ "Camera" ], "scope": null }, { "id": "examples.demo.camera_puzzle.PuzzleApp", "name": "PuzzleApp", "lineno": 81, "bases": [ "App" ], "scope": null } ], "examples.demo.kivycatalog.main": [ { "id": "examples.demo.kivycatalog.main.Container", "name": "Container", "lineno": 47, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.demo.kivycatalog.main.KivyRenderTextInput", "name": "KivyRenderTextInput", "lineno": 77, "bases": [ "CodeInput" ], "scope": null }, { "id": "examples.demo.kivycatalog.main.Catalog", "name": "Catalog", "lineno": 95, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.demo.kivycatalog.main.KivyCatalogApp", "name": "KivyCatalogApp", "lineno": 180, "bases": [ "App" ], "scope": null } ], "examples.demo.multistroke.gesturedatabase": [ { "id": "examples.demo.multistroke.gesturedatabase.GestureExportPopup", "name": "GestureExportPopup", "lineno": 20, "bases": [ "Popup" ], "scope": null }, { "id": "examples.demo.multistroke.gesturedatabase.GestureImportPopup", "name": "GestureImportPopup", "lineno": 24, "bases": [ "Popup" ], "scope": null }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem", "name": "GestureDatabaseItem", "lineno": 28, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.demo.multistroke.gesturedatabase.GestureDatabase", "name": "GestureDatabase", "lineno": 80, "bases": [ "GridLayout" ], "scope": null } ], "examples.demo.multistroke.helpers": [ { "id": "examples.demo.multistroke.helpers.InformationPopup", "name": "InformationPopup", "lineno": 21, "bases": [ "Popup" ], "scope": null } ], "examples.demo.multistroke.historymanager": [ { "id": "examples.demo.multistroke.historymanager.GestureHistoryManager", "name": "GestureHistoryManager", "lineno": 24, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.demo.multistroke.historymanager.RecognizerResultLabel", "name": "RecognizerResultLabel", "lineno": 141, "bases": [ "Label" ], "scope": null }, { "id": "examples.demo.multistroke.historymanager.RecognizerResultDetails", "name": "RecognizerResultDetails", "lineno": 147, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.demo.multistroke.historymanager.AddGestureSettings", "name": "AddGestureSettings", "lineno": 160, "bases": [ "MultistrokeSettingsContainer" ], "scope": null }, { "id": "examples.demo.multistroke.historymanager.GestureSettingsForm", "name": "GestureSettingsForm", "lineno": 164, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.demo.multistroke.historymanager.GestureVisualizer", "name": "GestureVisualizer", "lineno": 211, "bases": [ "Widget" ], "scope": null } ], "examples.demo.multistroke.main": [ { "id": "examples.demo.multistroke.main.MainMenu", "name": "MainMenu", "lineno": 36, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.demo.multistroke.main.MultistrokeAppSettings", "name": "MultistrokeAppSettings", "lineno": 40, "bases": [ "MultistrokeSettingsContainer" ], "scope": null }, { "id": "examples.demo.multistroke.main.MultistrokeApp", "name": "MultistrokeApp", "lineno": 44, "bases": [ "App" ], "scope": null } ], "examples.demo.multistroke.settings": [ { "id": "examples.demo.multistroke.settings.MultistrokeSettingsContainer", "name": "MultistrokeSettingsContainer", "lineno": 16, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingItem", "name": "MultistrokeSettingItem", "lineno": 20, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingTitle", "name": "MultistrokeSettingTitle", "lineno": 25, "bases": [ "Label" ], "scope": null }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingBoolean", "name": "MultistrokeSettingBoolean", "lineno": 30, "bases": [ "MultistrokeSettingItem" ], "scope": null }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingString", "name": "MultistrokeSettingString", "lineno": 35, "bases": [ "MultistrokeSettingItem" ], "scope": null }, { "id": "examples.demo.multistroke.settings.EditSettingPopup", "name": "EditSettingPopup", "lineno": 39, "bases": [ "Popup" ], "scope": null }, { "id": "examples.demo.multistroke.settings.MultistrokeSettingSlider", "name": "MultistrokeSettingSlider", "lineno": 48, "bases": [ "MultistrokeSettingItem" ], "scope": null } ], "examples.demo.pictures.main": [ { "id": "examples.demo.pictures.main.Picture", "name": "Picture", "lineno": 38, "bases": [ "Scatter" ], "scope": null }, { "id": "examples.demo.pictures.main.PicturesApp", "name": "PicturesApp", "lineno": 50, "bases": [ "App" ], "scope": null } ], "examples.demo.shadereditor.main": [ { "id": "examples.demo.shadereditor.main.ShaderViewer", "name": "ShaderViewer", "lineno": 66, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.demo.shadereditor.main.ShaderEditor", "name": "ShaderEditor", "lineno": 92, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.demo.shadereditor.main.ShaderEditorApp", "name": "ShaderEditorApp", "lineno": 132, "bases": [ "App" ], "scope": null } ], "examples.demo.showcase.main": [ { "id": "examples.demo.showcase.main.ShowcaseScreen", "name": "ShowcaseScreen", "lineno": 43, "bases": [ "Screen" ], "scope": null }, { "id": "examples.demo.showcase.main.ShowcaseApp", "name": "ShowcaseApp", "lineno": 52, "bases": [ "App" ], "scope": null } ], "examples.demo.touchtracer.main": [ { "id": "examples.demo.touchtracer.main.Touchtracer", "name": "Touchtracer", "lineno": 56, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.demo.touchtracer.main.TouchtracerApp", "name": "TouchtracerApp", "lineno": 158, "bases": [ "App" ], "scope": null } ], "examples.desktop_path_id.demo_app": [ { "id": "examples.desktop_path_id.demo_app.DesktopPathIdDemoApp", "name": "DesktopPathIdDemoApp", "lineno": 48, "bases": [ "App" ], "scope": null } ], "examples.frameworks.twisted.echo_client_app": [ { "id": "examples.frameworks.twisted.echo_client_app.EchoClient", "name": "EchoClient", "lineno": 12, "bases": [ "protocol.Protocol" ], "scope": null }, { "id": "examples.frameworks.twisted.echo_client_app.EchoClientFactory", "name": "EchoClientFactory", "lineno": 20, "bases": [ "protocol.ClientFactory" ], "scope": null }, { "id": "examples.frameworks.twisted.echo_client_app.TwistedClientApp", "name": "TwistedClientApp", "lineno": 45, "bases": [ "App" ], "scope": null } ], "examples.frameworks.twisted.echo_server_app": [ { "id": "examples.frameworks.twisted.echo_server_app.EchoServer", "name": "EchoServer", "lineno": 10, "bases": [ "protocol.Protocol" ], "scope": null }, { "id": "examples.frameworks.twisted.echo_server_app.EchoServerFactory", "name": "EchoServerFactory", "lineno": 17, "bases": [ "protocol.Factory" ], "scope": null }, { "id": "examples.frameworks.twisted.echo_server_app.TwistedServerApp", "name": "TwistedServerApp", "lineno": 28, "bases": [ "App" ], "scope": null } ], "examples.frameworks.twisted.twistd_app": [ { "id": "examples.frameworks.twisted.twistd_app.AndroidApplicationRunner", "name": "AndroidApplicationRunner", "lineno": 18, "bases": [ "UnixApplicationRunner" ], "scope": null }, { "id": "examples.frameworks.twisted.twistd_app.TwistedTwistd", "name": "TwistedTwistd", "lineno": 41, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.frameworks.twisted.twistd_app.TwistedTwistdApp", "name": "TwistedTwistdApp", "lineno": 59, "bases": [ "App" ], "scope": null } ], "examples.gestures.gesture_board": [ { "id": "examples.gestures.gesture_board.GestureBoard", "name": "GestureBoard", "lineno": 21, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.gestures.gesture_board.DemoGesture", "name": "DemoGesture", "lineno": 89, "bases": [ "App" ], "scope": null } ], "examples.gestures.my_gestures": [], "examples.guide.designwithkv.main": [ { "id": "examples.guide.designwithkv.main.Controller", "name": "Controller", "lineno": 9, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.guide.designwithkv.main.ControllerApp", "name": "ControllerApp", "lineno": 22, "bases": [ "App" ], "scope": null } ], "examples.guide.firstwidget.1_skeleton": [ { "id": "examples.guide.firstwidget.1_skeleton.MyPaintWidget", "name": "MyPaintWidget", "lineno": 5, "bases": [ "Widget" ], "scope": null }, { "id": "examples.guide.firstwidget.1_skeleton.MyPaintApp", "name": "MyPaintApp", "lineno": 9, "bases": [ "App" ], "scope": null } ], "examples.guide.firstwidget.2_print_touch": [ { "id": "examples.guide.firstwidget.2_print_touch.MyPaintWidget", "name": "MyPaintWidget", "lineno": 5, "bases": [ "Widget" ], "scope": null }, { "id": "examples.guide.firstwidget.2_print_touch.MyPaintApp", "name": "MyPaintApp", "lineno": 10, "bases": [ "App" ], "scope": null } ], "examples.guide.firstwidget.3_draw_ellipse": [ { "id": "examples.guide.firstwidget.3_draw_ellipse.MyPaintWidget", "name": "MyPaintWidget", "lineno": 6, "bases": [ "Widget" ], "scope": null }, { "id": "examples.guide.firstwidget.3_draw_ellipse.MyPaintApp", "name": "MyPaintApp", "lineno": 15, "bases": [ "App" ], "scope": null } ], "examples.guide.firstwidget.4_draw_line": [ { "id": "examples.guide.firstwidget.4_draw_line.MyPaintWidget", "name": "MyPaintWidget", "lineno": 6, "bases": [ "Widget" ], "scope": null }, { "id": "examples.guide.firstwidget.4_draw_line.MyPaintApp", "name": "MyPaintApp", "lineno": 19, "bases": [ "App" ], "scope": null } ], "examples.guide.firstwidget.5_random_colors": [ { "id": "examples.guide.firstwidget.5_random_colors.MyPaintWidget", "name": "MyPaintWidget", "lineno": 7, "bases": [ "Widget" ], "scope": null }, { "id": "examples.guide.firstwidget.5_random_colors.MyPaintApp", "name": "MyPaintApp", "lineno": 21, "bases": [ "App" ], "scope": null } ], "examples.guide.firstwidget.6_button": [ { "id": "examples.guide.firstwidget.6_button.MyPaintWidget", "name": "MyPaintWidget", "lineno": 8, "bases": [ "Widget" ], "scope": null }, { "id": "examples.guide.firstwidget.6_button.MyPaintApp", "name": "MyPaintApp", "lineno": 22, "bases": [ "App" ], "scope": null } ], "examples.guide.quickstart.main": [ { "id": "examples.guide.quickstart.main.MyApp", "name": "MyApp", "lineno": 8, "bases": [ "App" ], "scope": null } ], "examples.includes.main": [ { "id": "examples.includes.main.SpecialButton", "name": "SpecialButton", "lineno": 6, "bases": [ "Button" ], "scope": null }, { "id": "examples.includes.main.CustomLayout", "name": "CustomLayout", "lineno": 10, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.includes.main.TestApp", "name": "TestApp", "lineno": 14, "bases": [ "App" ], "scope": null } ], "examples.keyboard.main": [ { "id": "examples.keyboard.main.ModeScreen", "name": "ModeScreen", "lineno": 109, "bases": [ "Screen" ], "scope": null }, { "id": "examples.keyboard.main.KeyboardScreen", "name": "KeyboardScreen", "lineno": 153, "bases": [ "Screen" ], "scope": null }, { "id": "examples.keyboard.main.KeyboardDemo", "name": "KeyboardDemo", "lineno": 214, "bases": [ "App" ], "scope": null } ], "examples.kinect.kinectviewer": [ { "id": "examples.kinect.kinectviewer.KinectDepth", "name": "KinectDepth", "lineno": 146, "bases": [ "Thread" ], "scope": null }, { "id": "examples.kinect.kinectviewer.KinectViewer", "name": "KinectViewer", "lineno": 168, "bases": [ "Widget" ], "scope": null }, { "id": "examples.kinect.kinectviewer.KinectViewerApp", "name": "KinectViewerApp", "lineno": 227, "bases": [ "App" ], "scope": null } ], "examples.kv.kvrun": [ { "id": "examples.kv.kvrun.KvApp", "name": "KvApp", "lineno": 7, "bases": [ "App" ], "scope": null } ], "examples.kv.ids.id_in_kv.id_in_kv": [ { "id": "examples.kv.ids.id_in_kv.id_in_kv.TestApp", "name": "TestApp", "lineno": 15, "bases": [ "App" ], "scope": null } ], "examples.kv.ids.kv_and_py.kv_and_py": [ { "id": "examples.kv.ids.kv_and_py.kv_and_py.RootWidget", "name": "RootWidget", "lineno": 15, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.kv.ids.kv_and_py.kv_and_py.TestApp", "name": "TestApp", "lineno": 29, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.clipboard": [ { "id": "examples.miscellaneous.clipboard.Clip", "name": "Clip", "lineno": 43, "bases": [ "BoxLayout" ], "scope": null } ], "examples.miscellaneous.custom_titlebar": [ { "id": "examples.miscellaneous.custom_titlebar.TitleBar", "name": "TitleBar", "lineno": 35, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.miscellaneous.custom_titlebar.CustomTitleBar", "name": "CustomTitleBar", "lineno": 39, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.imagesave": [], "examples.miscellaneous.joystick": [ { "id": "examples.miscellaneous.joystick.Listener", "name": "Listener", "lineno": 11, "bases": [ "Widget" ], "scope": null }, { "id": "examples.miscellaneous.joystick.JoystickApp", "name": "JoystickApp", "lineno": 77, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.multiple_dropfile": [ { "id": "examples.miscellaneous.multiple_dropfile.DropFile", "name": "DropFile", "lineno": 7, "bases": [ "Button" ], "scope": null }, { "id": "examples.miscellaneous.multiple_dropfile.DropApp", "name": "DropApp", "lineno": 25, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.on_textedit_event": [ { "id": "examples.miscellaneous.on_textedit_event.TextInputIME", "name": "TextInputIME", "lineno": 15, "bases": [ "TextInput" ], "scope": null }, { "id": "examples.miscellaneous.on_textedit_event.MainWidget", "name": "MainWidget", "lineno": 26, "bases": [ "Widget" ], "scope": null }, { "id": "examples.miscellaneous.on_textedit_event.TextEditTestApp", "name": "TextEditTestApp", "lineno": 43, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.opacitywindow": [ { "id": "examples.miscellaneous.opacitywindow.WindowOpacityApp", "name": "WindowOpacityApp", "lineno": 21, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.screen_recording": [ { "id": "examples.miscellaneous.screen_recording.Ball", "name": "Ball", "lineno": 121, "bases": [], "scope": null }, { "id": "examples.miscellaneous.screen_recording.BouncingBallsApp", "name": "BouncingBallsApp", "lineno": 145, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.shapecollisions": [ { "id": "examples.miscellaneous.shapecollisions.BaseShape", "name": "BaseShape", "lineno": 54, "bases": [ "Widget" ], "scope": null }, { "id": "examples.miscellaneous.shapecollisions.RegularShape", "name": "RegularShape", "lineno": 195, "bases": [ "BaseShape" ], "scope": null }, { "id": "examples.miscellaneous.shapecollisions.MeshShape", "name": "MeshShape", "lineno": 236, "bases": [ "BaseShape" ], "scope": null }, { "id": "examples.miscellaneous.shapecollisions.Collisions", "name": "Collisions", "lineno": 321, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.shapedwindow": [ { "id": "examples.miscellaneous.shapedwindow.ShapedWindowApp", "name": "ShapedWindowApp", "lineno": 35, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.system_theme_monitor": [ { "id": "examples.miscellaneous.system_theme_monitor.ThemedLabel", "name": "ThemedLabel", "lineno": 10, "bases": [ "Label" ], "scope": null }, { "id": "examples.miscellaneous.system_theme_monitor.ThemeMonitorApp", "name": "ThemeMonitorApp", "lineno": 47, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.two_panes": [ { "id": "examples.miscellaneous.two_panes.MainWidget", "name": "MainWidget", "lineno": 38, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.miscellaneous.two_panes.ExampleApp", "name": "ExampleApp", "lineno": 42, "bases": [ "App" ], "scope": null } ], "examples.miscellaneous.urlrequest": [ { "id": "examples.miscellaneous.urlrequest.UrlExample", "name": "UrlExample", "lineno": 75, "bases": [ "App" ], "scope": null } ], "examples.RST_Editor.main": [ { "id": "examples.RST_Editor.main.LoadDialog", "name": "LoadDialog", "lineno": 10, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.RST_Editor.main.SaveDialog", "name": "SaveDialog", "lineno": 15, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.RST_Editor.main.Root", "name": "Root", "lineno": 21, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.RST_Editor.main.Editor", "name": "Editor", "lineno": 54, "bases": [ "App" ], "scope": null } ], "examples.settings.main": [ { "id": "examples.settings.main.MyApp", "name": "MyApp", "lineno": 51, "bases": [ "App" ], "scope": null }, { "id": "examples.settings.main.MySettingsWithTabbedPanel", "name": "MySettingsWithTabbedPanel", "lineno": 104, "bases": [ "SettingsWithTabbedPanel" ], "scope": null } ], "examples.shader.plasma": [ { "id": "examples.shader.plasma.ShaderWidget", "name": "ShaderWidget", "lineno": 44, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.shader.plasma.PlasmaApp", "name": "PlasmaApp", "lineno": 80, "bases": [ "App" ], "scope": null } ], "examples.shader.rotated": [ { "id": "examples.shader.rotated.ShaderWidget", "name": "ShaderWidget", "lineno": 61, "bases": [ "Widget" ], "scope": null }, { "id": "examples.shader.rotated.RotatedApp", "name": "RotatedApp", "lineno": 93, "bases": [ "App" ], "scope": null } ], "examples.shader.shadertree": [ { "id": "examples.shader.shadertree.ShaderWidget", "name": "ShaderWidget", "lineno": 93, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.shader.shadertree.RootWidget", "name": "RootWidget", "lineno": 166, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.shader.shadertree.ShaderTreeApp", "name": "ShaderTreeApp", "lineno": 187, "bases": [ "App" ], "scope": null } ], "examples.svg.icon_toggle_button": [ { "id": "examples.svg.icon_toggle_button.StarIconToggleButton", "name": "StarIconToggleButton", "lineno": 61, "bases": [ "ToggleButtonBehavior", "SvgWidget" ], "scope": null }, { "id": "examples.svg.icon_toggle_button.StarColumn", "name": "StarColumn", "lineno": 65, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.svg.icon_toggle_button.IconButtonApp", "name": "IconButtonApp", "lineno": 69, "bases": [ "App" ], "scope": null } ], "examples.svg.svg_download": [ { "id": "examples.svg.svg_download.DownloadTestRoot", "name": "DownloadTestRoot", "lineno": 188, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.svg.svg_download.DownloadTestApp", "name": "DownloadTestApp", "lineno": 208, "bases": [ "App" ], "scope": null } ], "examples.svg.svg_layers": [ { "id": "examples.svg.svg_layers.ControlsRow", "name": "ControlsRow", "lineno": 152, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.svg.svg_layers.CheckeredBackground", "name": "CheckeredBackground", "lineno": 168, "bases": [ "Widget" ], "scope": null }, { "id": "examples.svg.svg_layers.SvgLayersApp", "name": "SvgLayersApp", "lineno": 194, "bases": [ "App" ], "scope": null } ], "examples.svg.svg_nav_demo": [ { "id": "examples.svg.svg_nav_demo.NavScreen", "name": "NavScreen", "lineno": 137, "bases": [ "Screen" ], "scope": null }, { "id": "examples.svg.svg_nav_demo.SvgButton", "name": "SvgButton", "lineno": 143, "bases": [ "ButtonBehavior", "Label" ], "scope": null }, { "id": "examples.svg.svg_nav_demo.NavIcon", "name": "NavIcon", "lineno": 152, "bases": [ "ButtonBehavior", "Image" ], "scope": null }, { "id": "examples.svg.svg_nav_demo.SvgNavApp", "name": "SvgNavApp", "lineno": 157, "bases": [ "App" ], "scope": null } ], "examples.svg.svg_scale": [ { "id": "examples.svg.svg_scale.ScaleTestRoot", "name": "ScaleTestRoot", "lineno": 123, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.svg.svg_scale.ScaleTestApp", "name": "ScaleTestApp", "lineno": 141, "bases": [ "App" ], "scope": null } ], "examples.system_tray.system_tray_showcase": [ { "id": "examples.system_tray.system_tray_showcase.TrayManagerApp", "name": "TrayManagerApp", "lineno": 97, "bases": [ "App" ], "scope": null }, { "id": "examples.system_tray.system_tray_showcase.MainUI", "name": "MainUI", "lineno": 110, "bases": [ "BoxLayout" ], "scope": null } ], "examples.text.pango_demo": [ { "id": "examples.text.pango_demo.DemoBox", "name": "DemoBox", "lineno": 8, "bases": [ "F.ButtonBehavior", "F.BoxLayout" ], "scope": null } ], "examples.tutorials.notes.final.main": [ { "id": "examples.tutorials.notes.final.main.MutableTextInput", "name": "MutableTextInput", "lineno": 22, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.tutorials.notes.final.main.NoteView", "name": "NoteView", "lineno": 58, "bases": [ "Screen" ], "scope": null }, { "id": "examples.tutorials.notes.final.main.NoteListItem", "name": "NoteListItem", "lineno": 65, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.tutorials.notes.final.main.Notes", "name": "Notes", "lineno": 71, "bases": [ "Screen" ], "scope": null }, { "id": "examples.tutorials.notes.final.main.NoteApp", "name": "NoteApp", "lineno": 85, "bases": [ "App" ], "scope": null } ], "examples.tutorials.pong.main": [ { "id": "examples.tutorials.pong.main.PongPaddle", "name": "PongPaddle", "lineno": 13, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.main.PongBall", "name": "PongBall", "lineno": 29, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.main.PongGame", "name": "PongGame", "lineno": 38, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.main.PongApp", "name": "PongApp", "lineno": 73, "bases": [ "App" ], "scope": null } ], "examples.tutorials.pong.steps.step1.main": [ { "id": "examples.tutorials.pong.steps.step1.main.PongGame", "name": "PongGame", "lineno": 5, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step1.main.PongApp", "name": "PongApp", "lineno": 9, "bases": [ "App" ], "scope": null } ], "examples.tutorials.pong.steps.step2.main": [ { "id": "examples.tutorials.pong.steps.step2.main.PongGame", "name": "PongGame", "lineno": 5, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step2.main.PongApp", "name": "PongApp", "lineno": 9, "bases": [ "App" ], "scope": null } ], "examples.tutorials.pong.steps.step3.main": [ { "id": "examples.tutorials.pong.steps.step3.main.PongBall", "name": "PongBall", "lineno": 7, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step3.main.PongGame", "name": "PongGame", "lineno": 16, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step3.main.PongApp", "name": "PongApp", "lineno": 20, "bases": [ "App" ], "scope": null } ], "examples.tutorials.pong.steps.step4.main": [ { "id": "examples.tutorials.pong.steps.step4.main.PongBall", "name": "PongBall", "lineno": 11, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step4.main.PongGame", "name": "PongGame", "lineno": 20, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step4.main.PongApp", "name": "PongApp", "lineno": 39, "bases": [ "App" ], "scope": null } ], "examples.tutorials.pong.steps.step5.main": [ { "id": "examples.tutorials.pong.steps.step5.main.PongPaddle", "name": "PongPaddle", "lineno": 10, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step5.main.PongBall", "name": "PongBall", "lineno": 22, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step5.main.PongGame", "name": "PongGame", "lineno": 31, "bases": [ "Widget" ], "scope": null }, { "id": "examples.tutorials.pong.steps.step5.main.PongApp", "name": "PongApp", "lineno": 66, "bases": [ "App" ], "scope": null } ], "examples.widgets.accordion_1": [ { "id": "examples.widgets.accordion_1.AccordionApp", "name": "AccordionApp", "lineno": 6, "bases": [ "App" ], "scope": null } ], "examples.widgets.actionbar": [], "examples.widgets.asyncimage": [ { "id": "examples.widgets.asyncimage.CenteredAsyncImage", "name": "CenteredAsyncImage", "lineno": 23, "bases": [ "AsyncImage" ], "scope": null }, { "id": "examples.widgets.asyncimage.TestAsyncApp", "name": "TestAsyncApp", "lineno": 27, "bases": [ "App" ], "scope": null } ], "examples.widgets.boxlayout_poshint": [ { "id": "examples.widgets.boxlayout_poshint.Demo", "name": "Demo", "lineno": 44, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.widgets.boxlayout_poshint.DemoApp", "name": "DemoApp", "lineno": 48, "bases": [ "App" ], "scope": null } ], "examples.widgets.bubble_test": [ { "id": "examples.widgets.bubble_test.cut_copy_paste", "name": "cut_copy_paste", "lineno": 32, "bases": [ "Bubble" ], "scope": null }, { "id": "examples.widgets.bubble_test.BubbleShowcase", "name": "BubbleShowcase", "lineno": 36, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.widgets.bubble_test.TestBubbleApp", "name": "TestBubbleApp", "lineno": 56, "bases": [ "App" ], "scope": null } ], "examples.widgets.camera": [ { "id": "examples.widgets.camera.CameraApp", "name": "CameraApp", "lineno": 27, "bases": [ "App" ], "scope": null } ], "examples.widgets.carousel_buttons": [ { "id": "examples.widgets.carousel_buttons.Page", "name": "Page", "lineno": 37, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.widgets.carousel_buttons.TestApp", "name": "TestApp", "lineno": 41, "bases": [ "App" ], "scope": null } ], "examples.widgets.codeinput": [ { "id": "examples.widgets.codeinput.Fnt_SpinnerOption", "name": "Fnt_SpinnerOption", "lineno": 82, "bases": [ "SpinnerOption" ], "scope": null }, { "id": "examples.widgets.codeinput.LoadDialog", "name": "LoadDialog", "lineno": 86, "bases": [ "Popup" ], "scope": null }, { "id": "examples.widgets.codeinput.SaveDialog", "name": "SaveDialog", "lineno": 98, "bases": [ "Popup" ], "scope": null }, { "id": "examples.widgets.codeinput.CodeInputWithBindings", "name": "CodeInputWithBindings", "lineno": 111, "bases": [ "EmacsBehavior", "CodeInput" ], "scope": null }, { "id": "examples.widgets.codeinput.CodeInputTest", "name": "CodeInputTest", "lineno": 119, "bases": [ "App" ], "scope": null } ], "examples.widgets.colorpicker": [ { "id": "examples.widgets.colorpicker.ColorSelector", "name": "ColorSelector", "lineno": 134, "bases": [ "Popup" ], "scope": null }, { "id": "examples.widgets.colorpicker.Picture", "name": "Picture", "lineno": 138, "bases": [ "Scatter" ], "scope": null }, { "id": "examples.widgets.colorpicker.MainRootWidget", "name": "MainRootWidget", "lineno": 196, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.colorpicker.MainApp", "name": "MainApp", "lineno": 209, "bases": [ "App" ], "scope": null } ], "examples.widgets.colorusage": [ { "id": "examples.widgets.colorusage.Root", "name": "Root", "lineno": 52, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.widgets.colorusage.ColorusageApp", "name": "ColorusageApp", "lineno": 56, "bases": [ "App" ], "scope": null } ], "examples.widgets.compound_selection": [ { "id": "examples.widgets.compound_selection.SelectableGrid", "name": "SelectableGrid", "lineno": 8, "bases": [ "FocusBehavior", "CompoundSelectionBehavior", "GridLayout" ], "scope": null } ], "examples.widgets.customcollide": [ { "id": "examples.widgets.customcollide.Triangle", "name": "Triangle", "lineno": 69, "bases": [ "Scatter" ], "scope": null } ], "examples.widgets.effectwidget": [ { "id": "examples.widgets.effectwidget.ComparisonWidget", "name": "ComparisonWidget", "lineno": 24, "bases": [ "EffectWidget" ], "scope": null }, { "id": "examples.widgets.effectwidget.EffectSpinner", "name": "EffectSpinner", "lineno": 28, "bases": [ "Spinner" ], "scope": null }, { "id": "examples.widgets.effectwidget.SpinnerRow", "name": "SpinnerRow", "lineno": 32, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.effectwidget.EffectApp", "name": "EffectApp", "lineno": 188, "bases": [ "App" ], "scope": null } ], "examples.widgets.effectwidget2": [ { "id": "examples.widgets.effectwidget2.DemoEffect", "name": "DemoEffect", "lineno": 24, "bases": [ "EffectWidget" ], "scope": null } ], "examples.widgets.effectwidget3_advanced": [ { "id": "examples.widgets.effectwidget3_advanced.TouchEffect", "name": "TouchEffect", "lineno": 25, "bases": [ "AdvancedEffectBase" ], "scope": null }, { "id": "examples.widgets.effectwidget3_advanced.TouchWidget", "name": "TouchWidget", "lineno": 38, "bases": [ "EffectWidget" ], "scope": null } ], "examples.widgets.fbowidget": [ { "id": "examples.widgets.fbowidget.FboFloatLayout", "name": "FboFloatLayout", "lineno": 42, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.widgets.fbowidget.TestFboApp", "name": "TestFboApp", "lineno": 87, "bases": [ "App" ], "scope": null } ], "examples.widgets.focus_behavior": [ { "id": "examples.widgets.focus_behavior.FocusWithColor", "name": "FocusWithColor", "lineno": 9, "bases": [ "FocusBehavior" ], "scope": null }, { "id": "examples.widgets.focus_behavior.FocusLabel", "name": "FocusLabel", "lineno": 31, "bases": [ "FocusWithColor", "Label" ], "scope": null }, { "id": "examples.widgets.focus_behavior.FocusGridLayout", "name": "FocusGridLayout", "lineno": 48, "bases": [ "FocusWithColor", "GridLayout" ], "scope": null }, { "id": "examples.widgets.focus_behavior.FocusBoxLayout", "name": "FocusBoxLayout", "lineno": 52, "bases": [ "FocusWithColor", "BoxLayout" ], "scope": null }, { "id": "examples.widgets.focus_behavior.FocusApp", "name": "FocusApp", "lineno": 56, "bases": [ "App" ], "scope": null } ], "examples.widgets.hover_behavior": [ { "id": "examples.widgets.hover_behavior.RootWidget", "name": "RootWidget", "lineno": 21, "bases": [ "HoverBehavior", "Label" ], "scope": null }, { "id": "examples.widgets.hover_behavior.SimpleHoverApp", "name": "SimpleHoverApp", "lineno": 36, "bases": [ "App" ], "scope": null } ], "examples.widgets.image_mipmap": [ { "id": "examples.widgets.image_mipmap.LabelMipmapTest", "name": "LabelMipmapTest", "lineno": 18, "bases": [ "App" ], "scope": null } ], "examples.widgets.keyboardlistener": [ { "id": "examples.widgets.keyboardlistener.MyKeyboardListener", "name": "MyKeyboardListener", "lineno": 8, "bases": [ "Widget" ], "scope": null } ], "examples.widgets.label_mipmap": [ { "id": "examples.widgets.label_mipmap.LabelMipmapTest", "name": "LabelMipmapTest", "lineno": 17, "bases": [ "App" ], "scope": null } ], "examples.widgets.label_sizing": [ { "id": "examples.widgets.label_sizing.LabelTextureSizeExample", "name": "LabelTextureSizeExample", "lineno": 148, "bases": [ "App" ], "scope": null } ], "examples.widgets.label_text_size": [ { "id": "examples.widgets.label_text_size.LabelTextSizeTest", "name": "LabelTextSizeTest", "lineno": 38, "bases": [ "App" ], "scope": null } ], "examples.widgets.label_with_markup": [ { "id": "examples.widgets.label_with_markup.LabelWithMarkup", "name": "LabelWithMarkup", "lineno": 15, "bases": [ "App" ], "scope": null } ], "examples.widgets.lang_dynamic_classes": [], "examples.widgets.pagelayout": [], "examples.widgets.popup_with_kv": [ { "id": "examples.widgets.popup_with_kv.CustomPopup", "name": "CustomPopup", "lineno": 21, "bases": [ "Popup" ], "scope": null }, { "id": "examples.widgets.popup_with_kv.TestApp", "name": "TestApp", "lineno": 25, "bases": [ "App" ], "scope": null } ], "examples.widgets.rstexample": [ { "id": "examples.widgets.rstexample.RstApp", "name": "RstApp", "lineno": 122, "bases": [ "App" ], "scope": null } ], "examples.widgets.scatter": [ { "id": "examples.widgets.scatter.MyScatter", "name": "MyScatter", "lineno": 5, "bases": [ "Scatter" ], "scope": null }, { "id": "examples.widgets.scatter.ScatterApp", "name": "ScatterApp", "lineno": 9, "bases": [ "App" ], "scope": null } ], "examples.widgets.screenmanager": [ { "id": "examples.widgets.screenmanager.CustomScreen", "name": "CustomScreen", "lineno": 92, "bases": [ "Screen" ], "scope": null }, { "id": "examples.widgets.screenmanager.ScreenManagerApp", "name": "ScreenManagerApp", "lineno": 96, "bases": [ "App" ], "scope": null } ], "examples.widgets.scrollview": [ { "id": "examples.widgets.scrollview.ScrollViewApp", "name": "ScrollViewApp", "lineno": 10, "bases": [ "App" ], "scope": null } ], "examples.widgets.scrollview_damped_effect_tuning": [ { "id": "examples.widgets.scrollview_damped_effect_tuning.ColoredLabel", "name": "ColoredLabel", "lineno": 282, "bases": [ "Label" ], "scope": null }, { "id": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp", "name": "DampedScrollEffectTuningApp", "lineno": 302, "bases": [ "App" ], "scope": null } ], "examples.widgets.scrollview_nested_orthogonal": [ { "id": "examples.widgets.scrollview_nested_orthogonal.HorizontalScrollRow", "name": "HorizontalScrollRow", "lineno": 104, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.scrollview_nested_orthogonal.VerticalScrollColumn", "name": "VerticalScrollColumn", "lineno": 134, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.scrollview_nested_orthogonal.NestedScrollViewKVDemo", "name": "NestedScrollViewKVDemo", "lineno": 164, "bases": [ "App" ], "scope": null } ], "examples.widgets.scrollview_nested_verticals": [ { "id": "examples.widgets.scrollview_nested_verticals.InnerPanel", "name": "InnerPanel", "lineno": 95, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.scrollview_nested_verticals.NestedVerticalsKVDemo", "name": "NestedVerticalsKVDemo", "lineno": 121, "bases": [ "App" ], "scope": null } ], "examples.widgets.settings": [ { "id": "examples.widgets.settings.SettingsApp", "name": "SettingsApp", "lineno": 12, "bases": [ "App" ], "scope": null } ], "examples.widgets.shorten_text": [ { "id": "examples.widgets.shorten_text.ShortenText", "name": "ShortenText", "lineno": 75, "bases": [ "App" ], "scope": null } ], "examples.widgets.spinner": [], "examples.widgets.splitter": [], "examples.widgets.tabbedpanel": [ { "id": "examples.widgets.tabbedpanel.Test", "name": "Test", "lineno": 40, "bases": [ "TabbedPanel" ], "scope": null }, { "id": "examples.widgets.tabbedpanel.TabbedPanelApp", "name": "TabbedPanelApp", "lineno": 44, "bases": [ "App" ], "scope": null } ], "examples.widgets.tabbed_panel_showcase": [ { "id": "examples.widgets.tabbed_panel_showcase.StandingHeader", "name": "StandingHeader", "lineno": 15, "bases": [ "TabbedPanelHeader" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.CloseableHeader", "name": "CloseableHeader", "lineno": 19, "bases": [ "TabbedPanelHeader" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.Tp", "name": "Tp", "lineno": 243, "bases": [ "TabbedPanel" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.PanelLeft", "name": "PanelLeft", "lineno": 266, "bases": [ "Tp" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.PanelRight", "name": "PanelRight", "lineno": 270, "bases": [ "Tp" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.PanelbLeft", "name": "PanelbLeft", "lineno": 276, "bases": [ "Tp" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.PanelbRight", "name": "PanelbRight", "lineno": 280, "bases": [ "Tp" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.TabShowcase", "name": "TabShowcase", "lineno": 284, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.widgets.tabbed_panel_showcase.TestTabApp", "name": "TestTabApp", "lineno": 309, "bases": [ "App" ], "scope": null } ], "examples.widgets.textalign": [ { "id": "examples.widgets.textalign.BoundedLabel", "name": "BoundedLabel", "lineno": 7, "bases": [ "Label" ], "scope": null }, { "id": "examples.widgets.textalign.Selector", "name": "Selector", "lineno": 11, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.widgets.textalign.TextAlignApp", "name": "TextAlignApp", "lineno": 16, "bases": [ "App" ], "scope": null } ], "examples.widgets.textinput": [], "examples.widgets.unicode_textinput": [ { "id": "examples.widgets.unicode_textinput.FntSpinnerOption", "name": "FntSpinnerOption", "lineno": 115, "bases": [ "SpinnerOption" ], "scope": null }, { "id": "examples.widgets.unicode_textinput.LoadDialog", "name": "LoadDialog", "lineno": 119, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.widgets.unicode_textinput.Unicode_TextInput", "name": "Unicode_TextInput", "lineno": 124, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.unicode_textinput.unicode_app", "name": "unicode_app", "lineno": 221, "bases": [ "App" ], "scope": null } ], "examples.widgets.videoplayer": [ { "id": "examples.widgets.videoplayer.VideoPlayerApp", "name": "VideoPlayerApp", "lineno": 14, "bases": [ "App" ], "scope": null } ], "examples.widgets.lottie.lottie_async_status": [ { "id": "examples.widgets.lottie.lottie_async_status.AsyncRoot", "name": "AsyncRoot", "lineno": 79, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.lottie.lottie_async_status.AsyncStatusApp", "name": "AsyncStatusApp", "lineno": 116, "bases": [ "App" ], "scope": null } ], "examples.widgets.lottie.lottie_quality": [ { "id": "examples.widgets.lottie.lottie_quality.QualityRoot", "name": "QualityRoot", "lineno": 86, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.lottie.lottie_quality.QualityApp", "name": "QualityApp", "lineno": 99, "bases": [ "App" ], "scope": null } ], "examples.widgets.lottie.lottie_slot_theme": [ { "id": "examples.widgets.lottie.lottie_slot_theme.ThemeRoot", "name": "ThemeRoot", "lineno": 74, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.lottie.lottie_slot_theme.SlotThemeApp", "name": "SlotThemeApp", "lineno": 82, "bases": [ "App" ], "scope": null } ], "examples.widgets.lottie.lottie_spinning_star": [ { "id": "examples.widgets.lottie.lottie_spinning_star.LottieReactionButton", "name": "LottieReactionButton", "lineno": 79, "bases": [ "ButtonBehavior", "LottieWidget" ], "scope": null }, { "id": "examples.widgets.lottie.lottie_spinning_star.SpinningStarApp", "name": "SpinningStarApp", "lineno": 101, "bases": [ "App" ], "scope": null } ], "examples.widgets.recycleview.basic_data": [ { "id": "examples.widgets.recycleview.basic_data.Test", "name": "Test", "lineno": 90, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.recycleview.basic_data.TestApp", "name": "TestApp", "lineno": 118, "bases": [ "App" ], "scope": null } ], "examples.widgets.recycleview.infinite_scrolling": [ { "id": "examples.widgets.recycleview.infinite_scrolling.FixedRecycleView", "name": "FixedRecycleView", "lineno": 93, "bases": [ "RecycleView" ], "scope": null }, { "id": "examples.widgets.recycleview.infinite_scrolling.Application", "name": "Application", "lineno": 114, "bases": [ "App" ], "scope": null } ], "examples.widgets.recycleview.key_viewclass": [ { "id": "examples.widgets.recycleview.key_viewclass.NumberedLabel", "name": "NumberedLabel", "lineno": 121, "bases": [ "RelativeLayout" ], "scope": null }, { "id": "examples.widgets.recycleview.key_viewclass.RVTextInputLine", "name": "RVTextInputLine", "lineno": 126, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.recycleview.key_viewclass.RVCheckBoxLine", "name": "RVCheckBoxLine", "lineno": 132, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.recycleview.key_viewclass.RVSpinnerLine", "name": "RVSpinnerLine", "lineno": 138, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.recycleview.key_viewclass.Application", "name": "Application", "lineno": 144, "bases": [ "App" ], "scope": null } ], "examples.widgets.recycleview.messenger": [ { "id": "examples.widgets.recycleview.messenger.MessengerApp", "name": "MessengerApp", "lineno": 125, "bases": [ "App" ], "scope": null } ], "examples.widgets.recycleview.nested_orthogonal": [ { "id": "examples.widgets.recycleview.nested_orthogonal.PanelContainer", "name": "PanelContainer", "lineno": 96, "bases": [ "BoxLayout" ], "scope": null }, { "id": "examples.widgets.recycleview.nested_orthogonal.RecycleViewNestedDemo", "name": "RecycleViewNestedDemo", "lineno": 114, "bases": [ "App" ], "scope": null } ], "examples.widgets.recycleview.pull_to_refresh": [ { "id": "examples.widgets.recycleview.pull_to_refresh.Application", "name": "Application", "lineno": 54, "bases": [ "App" ], "scope": null } ], "examples.widgets.recycleview.rv_animate_items": [ { "id": "examples.widgets.recycleview.rv_animate_items.Item", "name": "Item", "lineno": 46, "bases": [ "Button" ], "scope": null }, { "id": "examples.widgets.recycleview.rv_animate_items.Application", "name": "Application", "lineno": 73, "bases": [ "App" ], "scope": null } ], "examples.widgets.sequenced_images.main": [ { "id": "examples.widgets.sequenced_images.main.gifScatter", "name": "gifScatter", "lineno": 12, "bases": [ "Scatter" ], "scope": null }, { "id": "examples.widgets.sequenced_images.main.zipScatter", "name": "zipScatter", "lineno": 17, "bases": [ "Scatter" ], "scope": null }, { "id": "examples.widgets.sequenced_images.main.jpgScatter", "name": "jpgScatter", "lineno": 22, "bases": [ "Scatter" ], "scope": null }, { "id": "examples.widgets.sequenced_images.main.Right_Frame", "name": "Right_Frame", "lineno": 27, "bases": [ "GridLayout" ], "scope": null }, { "id": "examples.widgets.sequenced_images.main.mainclass", "name": "mainclass", "lineno": 48, "bases": [ "FloatLayout" ], "scope": null }, { "id": "examples.widgets.sequenced_images.main.mainApp", "name": "mainApp", "lineno": 140, "bases": [ "App" ], "scope": null } ], "examples.widgets.sequenced_images.uix.custom_button": [ { "id": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton", "name": "AnimatedButton", "lineno": 10, "bases": [ "Label" ], "scope": null } ], "examples.widgets.sequenced_images.uix": [], "kivy.animation": [ { "id": "kivy.animation.Animation", "name": "Animation", "lineno": 93, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.animation.CompoundAnimation", "name": "CompoundAnimation", "lineno": 411, "bases": [ "Animation" ], "scope": null }, { "id": "kivy.animation.Sequence", "name": "Sequence", "lineno": 458, "bases": [ "CompoundAnimation" ], "scope": null }, { "id": "kivy.animation.Parallel", "name": "Parallel", "lineno": 519, "bases": [ "CompoundAnimation" ], "scope": null }, { "id": "kivy.animation.AnimationTransition", "name": "AnimationTransition", "lineno": 554, "bases": [], "scope": null } ], "kivy.app": [ { "id": "kivy.app.App", "name": "App", "lineno": 484, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.atlas": [ { "id": "kivy.atlas.Atlas", "name": "Atlas", "lineno": 155, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.base": [ { "id": "kivy.base.ExceptionHandler", "name": "ExceptionHandler", "lineno": 37, "bases": [ "object" ], "scope": null }, { "id": "kivy.base.ExceptionManagerBase", "name": "ExceptionManagerBase", "lineno": 65, "bases": [], "scope": null }, { "id": "kivy.base.EventLoopBase", "name": "EventLoopBase", "lineno": 107, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.cache": [ { "id": "kivy.cache.Cache", "name": "Cache", "lineno": 34, "bases": [ "object" ], "scope": null } ], "kivy.clock": [ { "id": "kivy.clock.struct_tv", "name": "struct_tv", "lineno": 520, "bases": [ "ctypes.Structure" ], "scope": null }, { "id": "kivy.clock.ClockBaseBehavior", "name": "ClockBaseBehavior", "lineno": 571, "bases": [ "object" ], "scope": null }, { "id": "kivy.clock.ClockBaseInterruptBehavior", "name": "ClockBaseInterruptBehavior", "lineno": 820, "bases": [ "ClockBaseBehavior" ], "scope": null }, { "id": "kivy.clock.ClockBaseInterruptFreeBehavior", "name": "ClockBaseInterruptFreeBehavior", "lineno": 934, "bases": [ "ClockBaseInterruptBehavior" ], "scope": null }, { "id": "kivy.clock.ClockBase", "name": "ClockBase", "lineno": 952, "bases": [ "ClockBaseBehavior", "CyClockBase" ], "scope": null }, { "id": "kivy.clock.ClockBaseInterrupt", "name": "ClockBaseInterrupt", "lineno": 966, "bases": [ "ClockBaseInterruptBehavior", "CyClockBase" ], "scope": null }, { "id": "kivy.clock.ClockBaseFreeInterruptAll", "name": "ClockBaseFreeInterruptAll", "lineno": 973, "bases": [ "ClockBaseInterruptFreeBehavior", "CyClockBaseFree" ], "scope": null }, { "id": "kivy.clock.ClockBaseFreeInterruptOnly", "name": "ClockBaseFreeInterruptOnly", "lineno": 981, "bases": [ "ClockBaseInterruptFreeBehavior", "CyClockBaseFree" ], "scope": null }, { "id": "kivy.clock._TriggeredWrapper", "name": "_TriggeredWrapper", "lineno": 1122, "bases": [], "scope": null }, { "id": "kivy.clock._BoundTrigger", "name": "_BoundTrigger", "lineno": 1195, "bases": [ "object" ], "scope": null } ], "kivy.config": [ { "id": "kivy.config.ConfigParser", "name": "ConfigParser", "lineno": 467, "bases": [ "PythonConfigParser", "object" ], "scope": null } ], "kivy.context": [ { "id": "kivy.context.ProxyContext", "name": "ProxyContext", "lineno": 27, "bases": [ "object" ], "scope": null }, { "id": "kivy.context.Context", "name": "Context", "lineno": 54, "bases": [ "dict" ], "scope": null } ], "kivy.event": [], "kivy.factory": [ { "id": "kivy.factory.FactoryException", "name": "FactoryException", "lineno": 49, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.factory.FactoryBase", "name": "FactoryBase", "lineno": 53, "bases": [ "object" ], "scope": null } ], "kivy.factory_registers": [], "kivy.geometry": [], "kivy.gesture": [ { "id": "kivy.gesture.GestureDatabase", "name": "GestureDatabase", "lineno": 46, "bases": [ "object" ], "scope": null }, { "id": "kivy.gesture.GesturePoint", "name": "GesturePoint", "lineno": 89, "bases": [], "scope": null }, { "id": "kivy.gesture.GestureStroke", "name": "GestureStroke", "lineno": 106, "bases": [], "scope": null }, { "id": "kivy.gesture.Gesture", "name": "Gesture", "lineno": 230, "bases": [], "scope": null } ], "kivy.interactive": [ { "id": "kivy.interactive.SafeMembrane", "name": "SafeMembrane", "lineno": 183, "bases": [ "object" ], "scope": null }, { "id": "kivy.interactive.InteractiveLauncher", "name": "InteractiveLauncher", "lineno": 299, "bases": [ "SafeMembrane" ], "scope": null } ], "kivy.loader": [ { "id": "kivy.loader.ProxyImage", "name": "ProxyImage", "lineno": 58, "bases": [ "Image" ], "scope": null }, { "id": "kivy.loader.LoaderBase", "name": "LoaderBase", "lineno": 87, "bases": [ "object" ], "scope": null }, { "id": "kivy.loader._Worker", "name": "_Worker", "lineno": 512, "bases": [ "Thread" ], "scope": null }, { "id": "kivy.loader._ThreadPool", "name": "_ThreadPool", "lineno": 531, "bases": [ "object" ], "scope": null }, { "id": "kivy.loader.LoaderThreadPool", "name": "LoaderThreadPool", "lineno": 550, "bases": [ "LoaderBase" ], "scope": null } ], "kivy.logger": [ { "id": "kivy.logger.FileHandler", "name": "FileHandler", "lineno": 208, "bases": [ "logging.Handler" ], "scope": null }, { "id": "kivy.logger.LoggerHistory", "name": "LoggerHistory", "lineno": 328, "bases": [ "logging.Handler" ], "scope": null }, { "id": "kivy.logger.ConsoleHandler", "name": "ConsoleHandler", "lineno": 344, "bases": [ "logging.StreamHandler" ], "scope": null }, { "id": "kivy.logger.ProcessingStream", "name": "ProcessingStream", "lineno": 369, "bases": [ "object" ], "scope": null }, { "id": "kivy.logger.ColonSplittingLogRecord", "name": "ColonSplittingLogRecord", "lineno": 407, "bases": [ "logging.LogRecord" ], "scope": null }, { "id": "kivy.logger.ColoredLogRecord", "name": "ColoredLogRecord", "lineno": 437, "bases": [ "logging.LogRecord" ], "scope": null }, { "id": "kivy.logger.UncoloredLogRecord", "name": "UncoloredLogRecord", "lineno": 501, "bases": [ "logging.LogRecord" ], "scope": null }, { "id": "kivy.logger.KivyFormatter", "name": "KivyFormatter", "lineno": 526, "bases": [ "logging.Formatter" ], "scope": null } ], "kivy.metrics": [ { "id": "kivy.metrics.MetricsBase", "name": "MetricsBase", "lineno": 171, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.multistroke": [ { "id": "kivy.multistroke.MultistrokeError", "name": "MultistrokeError", "lineno": 146, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.multistroke.Recognizer", "name": "Recognizer", "lineno": 154, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.multistroke.ProgressTracker", "name": "ProgressTracker", "lineno": 645, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.multistroke.MultistrokeGesture", "name": "MultistrokeGesture", "lineno": 795, "bases": [ "object" ], "scope": null }, { "id": "kivy.multistroke.UnistrokeTemplate", "name": "UnistrokeTemplate", "lineno": 1074, "bases": [ "object" ], "scope": null }, { "id": "kivy.multistroke.Candidate", "name": "Candidate", "lineno": 1170, "bases": [ "object" ], "scope": null } ], "kivy.parser": [ { "id": "kivy.parser.ColorException", "name": "ColorException", "lineno": 17, "bases": [ "Exception" ], "scope": null } ], "kivy.resources": [], "kivy.support": [], "kivy.utils": [ { "id": "kivy.utils.SafeList", "name": "SafeList", "lineno": 444, "bases": [ "list" ], "scope": null }, { "id": "kivy.utils.QueryDict", "name": "QueryDict", "lineno": 465, "bases": [ "dict" ], "scope": null }, { "id": "kivy.utils.reify", "name": "reify", "lineno": 573, "bases": [ "object" ], "scope": null } ], "kivy.vector": [ { "id": "kivy.vector.Vector", "name": "Vector", "lineno": 88, "bases": [ "list" ], "scope": null } ], "kivy.weakmethod": [ { "id": "kivy.weakmethod.WeakMethod", "name": "WeakMethod", "lineno": 18, "bases": [], "scope": null } ], "kivy._version": [], "kivy": [], "kivy.core": [ { "id": "kivy.core.CoreCriticalException", "name": "CoreCriticalException", "lineno": 32, "bases": [ "Exception" ], "scope": null } ], "kivy.core.audio_input": [], "kivy.core.audio_output.audio_android": [ { "id": "kivy.core.audio_output.audio_android.OnCompletionListener", "name": "OnCompletionListener", "lineno": 18, "bases": [ "PythonJavaClass" ], "scope": null }, { "id": "kivy.core.audio_output.audio_android.SoundAndroidPlayer", "name": "SoundAndroidPlayer", "lineno": 31, "bases": [ "Sound" ], "scope": null } ], "kivy.core.audio_output.audio_avplayer": [ { "id": "kivy.core.audio_output.audio_avplayer.SoundAvplayer", "name": "SoundAvplayer", "lineno": 18, "bases": [ "Sound" ], "scope": null } ], "kivy.core.audio_output.audio_ffpyplayer": [ { "id": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy", "name": "SoundFFPy", "lineno": 81, "bases": [ "Sound" ], "scope": null } ], "kivy.core.audio_output.audio_gstplayer": [ { "id": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer", "name": "SoundGstplayer", "lineno": 32, "bases": [ "Sound" ], "scope": null } ], "kivy.core.audio_output": [ { "id": "kivy.core.audio_output.SoundLoader", "name": "SoundLoader", "lineno": 112, "bases": [], "scope": null }, { "id": "kivy.core.audio_output.Sound", "name": "Sound", "lineno": 202, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.core.camera.camera_android": [ { "id": "kivy.core.camera.camera_android.PreviewCallback", "name": "PreviewCallback", "lineno": 16, "bases": [ "PythonJavaClass" ], "scope": null }, { "id": "kivy.core.camera.camera_android.CameraAndroid", "name": "CameraAndroid", "lineno": 31, "bases": [ "CameraBase" ], "scope": null } ], "kivy.core.camera.camera_gi": [ { "id": "kivy.core.camera.camera_gi._MapInfo", "name": "_MapInfo", "lineno": 30, "bases": [ "Structure" ], "scope": null }, { "id": "kivy.core.camera.camera_gi.CameraGi", "name": "CameraGi", "lineno": 43, "bases": [ "CameraBase" ], "scope": null } ], "kivy.core.camera.camera_opencv": [ { "id": "kivy.core.camera.camera_opencv.Hg", "name": "Hg", "lineno": 26, "bases": [ "object" ], "scope": null }, { "id": "kivy.core.camera.camera_opencv.CameraOpenCV", "name": "CameraOpenCV", "lineno": 55, "bases": [ "CameraBase" ], "scope": null } ], "kivy.core.camera.camera_picamera": [ { "id": "kivy.core.camera.camera_picamera.CameraPiCamera", "name": "CameraPiCamera", "lineno": 22, "bases": [ "CameraBase" ], "scope": null } ], "kivy.core.camera": [ { "id": "kivy.core.camera.CameraBase", "name": "CameraBase", "lineno": 26, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.core.clipboard.clipboard_android": [ { "id": "kivy.core.clipboard.clipboard_android.ClipboardAndroid", "name": "ClipboardAndroid", "lineno": 23, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_dbusklipper": [ { "id": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper", "name": "ClipboardDbusKlipper", "lineno": 21, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_dummy": [ { "id": "kivy.core.clipboard.clipboard_dummy.ClipboardDummy", "name": "ClipboardDummy", "lineno": 11, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_gtk3": [ { "id": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3", "name": "ClipboardGtk3", "lineno": 20, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_nspaste": [ { "id": "kivy.core.clipboard.clipboard_nspaste.ClipboardNSPaste", "name": "ClipboardNSPaste", "lineno": 24, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_sdl3": [ { "id": "kivy.core.clipboard.clipboard_sdl3.ClipboardSDL3", "name": "ClipboardSDL3", "lineno": 23, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_winctypes": [ { "id": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows", "name": "ClipboardWindows", "lineno": 33, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_xclip": [ { "id": "kivy.core.clipboard.clipboard_xclip.ClipboardXclip", "name": "ClipboardXclip", "lineno": 24, "bases": [ "ClipboardExternalBase" ], "scope": null } ], "kivy.core.clipboard.clipboard_xsel": [ { "id": "kivy.core.clipboard.clipboard_xsel.ClipboardXsel", "name": "ClipboardXsel", "lineno": 19, "bases": [ "ClipboardExternalBase" ], "scope": null } ], "kivy.core.clipboard._clipboard_ext": [ { "id": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase", "name": "ClipboardExternalBase", "lineno": 10, "bases": [ "ClipboardBase" ], "scope": null } ], "kivy.core.clipboard": [ { "id": "kivy.core.clipboard.ClipboardBase", "name": "ClipboardBase", "lineno": 28, "bases": [ "object" ], "scope": null } ], "kivy.core.gl": [], "kivy.core.image.img_dds": [ { "id": "kivy.core.image.img_dds.ImageLoaderDDS", "name": "ImageLoaderDDS", "lineno": 12, "bases": [ "ImageLoaderBase" ], "scope": null } ], "kivy.core.image.img_ffpyplayer": [ { "id": "kivy.core.image.img_ffpyplayer.ImageLoaderFFPy", "name": "ImageLoaderFFPy", "lineno": 34, "bases": [ "ImageLoaderBase" ], "scope": null } ], "kivy.core.image.img_pil": [ { "id": "kivy.core.image.img_pil.ImageLoaderPIL", "name": "ImageLoaderPIL", "lineno": 28, "bases": [ "ImageLoaderBase" ], "scope": null } ], "kivy.core.image.img_sdl3": [ { "id": "kivy.core.image.img_sdl3.ImageLoaderSDL3", "name": "ImageLoaderSDL3", "lineno": 19, "bases": [ "ImageLoaderBase" ], "scope": null } ], "kivy.core.image.img_tex": [ { "id": "kivy.core.image.img_tex.ImageLoaderTex", "name": "ImageLoaderTex", "lineno": 13, "bases": [ "ImageLoaderBase" ], "scope": null } ], "kivy.core.image.img_thorvg_svg": [ { "id": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg", "name": "ImageLoaderThorvgSvg", "lineno": 141, "bases": [ "ImageLoaderBase" ], "scope": null } ], "kivy.core.image": [ { "id": "kivy.core.image.ImageData", "name": "ImageData", "lineno": 332, "bases": [ "object" ], "scope": null }, { "id": "kivy.core.image.ImageLoaderBase", "name": "ImageLoaderBase", "lineno": 447, "bases": [ "object" ], "scope": null }, { "id": "kivy.core.image.ImageLoader", "name": "ImageLoader", "lineno": 575, "bases": [ "object" ], "scope": null }, { "id": "kivy.core.image.Image", "name": "Image", "lineno": 810, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.core.lottie.lottie_null": [ { "id": "kivy.core.lottie.lottie_null.LottieNull", "name": "LottieNull", "lineno": 19, "bases": [ "LottieBase" ], "scope": null } ], "kivy.core.lottie.lottie_thorvg": [ { "id": "kivy.core.lottie.lottie_thorvg.LottieThorvg", "name": "LottieThorvg", "lineno": 151, "bases": [ "LottieBase" ], "scope": null } ], "kivy.core.lottie": [ { "id": "kivy.core.lottie.LottieBase", "name": "LottieBase", "lineno": 71, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.core.spelling.spelling_enchant": [ { "id": "kivy.core.spelling.spelling_enchant.SpellingEnchant", "name": "SpellingEnchant", "lineno": 17, "bases": [ "SpellingBase" ], "scope": null } ], "kivy.core.spelling.spelling_osxappkit": [ { "id": "kivy.core.spelling.spelling_osxappkit.SpellingOSXAppKit", "name": "SpellingOSXAppKit", "lineno": 21, "bases": [ "SpellingBase" ], "scope": null } ], "kivy.core.spelling": [ { "id": "kivy.core.spelling.NoSuchLangError", "name": "NoSuchLangError", "lineno": 32, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.core.spelling.NoLanguageSelectedError", "name": "NoLanguageSelectedError", "lineno": 39, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.core.spelling.SpellingBase", "name": "SpellingBase", "lineno": 47, "bases": [ "object" ], "scope": null } ], "kivy.core.svg.svg_thorvg": [ { "id": "kivy.core.svg.svg_thorvg.SvgProviderThorvg", "name": "SvgProviderThorvg", "lineno": 128, "bases": [ "SvgProviderBase" ], "scope": null } ], "kivy.core.system_tray": [], "kivy.core.text.markup": [ { "id": "kivy.core.text.markup.MarkupLabel", "name": "MarkupLabel", "lineno": 84, "bases": [ "MarkupLabelBase" ], "scope": null } ], "kivy.core.text.text_pango": [ { "id": "kivy.core.text.text_pango.LabelPango", "name": "LabelPango", "lineno": 96, "bases": [ "LabelBase" ], "scope": null }, { "id": "kivy.core.text.text_pango.PangoFontContextManager", "name": "PangoFontContextManager", "lineno": 121, "bases": [ "FontContextManagerBase" ], "scope": null } ], "kivy.core.text.text_pil": [ { "id": "kivy.core.text.text_pil.LabelPIL", "name": "LabelPIL", "lineno": 17, "bases": [ "LabelBase" ], "scope": null } ], "kivy.core.text.text_sdl3": [ { "id": "kivy.core.text.text_sdl3.LabelSDL3", "name": "LabelSDL3", "lineno": 26, "bases": [ "LabelBase" ], "scope": null } ], "kivy.core.text": [ { "id": "kivy.core.text.LabelBase", "name": "LabelBase", "lineno": 164, "bases": [ "object" ], "scope": null }, { "id": "kivy.core.text.FontContextManagerBase", "name": "FontContextManagerBase", "lineno": 1082, "bases": [ "object" ], "scope": null } ], "kivy.core.video.video_android": [ { "id": "kivy.core.video.video_android.OnCompletionListener", "name": "OnCompletionListener", "lineno": 18, "bases": [ "PythonJavaClass" ], "scope": null }, { "id": "kivy.core.video.video_android.OnErrorListener", "name": "OnErrorListener", "lineno": 32, "bases": [ "PythonJavaClass" ], "scope": null }, { "id": "kivy.core.video.video_android.VideoAndroid", "name": "VideoAndroid", "lineno": 47, "bases": [ "VideoBase" ], "scope": null } ], "kivy.core.video.video_ffmpeg": [ { "id": "kivy.core.video.video_ffmpeg.VideoFFMpeg", "name": "VideoFFMpeg", "lineno": 27, "bases": [ "VideoBase" ], "scope": null } ], "kivy.core.video.video_ffpyplayer": [ { "id": "kivy.core.video.video_ffpyplayer.VideoFFPy", "name": "VideoFFPy", "lineno": 86, "bases": [ "VideoBase" ], "scope": null } ], "kivy.core.video.video_gstplayer": [ { "id": "kivy.core.video.video_gstplayer.VideoGstplayer", "name": "VideoGstplayer", "lineno": 50, "bases": [ "VideoBase" ], "scope": null } ], "kivy.core.video.video_null": [ { "id": "kivy.core.video.video_null.VideoNull", "name": "VideoNull", "lineno": 9, "bases": [ "VideoBase" ], "scope": null } ], "kivy.core.video": [ { "id": "kivy.core.video.VideoBase", "name": "VideoBase", "lineno": 29, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.core.window.window_egl_rpi": [ { "id": "kivy.core.window.window_egl_rpi.WindowEglRpi", "name": "WindowEglRpi", "lineno": 25, "bases": [ "WindowBase" ], "scope": null } ], "kivy.core.window.window_sdl3": [ { "id": "kivy.core.window.window_sdl3.SDL3MotionEvent", "name": "SDL3MotionEvent", "lineno": 105, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.core.window.window_sdl3.SDL3MotionEventProvider", "name": "SDL3MotionEventProvider", "lineno": 118, "bases": [ "MotionEventProvider" ], "scope": null }, { "id": "kivy.core.window.window_sdl3.WindowSDL", "name": "WindowSDL", "lineno": 150, "bases": [ "WindowBase" ], "scope": null } ], "kivy.core.window": [ { "id": "kivy.core.window.Keyboard", "name": "Keyboard", "lineno": 42, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.core.window.WindowBase", "name": "WindowBase", "lineno": 204, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.deps": [], "kivy.effects.dampedscroll": [ { "id": "kivy.effects.dampedscroll.DampedScrollEffect", "name": "DampedScrollEffect", "lineno": 40, "bases": [ "ScrollEffect" ], "scope": null } ], "kivy.effects.kinetic": [ { "id": "kivy.effects.kinetic.KineticEffect", "name": "KineticEffect", "lineno": 49, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.effects.opacityscroll": [ { "id": "kivy.effects.opacityscroll.OpacityScrollEffect", "name": "OpacityScrollEffect", "lineno": 16, "bases": [ "DampedScrollEffect" ], "scope": null } ], "kivy.effects.scroll": [ { "id": "kivy.effects.scroll.ScrollEffect", "name": "ScrollEffect", "lineno": 28, "bases": [ "KineticEffect" ], "scope": null } ], "kivy.effects": [], "kivy.eventmanager.hover": [ { "id": "kivy.eventmanager.hover.HoverManager", "name": "HoverManager", "lineno": 87, "bases": [ "EventManagerBase" ], "scope": null } ], "kivy.eventmanager": [ { "id": "kivy.eventmanager.EventManagerBase", "name": "EventManagerBase", "lineno": 120, "bases": [ "object" ], "scope": null } ], "kivy.extras.highlight": [ { "id": "kivy.extras.highlight.KivyLexer", "name": "KivyLexer", "lineno": 11, "bases": [ "RegexLexer" ], "scope": null } ], "kivy.extras": [], "kivy.garden": [ { "id": "kivy.garden.GardenImporter", "name": "GardenImporter", "lineno": 164, "bases": [ "MetaPathFinder" ], "scope": null } ], "kivy.graphics": [], "kivy.graphics.cgl_backend": [], "kivy.graphics.egl_backend": [], "kivy.input.factory": [ { "id": "kivy.input.factory.MotionEventFactory", "name": "MotionEventFactory", "lineno": 11, "bases": [], "scope": null } ], "kivy.input.motionevent": [ { "id": "kivy.input.motionevent.EnhancedDictionary", "name": "EnhancedDictionary", "lineno": 136, "bases": [ "dict" ], "scope": null }, { "id": "kivy.input.motionevent.MotionEventMetaclass", "name": "MotionEventMetaclass", "lineno": 148, "bases": [ "type" ], "scope": null }, { "id": "kivy.input.motionevent.MotionEvent", "name": "MotionEvent", "lineno": 165, "bases": [ "MotionEventBase" ], "scope": null } ], "kivy.input.provider": [ { "id": "kivy.input.provider.MotionEventProvider", "name": "MotionEventProvider", "lineno": 15, "bases": [ "object" ], "scope": null } ], "kivy.input.recorder": [ { "id": "kivy.input.recorder.RecorderMotionEvent", "name": "RecorderMotionEvent", "lineno": 105, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.recorder.Recorder", "name": "Recorder", "lineno": 113, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.input.shape": [ { "id": "kivy.input.shape.Shape", "name": "Shape", "lineno": 11, "bases": [ "object" ], "scope": null }, { "id": "kivy.input.shape.ShapeRect", "name": "ShapeRect", "lineno": 16, "bases": [ "Shape" ], "scope": null } ], "kivy.input": [], "kivy.input.postproc.calibration": [ { "id": "kivy.input.postproc.calibration.InputPostprocCalibration", "name": "InputPostprocCalibration", "lineno": 56, "bases": [ "object" ], "scope": null } ], "kivy.input.postproc.dejitter": [ { "id": "kivy.input.postproc.dejitter.InputPostprocDejitter", "name": "InputPostprocDejitter", "lineno": 20, "bases": [ "object" ], "scope": null } ], "kivy.input.postproc.doubletap": [ { "id": "kivy.input.postproc.doubletap.InputPostprocDoubleTap", "name": "InputPostprocDoubleTap", "lineno": 15, "bases": [ "object" ], "scope": null } ], "kivy.input.postproc.ignorelist": [ { "id": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList", "name": "InputPostprocIgnoreList", "lineno": 14, "bases": [ "object" ], "scope": null } ], "kivy.input.postproc.retaintouch": [ { "id": "kivy.input.postproc.retaintouch.InputPostprocRetainTouch", "name": "InputPostprocRetainTouch", "lineno": 15, "bases": [ "object" ], "scope": null } ], "kivy.input.postproc.tripletap": [ { "id": "kivy.input.postproc.tripletap.InputPostprocTripleTap", "name": "InputPostprocTripleTap", "lineno": 17, "bases": [ "object" ], "scope": null } ], "kivy.input.postproc": [], "kivy.input.providers.androidjoystick": [ { "id": "kivy.input.providers.androidjoystick.AndroidMotionEvent", "name": "AndroidMotionEvent", "lineno": 31, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider", "name": "AndroidMotionEventProvider", "lineno": 47, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.hidinput": [ { "id": "kivy.input.providers.hidinput.HIDMotionEvent", "name": "HIDMotionEvent", "lineno": 60, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.hidinput.HIDInputMotionEventProvider", "name": "HIDInputMotionEventProvider", "lineno": 323, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.leapfinger": [ { "id": "kivy.input.providers.leapfinger.LeapFingerEvent", "name": "LeapFingerEvent", "lineno": 23, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider", "name": "LeapFingerEventProvider", "lineno": 42, "bases": [ "MotionEventProvider" ], "scope": null }, { "id": "kivy.input.providers.leapfinger.LeapFingerEventProvider.LeapMotionListener", "name": "LeapMotionListener", "lineno": 53, "bases": [ "Leap.Listener" ], "scope": "LeapFingerEventProvider" } ], "kivy.input.providers.linuxwacom": [ { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEvent", "name": "LinuxWacomMotionEvent", "lineno": 35, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider", "name": "LinuxWacomMotionEventProvider", "lineno": 136, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.mactouch": [ { "id": "kivy.input.providers.mactouch.MTPoint", "name": "MTPoint", "lineno": 38, "bases": [ "ctypes.Structure" ], "scope": null }, { "id": "kivy.input.providers.mactouch.MTVector", "name": "MTVector", "lineno": 42, "bases": [ "ctypes.Structure" ], "scope": null }, { "id": "kivy.input.providers.mactouch.MTData", "name": "MTData", "lineno": 46, "bases": [ "ctypes.Structure" ], "scope": null }, { "id": "kivy.input.providers.mactouch.MacMotionEvent", "name": "MacMotionEvent", "lineno": 91, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.mactouch.MacMotionEventProvider", "name": "MacMotionEventProvider", "lineno": 117, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.mouse": [ { "id": "kivy.input.providers.mouse.MouseMotionEvent", "name": "MouseMotionEvent", "lineno": 105, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.mouse.MouseMotionEventProvider", "name": "MouseMotionEventProvider", "lineno": 163, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.mtdev": [ { "id": "kivy.input.providers.mtdev.MTDMotionEvent", "name": "MTDMotionEvent", "lineno": 54, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.mtdev.MTDMotionEventProvider", "name": "MTDMotionEventProvider", "lineno": 105, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.probesysfs": [ { "id": "kivy.input.providers.probesysfs.Input", "name": "Input", "lineno": 68, "bases": [ "object" ], "scope": null }, { "id": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe", "name": "ProbeSysfsHardwareProbe", "lineno": 152, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.tuio": [ { "id": "kivy.input.providers.tuio.TuioMotionEventProvider", "name": "TuioMotionEventProvider", "lineno": 52, "bases": [ "MotionEventProvider" ], "scope": null }, { "id": "kivy.input.providers.tuio.TuioMotionEvent", "name": "TuioMotionEvent", "lineno": 204, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.tuio.Tuio2dCurMotionEvent", "name": "Tuio2dCurMotionEvent", "lineno": 246, "bases": [ "TuioMotionEvent" ], "scope": null }, { "id": "kivy.input.providers.tuio.Tuio2dObjMotionEvent", "name": "Tuio2dObjMotionEvent", "lineno": 271, "bases": [ "TuioMotionEvent" ], "scope": null }, { "id": "kivy.input.providers.tuio.Tuio2dBlbMotionEvent", "name": "Tuio2dBlbMotionEvent", "lineno": 299, "bases": [ "TuioMotionEvent" ], "scope": null } ], "kivy.input.providers.wm_common": [ { "id": "kivy.input.providers.wm_common.RECT", "name": "RECT", "lineno": 69, "bases": [ "RECT_BASE" ], "scope": null }, { "id": "kivy.input.providers.wm_common.TOUCHINPUT", "name": "TOUCHINPUT", "lineno": 82, "bases": [ "Structure" ], "scope": null } ], "kivy.input.providers.wm_pen": [ { "id": "kivy.input.providers.wm_pen.WM_Pen", "name": "WM_Pen", "lineno": 16, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.wm_pen.WM_PenProvider", "name": "WM_PenProvider", "lineno": 46, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers.wm_touch": [ { "id": "kivy.input.providers.wm_touch.WM_MotionEvent", "name": "WM_MotionEvent", "lineno": 19, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.input.providers.wm_touch.WM_MotionEventProvider", "name": "WM_MotionEventProvider", "lineno": 55, "bases": [ "MotionEventProvider" ], "scope": null } ], "kivy.input.providers": [], "kivy.lang.builder": [ { "id": "kivy.lang.builder.BuilderException", "name": "BuilderException", "lineno": 42, "bases": [ "ParserException" ], "scope": null }, { "id": "kivy.lang.builder.BuilderBase", "name": "BuilderBase", "lineno": 243, "bases": [ "object" ], "scope": null } ], "kivy.lang.parser": [ { "id": "kivy.lang.parser.ProxyApp", "name": "ProxyApp", "lineno": 56, "bases": [ "object" ], "scope": null }, { "id": "kivy.lang.parser.ParserException", "name": "ParserException", "lineno": 112, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.lang.parser.ParserRuleProperty", "name": "ParserRuleProperty", "lineno": 139, "bases": [ "object" ], "scope": null }, { "id": "kivy.lang.parser.ParserRule", "name": "ParserRule", "lineno": 298, "bases": [ "object" ], "scope": null }, { "id": "kivy.lang.parser.Parser", "name": "Parser", "lineno": 439, "bases": [ "object" ], "scope": null }, { "id": "kivy.lang.parser.ParserSelector", "name": "ParserSelector", "lineno": 761, "bases": [ "object" ], "scope": null }, { "id": "kivy.lang.parser.ParserSelectorClass", "name": "ParserSelectorClass", "lineno": 773, "bases": [ "ParserSelector" ], "scope": null }, { "id": "kivy.lang.parser.ParserSelectorName", "name": "ParserSelectorName", "lineno": 779, "bases": [ "ParserSelector" ], "scope": null } ], "kivy.lang": [], "kivy.lib.ddsfile": [ { "id": "kivy.lib.ddsfile.QueryDict", "name": "QueryDict", "lineno": 154, "bases": [ "dict" ], "scope": null }, { "id": "kivy.lib.ddsfile.DDSException", "name": "DDSException", "lineno": 167, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.lib.ddsfile.DDSFile", "name": "DDSFile", "lineno": 171, "bases": [ "object" ], "scope": null } ], "kivy.lib.mtdev": [ { "id": "kivy.lib.mtdev.timeval", "name": "timeval", "lineno": 88, "bases": [ "Structure" ], "scope": null }, { "id": "kivy.lib.mtdev.input_event", "name": "input_event", "lineno": 94, "bases": [ "Structure" ], "scope": null }, { "id": "kivy.lib.mtdev.input_absinfo", "name": "input_absinfo", "lineno": 102, "bases": [ "Structure" ], "scope": null }, { "id": "kivy.lib.mtdev.mtdev_caps", "name": "mtdev_caps", "lineno": 112, "bases": [ "Structure" ], "scope": null }, { "id": "kivy.lib.mtdev.mtdev", "name": "mtdev", "lineno": 121, "bases": [ "Structure" ], "scope": null }, { "id": "kivy.lib.mtdev.Device", "name": "Device", "lineno": 139, "bases": [], "scope": null } ], "kivy.lib": [], "kivy.lib.gstplayer": [], "kivy.lib.thorvg": [], "kivy.lib.vidcore_lite": [], "kivy.modules.console": [ { "id": "kivy.modules.console.TreeViewProperty", "name": "TreeViewProperty", "lineno": 294, "bases": [ "BoxLayout", "TreeViewNode" ], "scope": null }, { "id": "kivy.modules.console.ConsoleButton", "name": "ConsoleButton", "lineno": 312, "bases": [ "Button" ], "scope": null }, { "id": "kivy.modules.console.ConsoleToggleButton", "name": "ConsoleToggleButton", "lineno": 317, "bases": [ "ToggleButton" ], "scope": null }, { "id": "kivy.modules.console.ConsoleLabel", "name": "ConsoleLabel", "lineno": 322, "bases": [ "Label" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonSeparator", "name": "ConsoleAddonSeparator", "lineno": 327, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddon", "name": "ConsoleAddon", "lineno": 331, "bases": [ "object" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonMode", "name": "ConsoleAddonMode", "lineno": 359, "bases": [ "ConsoleAddon" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonSelect", "name": "ConsoleAddonSelect", "lineno": 365, "bases": [ "ConsoleAddon" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonFps", "name": "ConsoleAddonFps", "lineno": 379, "bases": [ "ConsoleAddon" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumbView", "name": "ConsoleAddonBreadcrumbView", "lineno": 403, "bases": [ "RelativeLayout" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonBreadcrumb", "name": "ConsoleAddonBreadcrumb", "lineno": 441, "bases": [ "ConsoleAddon" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonWidgetPanel", "name": "ConsoleAddonWidgetPanel", "lineno": 458, "bases": [ "ConsoleAddon" ], "scope": null }, { "id": "kivy.modules.console.TreeViewWidget", "name": "TreeViewWidget", "lineno": 619, "bases": [ "Label", "TreeViewNode" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeImpl", "name": "ConsoleAddonWidgetTreeImpl", "lineno": 623, "bases": [ "TreeView" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonWidgetTreeView", "name": "ConsoleAddonWidgetTreeView", "lineno": 677, "bases": [ "RelativeLayout" ], "scope": null }, { "id": "kivy.modules.console.ConsoleAddonWidgetTree", "name": "ConsoleAddonWidgetTree", "lineno": 724, "bases": [ "ConsoleAddon" ], "scope": null }, { "id": "kivy.modules.console.Console", "name": "Console", "lineno": 754, "bases": [ "RelativeLayout" ], "scope": null } ], "kivy.modules.cursor": [], "kivy.modules.inspector": [ { "id": "kivy.modules.inspector.TreeViewProperty", "name": "TreeViewProperty", "lineno": 226, "bases": [ "Factory.BoxLayout", "Factory.TreeViewNode" ], "scope": null }, { "id": "kivy.modules.inspector.TreeViewWidget", "name": "TreeViewWidget", "lineno": 248, "bases": [ "Factory.Label", "Factory.TreeViewNode" ], "scope": null }, { "id": "kivy.modules.inspector.WidgetTree", "name": "WidgetTree", "lineno": 252, "bases": [ "Factory.TreeView" ], "scope": null }, { "id": "kivy.modules.inspector.Inspector", "name": "Inspector", "lineno": 306, "bases": [ "Factory.FloatLayout" ], "scope": null } ], "kivy.modules.joycursor": [ { "id": "kivy.modules.joycursor.JoyCursor", "name": "JoyCursor", "lineno": 81, "bases": [ "Widget" ], "scope": null } ], "kivy.modules.keybinding": [], "kivy.modules.monitor": [ { "id": "kivy.modules.monitor.StatsInput", "name": "StatsInput", "lineno": 54, "bases": [ "object" ], "scope": null } ], "kivy.modules.recorder": [], "kivy.modules.screen": [], "kivy.modules.showborder": [], "kivy.modules.touchring": [], "kivy.modules.webdebugger": [], "kivy.modules._webdebugger": [ { "id": "kivy.modules._webdebugger.MissingOrderedDict", "name": "MissingOrderedDict", "lineno": 21, "bases": [ "OrderedDict" ], "scope": null }, { "id": "kivy.modules._webdebugger.FlaskThread", "name": "FlaskThread", "lineno": 56, "bases": [ "threading.Thread" ], "scope": null } ], "kivy.modules": [ { "id": "kivy.modules.ModuleContext", "name": "ModuleContext", "lineno": 105, "bases": [], "scope": null }, { "id": "kivy.modules.ModuleBase", "name": "ModuleBase", "lineno": 118, "bases": [], "scope": null } ], "kivy.network.urlrequest": [ { "id": "kivy.network.urlrequest.UrlRequestBase", "name": "UrlRequestBase", "lineno": 89, "bases": [ "Thread" ], "scope": null }, { "id": "kivy.network.urlrequest.UrlRequestUrllib", "name": "UrlRequestUrllib", "lineno": 545, "bases": [ "UrlRequestBase" ], "scope": null }, { "id": "kivy.network.urlrequest.UrlRequestRequests", "name": "UrlRequestRequests", "lineno": 697, "bases": [ "UrlRequestBase" ], "scope": null } ], "kivy.network": [], "kivy.storage.dictstore": [ { "id": "kivy.storage.dictstore.DictStore", "name": "DictStore", "lineno": 20, "bases": [ "AbstractStore" ], "scope": null } ], "kivy.storage.jsonstore": [ { "id": "kivy.storage.jsonstore.JsonStore", "name": "JsonStore", "lineno": 18, "bases": [ "AbstractStore" ], "scope": null } ], "kivy.storage.redisstore": [ { "id": "kivy.storage.redisstore.RedisStore", "name": "RedisStore", "lineno": 40, "bases": [ "AbstractStore" ], "scope": null } ], "kivy.storage": [ { "id": "kivy.storage.AbstractStore", "name": "AbstractStore", "lineno": 128, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.tests.async_common": [ { "id": "kivy.tests.async_common.AsyncUnitTestTouch", "name": "AsyncUnitTestTouch", "lineno": 19, "bases": [ "UnitTestTouch" ], "scope": null }, { "id": "kivy.tests.async_common.WidgetResolver", "name": "WidgetResolver", "lineno": 44, "bases": [ "object" ], "scope": null }, { "id": "kivy.tests.async_common.UnitKivyApp", "name": "UnitKivyApp", "lineno": 152, "bases": [ "object" ], "scope": null } ], "kivy.tests.bench_thorvg_wrapper": [], "kivy.tests.common": [ { "id": "kivy.tests.common.GraphicUnitTest", "name": "GraphicUnitTest", "lineno": 146, "bases": [ "_base" ], "scope": null }, { "id": "kivy.tests.common.UnitTestTouch", "name": "UnitTestTouch", "lineno": 455, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.tests.common.UTMotionEvent", "name": "UTMotionEvent", "lineno": 520, "bases": [ "MotionEvent" ], "scope": null } ], "kivy.tests.conftest": [], "kivy.tests.fixtures": [ { "id": "kivy.tests.fixtures.ClockController", "name": "ClockController", "lineno": 103, "bases": [], "scope": null } ], "kivy.tests.perf_test_textinput": [ { "id": "kivy.tests.perf_test_textinput.PerfApp", "name": "PerfApp", "lineno": 36, "bases": [ "App", "FloatLayout" ], "scope": null } ], "kivy.tests.test_animations": [ { "id": "kivy.tests.test_animations.EventCounter", "name": "EventCounter", "lineno": 10, "bases": [], "scope": null }, { "id": "kivy.tests.test_animations.TestAnimation", "name": "TestAnimation", "lineno": 65, "bases": [], "scope": null }, { "id": "kivy.tests.test_animations.TestSequence", "name": "TestSequence", "lineno": 193, "bases": [], "scope": null }, { "id": "kivy.tests.test_animations.TestRepetitiveSequence", "name": "TestRepetitiveSequence", "lineno": 293, "bases": [], "scope": null }, { "id": "kivy.tests.test_animations.TestParallel", "name": "TestParallel", "lineno": 353, "bases": [], "scope": null } ], "kivy.tests.test_app": [ { "id": "kivy.tests.test_app.AppTest", "name": "AppTest", "lineno": 12, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_app.AppTest.TestKvApp", "name": "TestKvApp", "lineno": 20, "bases": [ "App" ], "scope": "AppTest" }, { "id": "kivy.tests.test_app.AppTest.NameTest", "name": "NameTest", "lineno": 43, "bases": [ "App" ], "scope": "AppTest" }, { "id": "kivy.tests.test_app.TestApp", "name": "TestApp", "lineno": 54, "bases": [ "UnitKivyApp", "App" ], "scope": null }, { "id": "kivy.tests.test_app.TestApp", "name": "TestApp", "lineno": 70, "bases": [ "UnitKivyApp", "App" ], "scope": null }, { "id": "kivy.tests.test_app.TestApp", "name": "TestApp", "lineno": 94, "bases": [ "UnitKivyApp", "App" ], "scope": null }, { "id": "kivy.tests.test_app.TestApp", "name": "TestApp", "lineno": 121, "bases": [ "UnitKivyApp", "App" ], "scope": null }, { "id": "kivy.tests.test_app.TestApp", "name": "TestApp", "lineno": 150, "bases": [ "UnitKivyApp", "App" ], "scope": null }, { "id": "kivy.tests.test_app.MyWidget", "name": "MyWidget", "lineno": 179, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.tests.test_app.TestApp", "name": "TestApp", "lineno": 189, "bases": [ "UnitKivyApp", "App" ], "scope": null }, { "id": "kivy.tests.test_app.TestApp", "name": "TestApp", "lineno": 206, "bases": [ "UnitKivyApp", "App" ], "scope": null } ], "kivy.tests.test_app_on_ready": [ { "id": "kivy.tests.test_app_on_ready.ReadyFlagApp", "name": "ReadyFlagApp", "lineno": 7, "bases": [ "App" ], "scope": null }, { "id": "kivy.tests.test_app_on_ready.TestOnReady", "name": "TestOnReady", "lineno": 16, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_audio": [ { "id": "kivy.tests.test_audio.AudioTestCase", "name": "AudioTestCase", "lineno": 18, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_audio.AudioGstreamerTestCase", "name": "AudioGstreamerTestCase", "lineno": 58, "bases": [ "AudioTestCase" ], "scope": null } ], "kivy.tests.test_audio_provider": [ { "id": "kivy.tests.test_audio_provider.TestAvailableProviders", "name": "TestAvailableProviders", "lineno": 14, "bases": [], "scope": null }, { "id": "kivy.tests.test_audio_provider.TestProviderExtensionSupport", "name": "TestProviderExtensionSupport", "lineno": 79, "bases": [], "scope": null }, { "id": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter", "name": "TestAudioOutputProviderParameter", "lineno": 99, "bases": [], "scope": null }, { "id": "kivy.tests.test_audio_provider.TestInvalidProviderHandling", "name": "TestInvalidProviderHandling", "lineno": 138, "bases": [], "scope": null } ], "kivy.tests.test_benchmark": [ { "id": "kivy.tests.test_benchmark.Event", "name": "Event", "lineno": 54, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_benchmark.MyWidget", "name": "MyWidget", "lineno": 72, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.tests.test_benchmark.MyWidget", "name": "MyWidget", "lineno": 93, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.tests.test_benchmark.Event", "name": "Event", "lineno": 133, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_benchmark.Event", "name": "Event", "lineno": 142, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_benchmark.Event", "name": "Event", "lineno": 151, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.tests.test_buttonbehavior": [ { "id": "kivy.tests.test_buttonbehavior.BasicButton", "name": "BasicButton", "lineno": 25, "bases": [ "ButtonBehavior", "Widget" ], "scope": null }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase", "name": "ButtonBehaviorTestCase", "lineno": 33, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.CustomButton", "name": "CustomButton", "lineno": 182, "bases": [ "ButtonBehavior", "Widget" ], "scope": "ButtonBehaviorTestCase" }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.CustomButton", "name": "CustomButton", "lineno": 197, "bases": [ "ButtonBehavior", "Widget" ], "scope": "ButtonBehaviorTestCase" }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.CustomButton", "name": "CustomButton", "lineno": 214, "bases": [ "ButtonBehavior", "Widget" ], "scope": "ButtonBehaviorTestCase" }, { "id": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.HookTestButton", "name": "HookTestButton", "lineno": 493, "bases": [ "ButtonBehavior", "Widget" ], "scope": "ButtonBehaviorTestCase" } ], "kivy.tests.test_clipboard": [ { "id": "kivy.tests.test_clipboard.ClipboardTestCase", "name": "ClipboardTestCase", "lineno": 4, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_clock": [ { "id": "kivy.tests.test_clock.ClockCounter", "name": "ClockCounter", "lineno": 10, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock.KivyHandler", "name": "KivyHandler", "lineno": 186, "bases": [ "ExceptionHandler" ], "scope": null }, { "id": "kivy.tests.test_clock.Counter", "name": "Counter", "lineno": 285, "bases": [], "scope": null } ], "kivy.tests.test_clock_triggered": [ { "id": "kivy.tests.test_clock_triggered.ClockCounter", "name": "ClockCounter", "lineno": 5, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock_triggered.MyClass", "name": "MyClass", "lineno": 38, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock_triggered.MyClass", "name": "MyClass", "lineno": 68, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock_triggered.MyClass", "name": "MyClass", "lineno": 90, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock_triggered.MyClass", "name": "MyClass", "lineno": 109, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock_triggered.MyWidget", "name": "MyWidget", "lineno": 203, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock_triggered.MyClass", "name": "MyClass", "lineno": 229, "bases": [], "scope": null }, { "id": "kivy.tests.test_clock_triggered.MyClass", "name": "MyClass", "lineno": 254, "bases": [], "scope": null } ], "kivy.tests.test_config": [], "kivy.tests.test_core_svg": [ { "id": "kivy.tests.test_core_svg.MockProvider", "name": "MockProvider", "lineno": 39, "bases": [ "SvgProviderBase" ], "scope": null }, { "id": "kivy.tests.test_core_svg.TestSvgLoader", "name": "TestSvgLoader", "lineno": 67, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_core_svg.TestSvgLoader.BadProvider", "name": "BadProvider", "lineno": 92, "bases": [ "SvgProviderBase" ], "scope": "TestSvgLoader" }, { "id": "kivy.tests.test_core_svg.TestSvgParseDim", "name": "TestSvgParseDim", "lineno": 141, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_core_svg.TestParseElementIds", "name": "TestParseElementIds", "lineno": 185, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_core_svg.TestApplyCurrentColor", "name": "TestApplyCurrentColor", "lineno": 227, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_core_svg.TestProbeSizeFromXml", "name": "TestProbeSizeFromXml", "lineno": 271, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_core_svg.TestSvgProviderThorvg", "name": "TestSvgProviderThorvg", "lineno": 324, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_coverage": [], "kivy.tests.test_doc_gallery": [], "kivy.tests.test_effects": [], "kivy.tests.test_environ_cli": [], "kivy.tests.test_fbo": [ { "id": "kivy.tests.test_fbo.FboTest", "name": "FboTest", "lineno": 8, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.tests.test_fbo.FBOGetPixelColorTest", "name": "FBOGetPixelColorTest", "lineno": 35, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_filechooser": [ { "id": "kivy.tests.test_filechooser.FileChooserTestCase", "name": "FileChooserTestCase", "lineno": 4, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_filechooser_unicode": [ { "id": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase", "name": "FileChooserUnicodeTestCase", "lineno": 18, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_fonts": [ { "id": "kivy.tests.test_fonts.FontTestCase", "name": "FontTestCase", "lineno": 6, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_garden": [], "kivy.tests.test_graphics": [ { "id": "kivy.tests.test_graphics.BoxShadowTest", "name": "BoxShadowTest", "lineno": 17, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_graphics.VertexInstructionTest", "name": "VertexInstructionTest", "lineno": 273, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_graphics.SmoothVertexInstructionTest", "name": "SmoothVertexInstructionTest", "lineno": 497, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_graphics.FBOInstructionTestCase", "name": "FBOInstructionTestCase", "lineno": 1007, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_graphics.TransformationsTestCase", "name": "TransformationsTestCase", "lineno": 1022, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_graphics.CallbackInstructionTest", "name": "CallbackInstructionTest", "lineno": 1056, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_graphics.Test_glReadPixels_inplace", "name": "Test_glReadPixels_inplace", "lineno": 1154, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_image": [ { "id": "kivy.tests.test_image.ImageTestCase", "name": "ImageTestCase", "lineno": 8, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_imageloader": [ { "id": "kivy.tests.test_imageloader._TestContext", "name": "_TestContext", "lineno": 152, "bases": [ "object" ], "scope": null }, { "id": "kivy.tests.test_imageloader.ImageLoaderTestCase", "name": "ImageLoaderTestCase", "lineno": 228, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_imageloader.ConverterTestCase", "name": "ConverterTestCase", "lineno": 396, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_image_provider": [ { "id": "kivy.tests.test_image_provider.TestAvailableProviders", "name": "TestAvailableProviders", "lineno": 28, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestImageProviderParameter", "name": "TestImageProviderParameter", "lineno": 83, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestImageProviderURIScheme", "name": "TestImageProviderURIScheme", "lineno": 150, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestParseUriParams", "name": "TestParseUriParams", "lineno": 277, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestInvalidProviderHandling", "name": "TestInvalidProviderHandling", "lineno": 317, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestProviderPriority", "name": "TestProviderPriority", "lineno": 356, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestProviderExtensionSupport", "name": "TestProviderExtensionSupport", "lineno": 379, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestCoreImageProviderProperty", "name": "TestCoreImageProviderProperty", "lineno": 399, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestWidgetImageProvider", "name": "TestWidgetImageProvider", "lineno": 423, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestAsyncImageProvider", "name": "TestAsyncImageProvider", "lineno": 469, "bases": [], "scope": null }, { "id": "kivy.tests.test_image_provider.TestZipImageProvider", "name": "TestZipImageProvider", "lineno": 493, "bases": [], "scope": null } ], "kivy.tests.test_invalid_lang": [ { "id": "kivy.tests.test_invalid_lang.InvalidLangTestCase", "name": "InvalidLangTestCase", "lineno": 5, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_kivy_init": [], "kivy.tests.test_knspace": [ { "id": "kivy.tests.test_knspace.KNSpaceTestCase", "name": "KNSpaceTestCase", "lineno": 8, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.MyWidget", "name": "MyWidget", "lineno": 24, "bases": [ "KNSpaceBehavior", "Widget" ], "scope": "KNSpaceTestCase" }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.MyWidget", "name": "MyWidget", "lineno": 36, "bases": [ "KNSpaceBehavior", "Widget" ], "scope": "KNSpaceTestCase" }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.MyWidget", "name": "MyWidget", "lineno": 56, "bases": [ "KNSpaceBehavior", "Widget" ], "scope": "KNSpaceTestCase" }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.MyWidget", "name": "MyWidget", "lineno": 66, "bases": [ "KNSpaceBehavior", "Widget" ], "scope": "KNSpaceTestCase" }, { "id": "kivy.tests.test_knspace.KNSpaceTestCase.NamedWidget", "name": "NamedWidget", "lineno": 169, "bases": [ "KNSpaceBehavior", "Widget" ], "scope": "KNSpaceTestCase" } ], "kivy.tests.test_lang": [ { "id": "kivy.tests.test_lang.BaseClass", "name": "BaseClass", "lineno": 13, "bases": [ "object" ], "scope": null }, { "id": "kivy.tests.test_lang.TLangClass", "name": "TLangClass", "lineno": 52, "bases": [ "BaseClass" ], "scope": null }, { "id": "kivy.tests.test_lang.TLangClass2", "name": "TLangClass2", "lineno": 56, "bases": [ "BaseClass" ], "scope": null }, { "id": "kivy.tests.test_lang.TLangClass3", "name": "TLangClass3", "lineno": 60, "bases": [ "BaseClass" ], "scope": null }, { "id": "kivy.tests.test_lang.LangTestCase", "name": "LangTestCase", "lineno": 64, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_lang.LangTestCase.MyObject", "name": "MyObject", "lineno": 246, "bases": [ "object" ], "scope": "LangTestCase" }, { "id": "kivy.tests.test_lang.LangTestCase.MyWidget", "name": "MyWidget", "lineno": 249, "bases": [ "Widget" ], "scope": "LangTestCase" }, { "id": "kivy.tests.test_lang.LangTestCase.Person", "name": "Person", "lineno": 394, "bases": [ "EventDispatcher" ], "scope": "LangTestCase" }, { "id": "kivy.tests.test_lang.LangTestCase.TestContainer", "name": "TestContainer", "lineno": 397, "bases": [ "BoxLayout" ], "scope": "LangTestCase" } ], "kivy.tests.test_lang_complex": [ { "id": "kivy.tests.test_lang_complex.LangComplexTestCase", "name": "LangComplexTestCase", "lineno": 35, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_lang_complex.LangComplexTestCase.TestWidget", "name": "TestWidget", "lineno": 51, "bases": [ "Widget" ], "scope": "LangComplexTestCase" }, { "id": "kivy.tests.test_lang_complex.LangComplexTestCase.MainWidget", "name": "MainWidget", "lineno": 64, "bases": [ "Widget" ], "scope": "LangComplexTestCase" }, { "id": "kivy.tests.test_lang_complex.LangComplexTestCase.TestWidget2", "name": "TestWidget2", "lineno": 68, "bases": [ "Widget" ], "scope": "LangComplexTestCase" }, { "id": "kivy.tests.test_lang_complex.LangComplexTestCase.CustomLabel", "name": "CustomLabel", "lineno": 71, "bases": [ "Label" ], "scope": "LangComplexTestCase" } ], "kivy.tests.test_lang_pre_process_and_post_process": [ { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks", "name": "TrackCallbacks", "lineno": 6, "bases": [ "object" ], "scope": null }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.TestEventsBase", "name": "TestEventsBase", "lineno": 175, "bases": [ "TrackCallbacks", "Widget" ], "scope": "TrackCallbacks" }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents", "name": "TestKvEvents", "lineno": 220, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.TestEventsPureAuto", "name": "TestEventsPureAuto", "lineno": 223, "bases": [ "" ], "scope": "TestKvEvents" }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.TestEventsPure", "name": "TestEventsPure", "lineno": 232, "bases": [ "" ], "scope": "TestKvEvents" }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.TestEventsFromKV", "name": "TestEventsFromKV", "lineno": 260, "bases": [ "" ], "scope": "TestKvEvents" }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.TestEventsFromKVEvent", "name": "TestEventsFromKVEvent", "lineno": 273, "bases": [ "" ], "scope": "TestKvEvents" }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.TestEventsFromKVChild", "name": "TestEventsFromKVChild", "lineno": 292, "bases": [ "" ], "scope": "TestKvEvents" }, { "id": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.TestEventsFromKVChildInherit", "name": "TestEventsFromKVChildInherit", "lineno": 323, "bases": [ "" ], "scope": "TestKvEvents" } ], "kivy.tests.test_logger": [ { "id": "kivy.tests.test_logger.UncopyableDatastructure", "name": "UncopyableDatastructure", "lineno": 124, "bases": [], "scope": null }, { "id": "kivy.tests.test_logger.NuclearReactorMonitoringHandler", "name": "NuclearReactorMonitoringHandler", "lineno": 400, "bases": [ "logging.Handler" ], "scope": null } ], "kivy.tests.test_lottie_provider": [ { "id": "kivy.tests.test_lottie_provider._FakeLottie", "name": "_FakeLottie", "lineno": 36, "bases": [], "scope": null }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine", "name": "TestLottieBaseStateMachine", "lineno": 48, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._Provider", "name": "_Provider", "lineno": 54, "bases": [ "LottieBase" ], "scope": "TestLottieBaseStateMachine" }, { "id": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._P", "name": "_P", "lineno": 162, "bases": [ "LottieBase" ], "scope": "TestLottieBaseStateMachine" }, { "id": "kivy.tests.test_lottie_provider.TestLottieNullProvider", "name": "TestLottieNullProvider", "lineno": 189, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration", "name": "TestLottieThorvgIntegration", "lineno": 283, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_lottie_provider.TestCollectSlotIds", "name": "TestCollectSlotIds", "lineno": 400, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_metrics": [], "kivy.tests.test_module_inspector": [ { "id": "kivy.tests.test_module_inspector.InspectorTestCase", "name": "InspectorTestCase", "lineno": 49, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_motion_event": [ { "id": "kivy.tests.test_motion_event.DummyMotionEvent", "name": "DummyMotionEvent", "lineno": 7, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.tests.test_motion_event.TestMotionEvent", "name": "TestMotionEvent", "lineno": 11, "bases": [], "scope": null } ], "kivy.tests.test_mouse_hover_event": [ { "id": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase", "name": "MouseHoverEventTestCase", "lineno": 4, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_mouse_multitouchsim": [ { "id": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase", "name": "MultitouchSimulatorTestCase", "lineno": 4, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_multistroke": [ { "id": "kivy.tests.test_multistroke.MultistrokeTestCase", "name": "MultistrokeTestCase", "lineno": 43, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_properties": [ { "id": "kivy.tests.test_properties._TestProperty", "name": "_TestProperty", "lineno": 11, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.ObjWidget", "name": "ObjWidget", "lineno": 458, "bases": [ "Label" ], "scope": null }, { "id": "kivy.tests.test_properties.ObjWidgetRebindFalse", "name": "ObjWidgetRebindFalse", "lineno": 461, "bases": [ "Label" ], "scope": null }, { "id": "kivy.tests.test_properties.DictWidget", "name": "DictWidget", "lineno": 464, "bases": [ "Label" ], "scope": null }, { "id": "kivy.tests.test_properties.DictWidgetFalse", "name": "DictWidgetFalse", "lineno": 468, "bases": [ "Label" ], "scope": null }, { "id": "kivy.tests.test_properties.AliasWidget", "name": "AliasWidget", "lineno": 471, "bases": [ "Label" ], "scope": null }, { "id": "kivy.tests.test_properties.CustomAlias", "name": "CustomAlias", "lineno": 622, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.CustomAlias", "name": "CustomAlias", "lineno": 651, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.CustomAlias", "name": "CustomAlias", "lineno": 705, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.CustomAlias", "name": "CustomAlias", "lineno": 753, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.CustomAlias", "name": "CustomAlias", "lineno": 805, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.CustomAlias", "name": "CustomAlias", "lineno": 852, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.CustomAlias", "name": "CustomAlias", "lineno": 897, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Number", "name": "Number", "lineno": 989, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Number", "name": "Number", "lineno": 1052, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Number", "name": "Number", "lineno": 1083, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Event", "name": "Event", "lineno": 1117, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Event", "name": "Event", "lineno": 1147, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Parent", "name": "Parent", "lineno": 1185, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Child", "name": "Child", "lineno": 1189, "bases": [ "Parent" ], "scope": null }, { "id": "kivy.tests.test_properties.Event", "name": "Event", "lineno": 1216, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Event", "name": "Event", "lineno": 1249, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Event2", "name": "Event2", "lineno": 1253, "bases": [ "Event" ], "scope": null }, { "id": "kivy.tests.test_properties.MyWidget", "name": "MyWidget", "lineno": 1281, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Behavior", "name": "Behavior", "lineno": 1293, "bases": [], "scope": null }, { "id": "kivy.tests.test_properties.Widget2", "name": "Widget2", "lineno": 1298, "bases": [ "Behavior", "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Widget3", "name": "Widget3", "lineno": 1301, "bases": [ "EventDispatcher", "Behavior" ], "scope": null }, { "id": "kivy.tests.test_properties.Behavior", "name": "Behavior", "lineno": 1315, "bases": [], "scope": null }, { "id": "kivy.tests.test_properties.Widget2", "name": "Widget2", "lineno": 1320, "bases": [ "Behavior", "EventDispatcher" ], "scope": null }, { "id": "kivy.tests.test_properties.Widget3", "name": "Widget3", "lineno": 1323, "bases": [ "EventDispatcher", "Behavior" ], "scope": null }, { "id": "kivy.tests.test_properties.TestCls", "name": "TestCls", "lineno": 1333, "bases": [ "object" ], "scope": null } ], "kivy.tests.test_provider_registry": [ { "id": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness", "name": "TestProviderRegistryCompleteness", "lineno": 16, "bases": [], "scope": null }, { "id": "kivy.tests.test_provider_registry.TestProviderRegistrySync", "name": "TestProviderRegistrySync", "lineno": 154, "bases": [], "scope": null }, { "id": "kivy.tests.test_provider_registry.TestHelperFunctions", "name": "TestHelperFunctions", "lineno": 202, "bases": [], "scope": null }, { "id": "kivy.tests.test_provider_registry.TestProviderModuleUsage", "name": "TestProviderModuleUsage", "lineno": 276, "bases": [], "scope": null }, { "id": "kivy.tests.test_provider_registry.TestRegistryDiscovery", "name": "TestRegistryDiscovery", "lineno": 338, "bases": [], "scope": null }, { "id": "kivy.tests.test_provider_registry.TestRegistryCorrectness", "name": "TestRegistryCorrectness", "lineno": 494, "bases": [], "scope": null }, { "id": "kivy.tests.test_provider_registry.TestRegistryUsageInModules", "name": "TestRegistryUsageInModules", "lineno": 554, "bases": [], "scope": null } ], "kivy.tests.test_resources": [], "kivy.tests.test_rst_replace": [ { "id": "kivy.tests.test_rst_replace._TestRstReplace", "name": "_TestRstReplace", "lineno": 9, "bases": [ "RstDocument" ], "scope": null }, { "id": "kivy.tests.test_rst_replace.RstSubstitutionTestCase", "name": "RstSubstitutionTestCase", "lineno": 25, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_screen": [], "kivy.tests.test_storage": [ { "id": "kivy.tests.test_storage.StorageTestCase", "name": "StorageTestCase", "lineno": 12, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_system_tray": [ { "id": "kivy.tests.test_system_tray.TrayMenuTest", "name": "TrayMenuTest", "lineno": 11, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_system_tray.TrayMenuItemTest", "name": "TrayMenuItemTest", "lineno": 86, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_system_tray.TrayIconTest", "name": "TrayIconTest", "lineno": 187, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_system_tray.TrayIconFileHandlingTest", "name": "TrayIconFileHandlingTest", "lineno": 271, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_system_tray.TrayComplexMenuTest", "name": "TrayComplexMenuTest", "lineno": 341, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_system_tray.TraySystemIntegrationTest", "name": "TraySystemIntegrationTest", "lineno": 511, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_text_provider": [ { "id": "kivy.tests.test_text_provider.TestAvailableProviders", "name": "TestAvailableProviders", "lineno": 27, "bases": [], "scope": null }, { "id": "kivy.tests.test_text_provider.TestGetProviderClass", "name": "TestGetProviderClass", "lineno": 73, "bases": [], "scope": null }, { "id": "kivy.tests.test_text_provider.TestStrictMode", "name": "TestStrictMode", "lineno": 120, "bases": [], "scope": null }, { "id": "kivy.tests.test_text_provider.TestCoreLabelProviderSelection", "name": "TestCoreLabelProviderSelection", "lineno": 142, "bases": [], "scope": null }, { "id": "kivy.tests.test_text_provider.TestLabelWidgetProvider", "name": "TestLabelWidgetProvider", "lineno": 171, "bases": [], "scope": null }, { "id": "kivy.tests.test_text_provider.TestMarkupLabelProvider", "name": "TestMarkupLabelProvider", "lineno": 242, "bases": [], "scope": null }, { "id": "kivy.tests.test_text_provider.TestRegisterProvider", "name": "TestRegisterProvider", "lineno": 329, "bases": [], "scope": null }, { "id": "kivy.tests.test_text_provider.TestRegisterProvider.MockLabelProvider", "name": "MockLabelProvider", "lineno": 339, "bases": [ "LabelBase" ], "scope": "TestRegisterProvider" }, { "id": "kivy.tests.test_text_provider.TestRegisterProvider.LabelTestProvider", "name": "LabelTestProvider", "lineno": 355, "bases": [ "LabelBase" ], "scope": "TestRegisterProvider" }, { "id": "kivy.tests.test_text_provider.TestRegisterProvider.LabelNoName", "name": "LabelNoName", "lineno": 372, "bases": [ "LabelBase" ], "scope": "TestRegisterProvider" } ], "kivy.tests.test_thorvg_svg_provider": [ { "id": "kivy.tests.test_thorvg_svg_provider.TestApplyMinRasterSize", "name": "TestApplyMinRasterSize", "lineno": 32, "bases": [], "scope": null }, { "id": "kivy.tests.test_thorvg_svg_provider.TestConfigDefaultSize", "name": "TestConfigDefaultSize", "lineno": 85, "bases": [], "scope": null }, { "id": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad", "name": "TestThorvgSvgLoad", "lineno": 129, "bases": [], "scope": null } ], "kivy.tests.test_thorvg_wrapper": [], "kivy.tests.test_togglebuttonbehavior": [ { "id": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton", "name": "BasicToggleButton", "lineno": 23, "bases": [ "ToggleButtonBehavior", "Label" ], "scope": null }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest", "name": "ToggleButtonBehaviorTest", "lineno": 31, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.G", "name": "G", "lineno": 423, "bases": [ "Enum" ], "scope": "ToggleButtonBehaviorTest" }, { "id": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.SubToggle", "name": "SubToggle", "lineno": 450, "bases": [ "BasicToggleButton" ], "scope": "ToggleButtonBehaviorTest" } ], "kivy.tests.test_uix_accordion": [ { "id": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase", "name": "AccordionItemTitleTestCase", "lineno": 9, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.MyTitle", "name": "MyTitle", "lineno": 29, "bases": [ "AccordionItemTitle" ], "scope": "AccordionItemTitleTestCase" } ], "kivy.tests.test_uix_actionbar": [ { "id": "kivy.tests.test_uix_actionbar.TouchPoint", "name": "TouchPoint", "lineno": 55, "bases": [ "UTMotionEvent" ], "scope": null }, { "id": "kivy.tests.test_uix_actionbar.ActionBarTestCase", "name": "ActionBarTestCase", "lineno": 70, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_anchorlayout": [ { "id": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase", "name": "UIXAnchorLayoutTestcase", "lineno": 9, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_asyncimage": [ { "id": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase", "name": "AsyncImageTestCase", "lineno": 15, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_boxlayout": [ { "id": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase", "name": "UIXBoxLayoutTestcase", "lineno": 12, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_bubble": [ { "id": "kivy.tests.test_uix_bubble._TestBubbleButton", "name": "_TestBubbleButton", "lineno": 17, "bases": [ "BubbleButton" ], "scope": null }, { "id": "kivy.tests.test_uix_bubble._TestBubbleContent", "name": "_TestBubbleContent", "lineno": 31, "bases": [ "BubbleContent" ], "scope": null }, { "id": "kivy.tests.test_uix_bubble._TestBubble", "name": "_TestBubble", "lineno": 42, "bases": [ "Bubble" ], "scope": null }, { "id": "kivy.tests.test_uix_bubble.BubbleTest", "name": "BubbleTest", "lineno": 131, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_carousel": [], "kivy.tests.test_uix_colorpicker": [ { "id": "kivy.tests.test_uix_colorpicker.ColorWheelTest", "name": "ColorWheelTest", "lineno": 10, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_colorpicker.ColorPickerTest", "name": "ColorPickerTest", "lineno": 60, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_dropdown": [ { "id": "kivy.tests.test_uix_dropdown.RootButton", "name": "RootButton", "lineno": 10, "bases": [ "Button" ], "scope": null }, { "id": "kivy.tests.test_uix_dropdown.TestApp", "name": "TestApp", "lineno": 26, "bases": [ "UnitKivyApp", "App" ], "scope": null } ], "kivy.tests.test_uix_gridlayout": [ { "id": "kivy.tests.test_uix_gridlayout.GridLayoutTest", "name": "GridLayoutTest", "lineno": 13, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_uix_gridlayout.UixGridLayoutTest", "name": "UixGridLayoutTest", "lineno": 44, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children", "name": "TestLayout_fixed_sized_children", "lineno": 87, "bases": [], "scope": null } ], "kivy.tests.test_uix_layout": [ { "id": "kivy.tests.test_uix_layout.UixLayoutTest", "name": "UixLayoutTest", "lineno": 12, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_uix_lottie": [ { "id": "kivy.tests.test_uix_lottie._MockLottie", "name": "_MockLottie", "lineno": 52, "bases": [ "LottieBase" ], "scope": null }, { "id": "kivy.tests.test_uix_lottie._MockLottieInjection", "name": "_MockLottieInjection", "lineno": 111, "bases": [], "scope": null }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad", "name": "TestLottieWidgetLoad", "lineno": 134, "bases": [ "_MockLottieInjection", "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback", "name": "TestLottieWidgetPlayback", "lineno": 200, "bases": [ "_MockLottieInjection", "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetDom", "name": "TestLottieWidgetDom", "lineno": 268, "bases": [ "_MockLottieInjection", "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode", "name": "TestLottieWidgetFitMode", "lineno": 350, "bases": [ "_MockLottieInjection", "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_modal": [ { "id": "kivy.tests.test_uix_modal.ModalButton", "name": "ModalButton", "lineno": 13, "bases": [ "Button" ], "scope": null }, { "id": "kivy.tests.test_uix_modal.TestApp", "name": "TestApp", "lineno": 35, "bases": [ "UnitKivyApp", "App" ], "scope": null } ], "kivy.tests.test_uix_recyclegridlayout": [ { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible", "name": "TestLayout_all_the_data_is_visible", "lineno": 4, "bases": [], "scope": null }, { "id": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible", "name": "TestLayout_only_a_part_of_the_data_is_visible", "lineno": 183, "bases": [], "scope": null } ], "kivy.tests.test_uix_relativelayout": [ { "id": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest", "name": "UixRelativeLayoutTest", "lineno": 13, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_uix_scrollview": [ { "id": "kivy.tests.test_uix_scrollview._TestGrid", "name": "_TestGrid", "lineno": 17, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarHorizontal", "name": "_TestScrollbarHorizontal", "lineno": 34, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarVertical", "name": "_TestScrollbarVertical", "lineno": 42, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarBoth", "name": "_TestScrollbarBoth", "lineno": 50, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarHorizontalMargin", "name": "_TestScrollbarHorizontalMargin", "lineno": 57, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarVerticalMargin", "name": "_TestScrollbarVerticalMargin", "lineno": 66, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.tests.test_uix_scrollview._TestScrollbarBothMargin", "name": "_TestScrollbarBothMargin", "lineno": 75, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.tests.test_uix_scrollview.ScrollViewTestCase", "name": "ScrollViewTestCase", "lineno": 83, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_settings": [], "kivy.tests.test_uix_slider": [ { "id": "kivy.tests.test_uix_slider._TestSliderHandle", "name": "_TestSliderHandle", "lineno": 8, "bases": [ "Slider" ], "scope": null }, { "id": "kivy.tests.test_uix_slider._TestSliderAll", "name": "_TestSliderAll", "lineno": 14, "bases": [ "Slider" ], "scope": null }, { "id": "kivy.tests.test_uix_slider.SliderMoveTestCase", "name": "SliderMoveTestCase", "lineno": 20, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_stacklayout": [ { "id": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest", "name": "UixStackLayoutTest", "lineno": 12, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_uix_svg": [ { "id": "kivy.tests.test_uix_svg._MockSvgProvider", "name": "_MockSvgProvider", "lineno": 57, "bases": [ "SvgProviderBase" ], "scope": null }, { "id": "kivy.tests.test_uix_svg._SvgLoaderIsolation", "name": "_SvgLoaderIsolation", "lineno": 83, "bases": [], "scope": null }, { "id": "kivy.tests.test_uix_svg.TestNextPowerOf2", "name": "TestNextPowerOf2", "lineno": 107, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_uix_svg.TestIsUri", "name": "TestIsUri", "lineno": 132, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_uix_svg.TestElementOverrideApi", "name": "TestElementOverrideApi", "lineno": 173, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration", "name": "TestSvgWidgetIntegration", "lineno": 245, "bases": [ "_SvgLoaderIsolation", "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration", "name": "TestAsyncSvgWidgetIntegration", "lineno": 470, "bases": [ "_SvgLoaderIsolation", "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration._FakeRequest", "name": "_FakeRequest", "lineno": 505, "bases": [], "scope": "TestAsyncSvgWidgetIntegration" }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration._FakeRequest", "name": "_FakeRequest", "lineno": 520, "bases": [], "scope": "TestAsyncSvgWidgetIntegration" }, { "id": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration._FakeRequest", "name": "_FakeRequest", "lineno": 535, "bases": [], "scope": "TestAsyncSvgWidgetIntegration" } ], "kivy.tests.test_uix_textinput": [ { "id": "kivy.tests.test_uix_textinput.TextInputTest", "name": "TextInputTest", "lineno": 18, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_uix_textinput.TextInputIMETest", "name": "TextInputIMETest", "lineno": 46, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_uix_textinput.TextInputGraphicTest", "name": "TextInputGraphicTest", "lineno": 68, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_uix_translate_coordinates": [], "kivy.tests.test_uix_videoplayer": [ { "id": "kivy.tests.test_uix_videoplayer.TestApp", "name": "TestApp", "lineno": 11, "bases": [ "UnitKivyApp", "App" ], "scope": null } ], "kivy.tests.test_uix_widget": [ { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase", "name": "UIXWidgetTestCase", "lineno": 4, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.CallerWidget", "name": "CallerWidget", "lineno": 95, "bases": [ "FloatLayout" ], "scope": "UIXWidgetTestCase" }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.NestedWidget", "name": "NestedWidget", "lineno": 101, "bases": [ "FloatLayout" ], "scope": "UIXWidgetTestCase" }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.UIXWidget", "name": "UIXWidget", "lineno": 104, "bases": [ "NestedWidget" ], "scope": "UIXWidgetTestCase" }, { "id": "kivy.tests.test_uix_widget.UIXWidgetTestCase.BaseWidget", "name": "BaseWidget", "lineno": 107, "bases": [ "FloatLayout" ], "scope": "UIXWidgetTestCase" } ], "kivy.tests.test_utils": [ { "id": "kivy.tests.test_utils.UtilsTest", "name": "UtilsTest", "lineno": 17, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_vector": [ { "id": "kivy.tests.test_vector.VectorTestCase", "name": "VectorTestCase", "lineno": 7, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_video": [ { "id": "kivy.tests.test_video.VideoTestCase", "name": "VideoTestCase", "lineno": 5, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_weakmethod": [ { "id": "kivy.tests.test_weakmethod.SomeClass", "name": "SomeClass", "lineno": 7, "bases": [], "scope": null } ], "kivy.tests.test_widget": [ { "id": "kivy.tests.test_widget.WidgetTestCase", "name": "WidgetTestCase", "lineno": 6, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_widget_walk": [ { "id": "kivy.tests.test_widget_walk.FileWidgetWalk", "name": "FileWidgetWalk", "lineno": 4, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_window_base": [ { "id": "kivy.tests.test_window_base.WindowBaseTest", "name": "WindowBaseTest", "lineno": 8, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_window_base.WindowRotationTest", "name": "WindowRotationTest", "lineno": 25, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_window_base.WindowUnrotatedSizeTest", "name": "WindowUnrotatedSizeTest", "lineno": 43, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_window_base.WindowSizeTest", "name": "WindowSizeTest", "lineno": 56, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_window_base.WindowOpacityTest", "name": "WindowOpacityTest", "lineno": 93, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_window_base.WindowNativeHandleTest", "name": "WindowNativeHandleTest", "lineno": 132, "bases": [ "GraphicUnitTest" ], "scope": null }, { "id": "kivy.tests.test_window_base.WindowSystemThemeTest", "name": "WindowSystemThemeTest", "lineno": 148, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.test_window_info": [ { "id": "kivy.tests.test_window_info.WindowInfoTest", "name": "WindowInfoTest", "lineno": 5, "bases": [ "GraphicUnitTest" ], "scope": null } ], "kivy.tests.visual_test_label": [ { "id": "kivy.tests.visual_test_label.LabelTest", "name": "LabelTest", "lineno": 283, "bases": [ "GridLayout" ], "scope": null } ], "kivy.tests": [], "kivy.tests.pyinstaller.test_pyinstaller": [ { "id": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase", "name": "PyinstallerBase", "lineno": 18, "bases": [ "object" ], "scope": null }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.TestSimpleWidget", "name": "TestSimpleWidget", "lineno": 92, "bases": [ "PyinstallerBase" ], "scope": null }, { "id": "kivy.tests.pyinstaller.test_pyinstaller.TestVideoWidget", "name": "TestVideoWidget", "lineno": 97, "bases": [ "PyinstallerBase" ], "scope": null } ], "kivy.tests.pyinstaller.simple_widget.main": [], "kivy.tests.pyinstaller.simple_widget.project.widget": [ { "id": "kivy.tests.pyinstaller.simple_widget.project.widget.MyWidget", "name": "MyWidget", "lineno": 4, "bases": [ "Widget" ], "scope": null } ], "kivy.tests.pyinstaller.simple_widget.project": [], "kivy.tests.pyinstaller.video_widget.main": [], "kivy.tests.pyinstaller.video_widget.project": [ { "id": "kivy.tests.pyinstaller.video_widget.project.VideoApp", "name": "VideoApp", "lineno": 8, "bases": [ "App" ], "scope": null } ], "kivy.tests.test_issues.test_6315": [ { "id": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase", "name": "PaddingSpacingTestCase", "lineno": 4, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_issues.test_issue_1084": [ { "id": "kivy.tests.test_issues.test_issue_1084.UnicodeIssueSetting", "name": "UnicodeIssueSetting", "lineno": 33, "bases": [ "App" ], "scope": null } ], "kivy.tests.test_issues.test_issue_1091": [ { "id": "kivy.tests.test_issues.test_issue_1091.PaddingSpacingTestCase", "name": "PaddingSpacingTestCase", "lineno": 4, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_issues.test_issue_599": [ { "id": "kivy.tests.test_issues.test_issue_599.Issue599", "name": "Issue599", "lineno": 4, "bases": [ "unittest.TestCase" ], "scope": null }, { "id": "kivy.tests.test_issues.test_issue_599.Issue599.PropertyWidget", "name": "PropertyWidget", "lineno": 10, "bases": [ "EventDispatcher" ], "scope": "Issue599" } ], "kivy.tests.test_issues.test_issue_609": [ { "id": "kivy.tests.test_issues.test_issue_609.Issue609", "name": "Issue609", "lineno": 4, "bases": [ "object" ], "scope": null } ], "kivy.tests.test_issues.test_issue_6909": [ { "id": "kivy.tests.test_issues.test_issue_6909.CodecLoggingTestCase", "name": "CodecLoggingTestCase", "lineno": 9, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_issues.test_issue_883": [ { "id": "kivy.tests.test_issues.test_issue_883.LabelEmptyMarkupTestCase", "name": "LabelEmptyMarkupTestCase", "lineno": 4, "bases": [ "unittest.TestCase" ], "scope": null } ], "kivy.tests.test_urlrequest.conftest": [], "kivy.tests.test_urlrequest.test_urlrequest_requests": [ { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue", "name": "UrlRequestQueue", "lineno": 18, "bases": [], "scope": null }, { "id": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks", "name": "TestCallbacks", "lineno": 41, "bases": [], "scope": null } ], "kivy.tests.test_urlrequest.test_urlrequest_urllib": [ { "id": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue", "name": "UrlRequestQueue", "lineno": 82, "bases": [], "scope": null } ], "kivy.tools.benchmark": [ { "id": "kivy.tools.benchmark.FakeMotionEvent", "name": "FakeMotionEvent", "lineno": 39, "bases": [ "MotionEvent" ], "scope": null }, { "id": "kivy.tools.benchmark.bench_widget_creation", "name": "bench_widget_creation", "lineno": 43, "bases": [], "scope": null }, { "id": "kivy.tools.benchmark.bench_widget_creation_with_root", "name": "bench_widget_creation_with_root", "lineno": 52, "bases": [], "scope": null }, { "id": "kivy.tools.benchmark.bench_widget_draw", "name": "bench_widget_draw", "lineno": 61, "bases": [], "scope": null }, { "id": "kivy.tools.benchmark.bench_widget_dispatch", "name": "bench_widget_dispatch", "lineno": 75, "bases": [], "scope": null }, { "id": "kivy.tools.benchmark.bench_label_creation", "name": "bench_label_creation", "lineno": 94, "bases": [], "scope": null }, { "id": "kivy.tools.benchmark.bench_button_creation", "name": "bench_button_creation", "lineno": 110, "bases": [], "scope": null }, { "id": "kivy.tools.benchmark.bench_label_creation_with_tick", "name": "bench_label_creation_with_tick", "lineno": 127, "bases": [], "scope": null }, { "id": "kivy.tools.benchmark.bench_button_creation_with_tick", "name": "bench_button_creation_with_tick", "lineno": 145, "bases": [], "scope": null } ], "kivy.tools.changelog_parser": [], "kivy.tools.coverage": [ { "id": "kivy.tools.coverage.CoverageKVParser", "name": "CoverageKVParser", "lineno": 39, "bases": [ "Parser" ], "scope": null }, { "id": "kivy.tools.coverage.KivyCoveragePlugin", "name": "KivyCoveragePlugin", "lineno": 95, "bases": [ "coverage.plugin.CoveragePlugin" ], "scope": null }, { "id": "kivy.tools.coverage.KivyFileTracer", "name": "KivyFileTracer", "lineno": 112, "bases": [ "coverage.plugin.FileTracer" ], "scope": null }, { "id": "kivy.tools.coverage.KivyFileReporter", "name": "KivyFileReporter", "lineno": 124, "bases": [ "coverage.plugin.FileReporter" ], "scope": null } ], "kivy.tools.gallery": [], "kivy.tools.generate-icons": [ { "id": "kivy.tools.generate-icons.Converter", "name": "Converter", "lineno": 16, "bases": [ "object" ], "scope": null } ], "kivy.tools.kviewer": [ { "id": "kivy.tools.kviewer.KvHandler", "name": "KvHandler", "lineno": 47, "bases": [ "FileSystemEventHandler" ], "scope": null }, { "id": "kivy.tools.kviewer.KvViewerApp", "name": "KvViewerApp", "lineno": 58, "bases": [ "App" ], "scope": null } ], "kivy.tools.report": [], "kivy.tools.stub-gl-debug": [], "kivy.tools.texturecompress": [ { "id": "kivy.tools.texturecompress.Tool", "name": "Tool", "lineno": 40, "bases": [ "object" ], "scope": null }, { "id": "kivy.tools.texturecompress.Etc1Tool", "name": "Etc1Tool", "lineno": 113, "bases": [ "Tool" ], "scope": null }, { "id": "kivy.tools.texturecompress.PvrtcTool", "name": "PvrtcTool", "lineno": 166, "bases": [ "Tool" ], "scope": null } ], "kivy.tools": [], "kivy.tools.gles_compat.subset_gles": [], "kivy.tools.highlight": [], "kivy.tools.image-testsuite.gimp28-testsuite": [], "kivy.tools.packaging.cython_cfg": [], "kivy.tools.packaging.factory": [ { "id": "kivy.tools.packaging.factory.FactoryBuild", "name": "FactoryBuild", "lineno": 23, "bases": [ "Command" ], "scope": null } ], "kivy.tools.packaging": [], "kivy.tools.packaging.pyinstaller_hooks.hook-kivy": [], "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy": [], "kivy.tools.packaging.pyinstaller_hooks": [], "kivy.tools.packaging.pyinstaller_hooks.__main__": [], "kivy.tools.pep8checker.pep8": [ { "id": "kivy.tools.pep8checker.pep8.Checker", "name": "Checker", "lineno": 1483, "bases": [ "object" ], "scope": null }, { "id": "kivy.tools.pep8checker.pep8.BaseReport", "name": "BaseReport", "lineno": 1778, "bases": [ "object" ], "scope": null }, { "id": "kivy.tools.pep8checker.pep8.FileReport", "name": "FileReport", "lineno": 1868, "bases": [ "BaseReport" ], "scope": null }, { "id": "kivy.tools.pep8checker.pep8.StandardReport", "name": "StandardReport", "lineno": 1874, "bases": [ "BaseReport" ], "scope": null }, { "id": "kivy.tools.pep8checker.pep8.DiffReport", "name": "DiffReport", "lineno": 1929, "bases": [ "StandardReport" ], "scope": null }, { "id": "kivy.tools.pep8checker.pep8.StyleGuide", "name": "StyleGuide", "lineno": 1942, "bases": [ "object" ], "scope": null } ], "kivy.tools.pep8checker.pep8kivy": [ { "id": "kivy.tools.pep8checker.pep8kivy.KivyStyleChecker", "name": "KivyStyleChecker", "lineno": 21, "bases": [ "pep8.Checker" ], "scope": null } ], "kivy.uix.accordion": [ { "id": "kivy.uix.accordion.AccordionException", "name": "AccordionException", "lineno": 101, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.accordion.AccordionItemTitle", "name": "AccordionItemTitle", "lineno": 107, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.accordion.AccordionItem", "name": "AccordionItem", "lineno": 137, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.accordion.Accordion", "name": "Accordion", "lineno": 364, "bases": [ "Widget" ], "scope": null } ], "kivy.uix.actionbar": [ { "id": "kivy.uix.actionbar.ActionBarException", "name": "ActionBarException", "lineno": 63, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionItem", "name": "ActionItem", "lineno": 70, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionButton", "name": "ActionButton", "lineno": 146, "bases": [ "Button", "ActionItem" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionPrevious", "name": "ActionPrevious", "lineno": 175, "bases": [ "BoxLayout", "ActionItem" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionToggleButton", "name": "ActionToggleButton", "lineno": 285, "bases": [ "ActionItem", "ToggleButton" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionLabel", "name": "ActionLabel", "lineno": 297, "bases": [ "ActionItem", "Label" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionCheck", "name": "ActionCheck", "lineno": 304, "bases": [ "ActionItem", "CheckBox" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionSeparator", "name": "ActionSeparator", "lineno": 311, "bases": [ "ActionItem", "Widget" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionDropDown", "name": "ActionDropDown", "lineno": 326, "bases": [ "DropDown" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionGroup", "name": "ActionGroup", "lineno": 332, "bases": [ "ActionItem", "Button" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionOverflow", "name": "ActionOverflow", "lineno": 483, "bases": [ "ActionGroup" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionView", "name": "ActionView", "lineno": 525, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.actionbar.ContextualActionView", "name": "ContextualActionView", "lineno": 784, "bases": [ "ActionView" ], "scope": null }, { "id": "kivy.uix.actionbar.ActionBar", "name": "ActionBar", "lineno": 792, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.actionbar.MainWindow", "name": "MainWindow", "lineno": 930, "bases": [ "FloatLayout" ], "scope": null } ], "kivy.uix.anchorlayout": [ { "id": "kivy.uix.anchorlayout.AnchorLayout", "name": "AnchorLayout", "lineno": 34, "bases": [ "Layout" ], "scope": null } ], "kivy.uix.boxlayout": [ { "id": "kivy.uix.boxlayout.BoxLayout", "name": "BoxLayout", "lineno": 82, "bases": [ "Layout" ], "scope": null } ], "kivy.uix.bubble": [ { "id": "kivy.uix.bubble.BubbleException", "name": "BubbleException", "lineno": 120, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.bubble.BubbleButton", "name": "BubbleButton", "lineno": 124, "bases": [ "Button" ], "scope": null }, { "id": "kivy.uix.bubble.BubbleContent", "name": "BubbleContent", "lineno": 135, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.bubble.Bubble", "name": "Bubble", "lineno": 197, "bases": [ "BoxLayout" ], "scope": null } ], "kivy.uix.button": [ { "id": "kivy.uix.button.Button", "name": "Button", "lineno": 56, "bases": [ "ButtonBehavior", "Label" ], "scope": null } ], "kivy.uix.camera": [ { "id": "kivy.uix.camera.Camera", "name": "Camera", "lineno": 36, "bases": [ "Image" ], "scope": null } ], "kivy.uix.carousel": [ { "id": "kivy.uix.carousel.Carousel", "name": "Carousel", "lineno": 74, "bases": [ "StencilView" ], "scope": null }, { "id": "kivy.uix.carousel.Example1", "name": "Example1", "lineno": 684, "bases": [ "App" ], "scope": null } ], "kivy.uix.checkbox": [ { "id": "kivy.uix.checkbox.CheckBox", "name": "CheckBox", "lineno": 38, "bases": [ "ToggleButtonBehavior", "Widget" ], "scope": null } ], "kivy.uix.codeinput": [ { "id": "kivy.uix.codeinput.CodeInput", "name": "CodeInput", "lineno": 58, "bases": [ "CodeNavigationBehavior", "TextInput" ], "scope": null }, { "id": "kivy.uix.codeinput.CodeInputTest", "name": "CodeInputTest", "lineno": 223, "bases": [ "App" ], "scope": null } ], "kivy.uix.colorpicker": [ { "id": "kivy.uix.colorpicker.ColorHexInput", "name": "ColorHexInput", "lineno": 55, "bases": [ "TextInput" ], "scope": null }, { "id": "kivy.uix.colorpicker.ColorNumericInput", "name": "ColorNumericInput", "lineno": 101, "bases": [ "TextInput" ], "scope": null }, { "id": "kivy.uix.colorpicker.ColorWheel", "name": "ColorWheel", "lineno": 171, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.colorpicker._ColorArc", "name": "_ColorArc", "lineno": 383, "bases": [ "InstructionGroup" ], "scope": null }, { "id": "kivy.uix.colorpicker.ColorPicker", "name": "ColorPicker", "lineno": 452, "bases": [ "RelativeLayout" ], "scope": null }, { "id": "kivy.uix.colorpicker.ColorPickerApp", "name": "ColorPickerApp", "lineno": 593, "bases": [ "App" ], "scope": null } ], "kivy.uix.dropdown": [ { "id": "kivy.uix.dropdown.DropDownException", "name": "DropDownException", "lineno": 112, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.dropdown.DropDown", "name": "DropDown", "lineno": 118, "bases": [ "ScrollView" ], "scope": null } ], "kivy.uix.effectwidget": [ { "id": "kivy.uix.effectwidget.EffectBase", "name": "EffectBase", "lineno": 360, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.uix.effectwidget.AdvancedEffectBase", "name": "AdvancedEffectBase", "lineno": 425, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.MonochromeEffect", "name": "MonochromeEffect", "lineno": 465, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.InvertEffect", "name": "InvertEffect", "lineno": 472, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.ScanlinesEffect", "name": "ScanlinesEffect", "lineno": 479, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.ChannelMixEffect", "name": "ChannelMixEffect", "lineno": 486, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.PixelateEffect", "name": "PixelateEffect", "lineno": 509, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.HorizontalBlurEffect", "name": "HorizontalBlurEffect", "lineno": 533, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.VerticalBlurEffect", "name": "VerticalBlurEffect", "lineno": 555, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.FXAAEffect", "name": "FXAAEffect", "lineno": 577, "bases": [ "EffectBase" ], "scope": null }, { "id": "kivy.uix.effectwidget.EffectFbo", "name": "EffectFbo", "lineno": 584, "bases": [ "Fbo" ], "scope": null }, { "id": "kivy.uix.effectwidget.EffectWidget", "name": "EffectWidget", "lineno": 606, "bases": [ "RelativeLayout" ], "scope": null } ], "kivy.uix.filechooser": [ { "id": "kivy.uix.filechooser.FileSystemAbstract", "name": "FileSystemAbstract", "lineno": 142, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.filechooser.FileSystemLocal", "name": "FileSystemLocal", "lineno": 170, "bases": [ "FileSystemAbstract" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserProgressBase", "name": "FileChooserProgressBase", "lineno": 201, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserProgress", "name": "FileChooserProgress", "lineno": 242, "bases": [ "FileChooserProgressBase" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserLayout", "name": "FileChooserLayout", "lineno": 246, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserListLayout", "name": "FileChooserListLayout", "lineno": 280, "bases": [ "FileChooserLayout" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserIconLayout", "name": "FileChooserIconLayout", "lineno": 296, "bases": [ "FileChooserLayout" ], "scope": null }, { "id": "kivy.uix.filechooser.FileListEntry", "name": "FileListEntry", "lineno": 313, "bases": [ "FloatLayout", "TreeViewNode" ], "scope": null }, { "id": "kivy.uix.filechooser.FileIconEntry", "name": "FileIconEntry", "lineno": 337, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserController", "name": "FileChooserController", "lineno": 356, "bases": [ "RelativeLayout" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserListView", "name": "FileChooserListView", "lineno": 943, "bases": [ "FileChooserController" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserIconView", "name": "FileChooserIconView", "lineno": 951, "bases": [ "FileChooserController" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooser", "name": "FileChooser", "lineno": 959, "bases": [ "FileChooserController" ], "scope": null }, { "id": "kivy.uix.filechooser.FileChooserApp", "name": "FileChooserApp", "lineno": 1151, "bases": [ "App" ], "scope": null } ], "kivy.uix.floatlayout": [ { "id": "kivy.uix.floatlayout.FloatLayout", "name": "FloatLayout", "lineno": 60, "bases": [ "Layout" ], "scope": null } ], "kivy.uix.gesturesurface": [ { "id": "kivy.uix.gesturesurface.GestureContainer", "name": "GestureContainer", "lineno": 32, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.uix.gesturesurface.GestureSurface", "name": "GestureSurface", "lineno": 198, "bases": [ "FloatLayout" ], "scope": null } ], "kivy.uix.gridlayout": [ { "id": "kivy.uix.gridlayout.GridLayoutException", "name": "GridLayoutException", "lineno": 114, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.gridlayout.GridLayout", "name": "GridLayout", "lineno": 120, "bases": [ "Layout" ], "scope": null } ], "kivy.uix.image": [ { "id": "kivy.uix.image.Image", "name": "Image", "lineno": 128, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.image.AsyncImage", "name": "AsyncImage", "lineno": 497, "bases": [ "Image" ], "scope": null } ], "kivy.uix.label": [ { "id": "kivy.uix.label.Label", "name": "Label", "lineno": 294, "bases": [ "Widget" ], "scope": null } ], "kivy.uix.layout": [ { "id": "kivy.uix.layout.Layout", "name": "Layout", "lineno": 63, "bases": [ "Widget" ], "scope": null } ], "kivy.uix.modalview": [ { "id": "kivy.uix.modalview.ModalView", "name": "ModalView", "lineno": 86, "bases": [ "AnchorLayout" ], "scope": null } ], "kivy.uix.pagelayout": [ { "id": "kivy.uix.pagelayout.PageLayout", "name": "PageLayout", "lineno": 46, "bases": [ "Layout" ], "scope": null } ], "kivy.uix.popup": [ { "id": "kivy.uix.popup.PopupException", "name": "PopupException", "lineno": 112, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.popup.Popup", "name": "Popup", "lineno": 120, "bases": [ "ModalView" ], "scope": null } ], "kivy.uix.progressbar": [ { "id": "kivy.uix.progressbar.ProgressBar", "name": "ProgressBar", "lineno": 32, "bases": [ "Widget" ], "scope": null } ], "kivy.uix.recycleboxlayout": [ { "id": "kivy.uix.recycleboxlayout.RecycleBoxLayout", "name": "RecycleBoxLayout", "lineno": 24, "bases": [ "RecycleLayout", "BoxLayout" ], "scope": null } ], "kivy.uix.recyclegridlayout": [ { "id": "kivy.uix.recyclegridlayout.RecycleGridLayout", "name": "RecycleGridLayout", "lineno": 27, "bases": [ "RecycleLayout", "GridLayout" ], "scope": null } ], "kivy.uix.recyclelayout": [ { "id": "kivy.uix.recyclelayout.RecycleLayout", "name": "RecycleLayout", "lineno": 22, "bases": [ "RecycleLayoutManagerBehavior", "Layout" ], "scope": null } ], "kivy.uix.relativelayout": [ { "id": "kivy.uix.relativelayout.RelativeLayout", "name": "RelativeLayout", "lineno": 269, "bases": [ "FloatLayout" ], "scope": null } ], "kivy.uix.rst": [ { "id": "kivy.uix.rst.role_doc", "name": "role_doc", "lineno": 92, "bases": [ "nodes.Inline", "nodes.TextElement" ], "scope": null }, { "id": "kivy.uix.rst.role_video", "name": "role_video", "lineno": 95, "bases": [ "nodes.General", "nodes.TextElement" ], "scope": null }, { "id": "kivy.uix.rst.VideoDirective", "name": "VideoDirective", "lineno": 98, "bases": [ "Directive" ], "scope": null }, { "id": "kivy.uix.rst.RstVideoPlayer", "name": "RstVideoPlayer", "lineno": 407, "bases": [ "VideoPlayer" ], "scope": null }, { "id": "kivy.uix.rst.RstDocument", "name": "RstDocument", "lineno": 411, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.uix.rst.RstTitle", "name": "RstTitle", "lineno": 690, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.rst.RstParagraph", "name": "RstParagraph", "lineno": 697, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.rst.RstTerm", "name": "RstTerm", "lineno": 706, "bases": [ "AnchorLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstBlockQuote", "name": "RstBlockQuote", "lineno": 713, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstLiteralBlock", "name": "RstLiteralBlock", "lineno": 717, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstList", "name": "RstList", "lineno": 721, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstListItem", "name": "RstListItem", "lineno": 725, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstListBullet", "name": "RstListBullet", "lineno": 729, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.rst.RstSystemMessage", "name": "RstSystemMessage", "lineno": 734, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstWarning", "name": "RstWarning", "lineno": 738, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstNote", "name": "RstNote", "lineno": 742, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstImage", "name": "RstImage", "lineno": 746, "bases": [ "Image" ], "scope": null }, { "id": "kivy.uix.rst.RstAsyncImage", "name": "RstAsyncImage", "lineno": 750, "bases": [ "AsyncImage" ], "scope": null }, { "id": "kivy.uix.rst.RstDefinitionList", "name": "RstDefinitionList", "lineno": 754, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstDefinition", "name": "RstDefinition", "lineno": 759, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstFieldList", "name": "RstFieldList", "lineno": 764, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstFieldName", "name": "RstFieldName", "lineno": 768, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.rst.RstFieldBody", "name": "RstFieldBody", "lineno": 773, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstFootnote", "name": "RstFootnote", "lineno": 777, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstFootName", "name": "RstFootName", "lineno": 781, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.rst.RstGridLayout", "name": "RstGridLayout", "lineno": 786, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstTable", "name": "RstTable", "lineno": 790, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstEntry", "name": "RstEntry", "lineno": 794, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.rst.RstTransition", "name": "RstTransition", "lineno": 798, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.rst.RstEmptySpace", "name": "RstEmptySpace", "lineno": 802, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.rst.RstDefinitionSpace", "name": "RstDefinitionSpace", "lineno": 806, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.rst._ToctreeVisitor", "name": "_ToctreeVisitor", "lineno": 811, "bases": [ "nodes.NodeVisitor" ], "scope": null }, { "id": "kivy.uix.rst._Visitor", "name": "_Visitor", "lineno": 852, "bases": [ "nodes.NodeVisitor" ], "scope": null } ], "kivy.uix.sandbox": [ { "id": "kivy.uix.sandbox.SandboxExceptionManager", "name": "SandboxExceptionManager", "lineno": 47, "bases": [ "ExceptionManagerBase" ], "scope": null }, { "id": "kivy.uix.sandbox.SandboxContent", "name": "SandboxContent", "lineno": 59, "bases": [ "RelativeLayout" ], "scope": null }, { "id": "kivy.uix.sandbox.Sandbox", "name": "Sandbox", "lineno": 63, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.sandbox.TestButton", "name": "TestButton", "lineno": 157, "bases": [ "Button" ], "scope": null } ], "kivy.uix.scatter": [ { "id": "kivy.uix.scatter.Scatter", "name": "Scatter", "lineno": 104, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.scatter.ScatterPlane", "name": "ScatterPlane", "lineno": 634, "bases": [ "Scatter" ], "scope": null } ], "kivy.uix.scatterlayout": [ { "id": "kivy.uix.scatterlayout.ScatterLayout", "name": "ScatterLayout", "lineno": 56, "bases": [ "Scatter" ], "scope": null }, { "id": "kivy.uix.scatterlayout.ScatterPlaneLayout", "name": "ScatterPlaneLayout", "lineno": 83, "bases": [ "ScatterPlane" ], "scope": null } ], "kivy.uix.screenmanager": [ { "id": "kivy.uix.screenmanager.ScreenManagerException", "name": "ScreenManagerException", "lineno": 208, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.screenmanager.Screen", "name": "Screen", "lineno": 214, "bases": [ "RelativeLayout" ], "scope": null }, { "id": "kivy.uix.screenmanager.TransitionBase", "name": "TransitionBase", "lineno": 298, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.uix.screenmanager.ShaderTransition", "name": "ShaderTransition", "lineno": 423, "bases": [ "TransitionBase" ], "scope": null }, { "id": "kivy.uix.screenmanager.NoTransition", "name": "NoTransition", "lineno": 543, "bases": [ "TransitionBase" ], "scope": null }, { "id": "kivy.uix.screenmanager.SlideTransition", "name": "SlideTransition", "lineno": 558, "bases": [ "TransitionBase" ], "scope": null }, { "id": "kivy.uix.screenmanager.CardTransition", "name": "CardTransition", "lineno": 602, "bases": [ "SlideTransition" ], "scope": null }, { "id": "kivy.uix.screenmanager.SwapTransition", "name": "SwapTransition", "lineno": 674, "bases": [ "TransitionBase" ], "scope": null }, { "id": "kivy.uix.screenmanager.WipeTransition", "name": "WipeTransition", "lineno": 736, "bases": [ "ShaderTransition" ], "scope": null }, { "id": "kivy.uix.screenmanager.FadeTransition", "name": "FadeTransition", "lineno": 755, "bases": [ "ShaderTransition" ], "scope": null }, { "id": "kivy.uix.screenmanager.FallOutTransition", "name": "FallOutTransition", "lineno": 774, "bases": [ "ShaderTransition" ], "scope": null }, { "id": "kivy.uix.screenmanager.RiseInTransition", "name": "RiseInTransition", "lineno": 831, "bases": [ "ShaderTransition" ], "scope": null }, { "id": "kivy.uix.screenmanager.ScreenManager", "name": "ScreenManager", "lineno": 886, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.screenmanager.TestApp", "name": "TestApp", "lineno": 1240, "bases": [ "App" ], "scope": null } ], "kivy.uix.scrollview": [ { "id": "kivy.uix.scrollview.ScrollMode", "name": "ScrollMode", "lineno": 272, "bases": [ "str", "Enum" ], "scope": null }, { "id": "kivy.uix.scrollview.DelegationMode", "name": "DelegationMode", "lineno": 308, "bases": [ "str", "Enum" ], "scope": null }, { "id": "kivy.uix.scrollview.ScrollViewHierarchy", "name": "ScrollViewHierarchy", "lineno": 360, "bases": [], "scope": null }, { "id": "kivy.uix.scrollview.ScrollView", "name": "ScrollView", "lineno": 483, "bases": [ "StencilView" ], "scope": null }, { "id": "kivy.uix.scrollview.ScrollViewApp", "name": "ScrollViewApp", "lineno": 3506, "bases": [ "App" ], "scope": null } ], "kivy.uix.settings": [ { "id": "kivy.uix.settings.SettingSpacer", "name": "SettingSpacer", "lineno": 198, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.settings.SettingItem", "name": "SettingItem", "lineno": 203, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.settings.SettingBoolean", "name": "SettingBoolean", "lineno": 331, "bases": [ "SettingItem" ], "scope": null }, { "id": "kivy.uix.settings.SettingString", "name": "SettingString", "lineno": 354, "bases": [ "SettingItem" ], "scope": null }, { "id": "kivy.uix.settings.SettingPath", "name": "SettingPath", "lineno": 429, "bases": [ "SettingItem" ], "scope": null }, { "id": "kivy.uix.settings.SettingColor", "name": "SettingColor", "lineno": 527, "bases": [ "SettingItem" ], "scope": null }, { "id": "kivy.uix.settings.SettingNumeric", "name": "SettingNumeric", "lineno": 589, "bases": [ "SettingString" ], "scope": null }, { "id": "kivy.uix.settings.SettingOptions", "name": "SettingOptions", "lineno": 611, "bases": [ "SettingItem" ], "scope": null }, { "id": "kivy.uix.settings.SettingTitle", "name": "SettingTitle", "lineno": 670, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.settings.SettingsPanel", "name": "SettingsPanel", "lineno": 679, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.settings.InterfaceWithSidebar", "name": "InterfaceWithSidebar", "lineno": 737, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.settings.InterfaceWithSpinner", "name": "InterfaceWithSpinner", "lineno": 800, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.settings.ContentPanel", "name": "ContentPanel", "lineno": 857, "bases": [ "ScrollView" ], "scope": null }, { "id": "kivy.uix.settings.Settings", "name": "Settings", "lineno": 949, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.settings.SettingsWithSidebar", "name": "SettingsWithSidebar", "lineno": 1111, "bases": [ "Settings" ], "scope": null }, { "id": "kivy.uix.settings.SettingsWithSpinner", "name": "SettingsWithSpinner", "lineno": 1119, "bases": [ "Settings" ], "scope": null }, { "id": "kivy.uix.settings.SettingsWithTabbedPanel", "name": "SettingsWithTabbedPanel", "lineno": 1129, "bases": [ "Settings" ], "scope": null }, { "id": "kivy.uix.settings.SettingsWithNoMenu", "name": "SettingsWithNoMenu", "lineno": 1144, "bases": [ "Settings" ], "scope": null }, { "id": "kivy.uix.settings.InterfaceWithNoMenu", "name": "InterfaceWithNoMenu", "lineno": 1164, "bases": [ "ContentPanel" ], "scope": null }, { "id": "kivy.uix.settings.InterfaceWithTabbedPanel", "name": "InterfaceWithTabbedPanel", "lineno": 1180, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.settings.MenuSpinner", "name": "MenuSpinner", "lineno": 1212, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.settings.MenuSidebar", "name": "MenuSidebar", "lineno": 1245, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.settings.SettingSidebarLabel", "name": "SettingSidebarLabel", "lineno": 1309, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.settings.SettingsApp", "name": "SettingsApp", "lineno": 1325, "bases": [ "App" ], "scope": null } ], "kivy.uix.slider": [ { "id": "kivy.uix.slider.Slider", "name": "Slider", "lineno": 49, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.slider.SliderApp", "name": "SliderApp", "lineno": 417, "bases": [ "App" ], "scope": null } ], "kivy.uix.spinner": [ { "id": "kivy.uix.spinner.SpinnerOption", "name": "SpinnerOption", "lineno": 59, "bases": [ "Button" ], "scope": null }, { "id": "kivy.uix.spinner.Spinner", "name": "Spinner", "lineno": 67, "bases": [ "Button" ], "scope": null } ], "kivy.uix.splitter": [ { "id": "kivy.uix.splitter.SplitterStrip", "name": "SplitterStrip", "lineno": 55, "bases": [ "Button" ], "scope": null }, { "id": "kivy.uix.splitter.Splitter", "name": "Splitter", "lineno": 62, "bases": [ "BoxLayout" ], "scope": null }, { "id": "kivy.uix.splitter.SplitterApp", "name": "SplitterApp", "lineno": 401, "bases": [ "App" ], "scope": null } ], "kivy.uix.stacklayout": [ { "id": "kivy.uix.stacklayout.StackLayout", "name": "StackLayout", "lineno": 53, "bases": [ "Layout" ], "scope": null } ], "kivy.uix.stencilview": [ { "id": "kivy.uix.stencilview.StencilView", "name": "StencilView", "lineno": 37, "bases": [ "Widget" ], "scope": null } ], "kivy.uix.svg": [ { "id": "kivy.uix.svg.SvgWidget", "name": "SvgWidget", "lineno": 122, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.svg.AsyncSvgWidget", "name": "AsyncSvgWidget", "lineno": 798, "bases": [ "SvgWidget" ], "scope": null } ], "kivy.uix.switch": [ { "id": "kivy.uix.switch.Switch", "name": "Switch", "lineno": 55, "bases": [ "Widget" ], "scope": null } ], "kivy.uix.tabbedpanel": [ { "id": "kivy.uix.tabbedpanel.TabbedPanelException", "name": "TabbedPanelException", "lineno": 142, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.tabbedpanel.TabbedPanelHeader", "name": "TabbedPanelHeader", "lineno": 148, "bases": [ "ToggleButton" ], "scope": null }, { "id": "kivy.uix.tabbedpanel.TabbedPanelItem", "name": "TabbedPanelItem", "lineno": 190, "bases": [ "TabbedPanelHeader" ], "scope": null }, { "id": "kivy.uix.tabbedpanel.TabbedPanelStrip", "name": "TabbedPanelStrip", "lineno": 226, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.tabbedpanel.StripLayout", "name": "StripLayout", "lineno": 240, "bases": [ "GridLayout" ], "scope": null }, { "id": "kivy.uix.tabbedpanel.TabbedPanelContent", "name": "TabbedPanelContent", "lineno": 265, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.tabbedpanel.TabbedPanel", "name": "TabbedPanel", "lineno": 271, "bases": [ "GridLayout" ], "scope": null } ], "kivy.uix.textinput": [ { "id": "kivy.uix.textinput.Selector", "name": "Selector", "lineno": 261, "bases": [ "ButtonBehavior", "Image" ], "scope": null }, { "id": "kivy.uix.textinput.TextInputCutCopyPaste", "name": "TextInputCutCopyPaste", "lineno": 316, "bases": [ "Bubble" ], "scope": null }, { "id": "kivy.uix.textinput.TextInput", "name": "TextInput", "lineno": 451, "bases": [ "FocusBehavior", "Widget" ], "scope": null }, { "id": "kivy.uix.textinput.TextInputApp", "name": "TextInputApp", "lineno": 4007, "bases": [ "App" ], "scope": null } ], "kivy.uix.togglebutton": [ { "id": "kivy.uix.togglebutton.ToggleButton", "name": "ToggleButton", "lineno": 33, "bases": [ "ToggleButtonBehavior", "Button" ], "scope": null } ], "kivy.uix.treeview": [ { "id": "kivy.uix.treeview.TreeViewException", "name": "TreeViewException", "lineno": 121, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.treeview.TreeViewNode", "name": "TreeViewNode", "lineno": 127, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.treeview.TreeViewLabel", "name": "TreeViewLabel", "lineno": 259, "bases": [ "Label", "TreeViewNode" ], "scope": null }, { "id": "kivy.uix.treeview.TreeView", "name": "TreeView", "lineno": 268, "bases": [ "Widget" ], "scope": null }, { "id": "kivy.uix.treeview.TestApp", "name": "TestApp", "lineno": 647, "bases": [ "App" ], "scope": null } ], "kivy.uix.video": [ { "id": "kivy.uix.video.Video", "name": "Video", "lineno": 55, "bases": [ "Image" ], "scope": null }, { "id": "kivy.uix.video.VideoApp", "name": "VideoApp", "lineno": 264, "bases": [ "App" ], "scope": null } ], "kivy.uix.videoplayer": [ { "id": "kivy.uix.videoplayer.VideoPlayerVolume", "name": "VideoPlayerVolume", "lineno": 98, "bases": [ "Image" ], "scope": null }, { "id": "kivy.uix.videoplayer.VideoPlayerPlayPause", "name": "VideoPlayerPlayPause", "lineno": 132, "bases": [ "Image" ], "scope": null }, { "id": "kivy.uix.videoplayer.VideoPlayerStop", "name": "VideoPlayerStop", "lineno": 145, "bases": [ "Image" ], "scope": null }, { "id": "kivy.uix.videoplayer.VideoPlayerProgressBar", "name": "VideoPlayerProgressBar", "lineno": 155, "bases": [ "ProgressBar" ], "scope": null }, { "id": "kivy.uix.videoplayer.VideoPlayerPreview", "name": "VideoPlayerPreview", "lineno": 242, "bases": [ "FloatLayout" ], "scope": null }, { "id": "kivy.uix.videoplayer.VideoPlayerAnnotation", "name": "VideoPlayerAnnotation", "lineno": 254, "bases": [ "Label" ], "scope": null }, { "id": "kivy.uix.videoplayer.VideoPlayer", "name": "VideoPlayer", "lineno": 285, "bases": [ "GridLayout" ], "scope": null } ], "kivy.uix.vkeyboard": [ { "id": "kivy.uix.vkeyboard.VKeyboard", "name": "VKeyboard", "lineno": 136, "bases": [ "Scatter" ], "scope": null } ], "kivy.uix.widget": [ { "id": "kivy.uix.widget.WidgetException", "name": "WidgetException", "lineno": 273, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.widget.WidgetMetaclass", "name": "WidgetMetaclass", "lineno": 279, "bases": [ "type" ], "scope": null }, { "id": "kivy.uix.widget.Widget", "name": "Widget", "lineno": 295, "bases": [ "WidgetBase" ], "scope": null } ], "kivy.uix": [], "kivy.uix.behaviors.button": [ { "id": "kivy.uix.behaviors.button.ButtonBehavior", "name": "ButtonBehavior", "lineno": 102, "bases": [], "scope": null } ], "kivy.uix.behaviors.codenavigation": [ { "id": "kivy.uix.behaviors.codenavigation.CodeNavigationBehavior", "name": "CodeNavigationBehavior", "lineno": 20, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.uix.behaviors.compoundselection": [ { "id": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior", "name": "CompoundSelectionBehavior", "lineno": 142, "bases": [ "object" ], "scope": null } ], "kivy.uix.behaviors.cover": [ { "id": "kivy.uix.behaviors.cover.CoverBehavior", "name": "CoverBehavior", "lineno": 87, "bases": [ "object" ], "scope": null } ], "kivy.uix.behaviors.drag": [ { "id": "kivy.uix.behaviors.drag.DragBehavior", "name": "DragBehavior", "lineno": 64, "bases": [ "object" ], "scope": null } ], "kivy.uix.behaviors.emacs": [ { "id": "kivy.uix.behaviors.emacs.EmacsBehavior", "name": "EmacsBehavior", "lineno": 43, "bases": [ "object" ], "scope": null } ], "kivy.uix.behaviors.focus": [ { "id": "kivy.uix.behaviors.focus.FocusBehavior", "name": "FocusBehavior", "lineno": 96, "bases": [ "object" ], "scope": null } ], "kivy.uix.behaviors.hover": [ { "id": "kivy.uix.behaviors.hover.HoverBehavior", "name": "HoverBehavior", "lineno": 125, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.behaviors.hover.HoverCollideBehavior", "name": "HoverCollideBehavior", "lineno": 244, "bases": [ "object" ], "scope": null } ], "kivy.uix.behaviors.knspace": [ { "id": "kivy.uix.behaviors.knspace.KNSpace", "name": "KNSpace", "lineno": 270, "bases": [ "EventDispatcher" ], "scope": null }, { "id": "kivy.uix.behaviors.knspace.KNSpaceBehavior", "name": "KNSpaceBehavior", "lineno": 393, "bases": [ "object" ], "scope": null } ], "kivy.uix.behaviors.togglebutton": [ { "id": "kivy.uix.behaviors.togglebutton._GroupAccessor", "name": "_GroupAccessor", "lineno": 203, "bases": [], "scope": null }, { "id": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior", "name": "ToggleButtonBehavior", "lineno": 240, "bases": [ "ButtonBehavior" ], "scope": null } ], "kivy.uix.behaviors.touchripple": [ { "id": "kivy.uix.behaviors.touchripple.TouchRippleBehavior", "name": "TouchRippleBehavior", "lineno": 40, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior", "name": "TouchRippleButtonBehavior", "lineno": 234, "bases": [ "TouchRippleBehavior" ], "scope": null } ], "kivy.uix.behaviors": [], "kivy.uix.recycleview.datamodel": [ { "id": "kivy.uix.recycleview.datamodel.RecycleDataModelBehavior", "name": "RecycleDataModelBehavior", "lineno": 58, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.recycleview.datamodel.RecycleDataModel", "name": "RecycleDataModel", "lineno": 104, "bases": [ "RecycleDataModelBehavior", "EventDispatcher" ], "scope": null } ], "kivy.uix.recycleview.layout": [ { "id": "kivy.uix.recycleview.layout.LayoutChangeException", "name": "LayoutChangeException", "lineno": 21, "bases": [ "Exception" ], "scope": null }, { "id": "kivy.uix.recycleview.layout.LayoutSelectionBehavior", "name": "LayoutSelectionBehavior", "lineno": 25, "bases": [ "CompoundSelectionBehavior" ], "scope": null }, { "id": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior", "name": "RecycleLayoutManagerBehavior", "lineno": 150, "bases": [ "object" ], "scope": null } ], "kivy.uix.recycleview.views": [ { "id": "kivy.uix.recycleview.views.RecycleDataViewBehavior", "name": "RecycleDataViewBehavior", "lineno": 54, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.recycleview.views.RecycleKVIDsDataViewBehavior", "name": "RecycleKVIDsDataViewBehavior", "lineno": 114, "bases": [ "RecycleDataViewBehavior" ], "scope": null }, { "id": "kivy.uix.recycleview.views.RecycleDataAdapter", "name": "RecycleDataAdapter", "lineno": 152, "bases": [ "EventDispatcher" ], "scope": null } ], "kivy.uix.recycleview": [ { "id": "kivy.uix.recycleview.RecycleViewBehavior", "name": "RecycleViewBehavior", "lineno": 277, "bases": [ "object" ], "scope": null }, { "id": "kivy.uix.recycleview.RecycleView", "name": "RecycleView", "lineno": 492, "bases": [ "RecycleViewBehavior", "ScrollView" ], "scope": null } ], "tools.add-ios-frameworks": [] }, "module_graph": { "setup": { "path": "C:\\repos\\v3\\kivy\\setup.py", "parent": null, "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, ".ci.thorvg_wrapper_bootstrap": { "path": "C:\\repos\\v3\\kivy\\.ci\\thorvg_wrapper_bootstrap.py", "parent": ".ci", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, ".ci.thorvg_wrapper_build": { "path": "C:\\repos\\v3\\kivy\\.ci\\thorvg_wrapper_build.py", "parent": ".ci", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, ".ci.thorvg_wrapper_conftest": { "path": "C:\\repos\\v3\\kivy\\.ci\\thorvg_wrapper_conftest.py", "parent": ".ci", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "doc.autobuild": { "path": "C:\\repos\\v3\\kivy\\doc\\autobuild.py", "parent": "doc", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "doc": { "path": "C:\\repos\\v3\\kivy\\doc\\__init__.py", "parent": null, "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "doc.sources.conf": { "path": "C:\\repos\\v3\\kivy\\doc\\sources\\conf.py", "parent": "doc.sources", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "doc.sources.sphinxext.autodoc": { "path": "C:\\repos\\v3\\kivy\\doc\\sources\\sphinxext\\autodoc.py", "parent": "doc.sources.sphinxext", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "doc.sources.sphinxext.kivy_pygments_theme": { "path": "C:\\repos\\v3\\kivy\\doc\\sources\\sphinxext\\kivy_pygments_theme.py", "parent": "doc.sources.sphinxext", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "doc.sources.sphinxext.preprocess": { "path": "C:\\repos\\v3\\kivy\\doc\\sources\\sphinxext\\preprocess.py", "parent": "doc.sources.sphinxext", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "doc.sources.sphinxext": { "path": "C:\\repos\\v3\\kivy\\doc\\sources\\sphinxext\\__init__.py", "parent": "doc.sources", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.3Drendering.main": { "path": "C:\\repos\\v3\\kivy\\examples\\3Drendering\\main.py", "parent": "examples.3Drendering", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.3Drendering.objloader": { "path": "C:\\repos\\v3\\kivy\\examples\\3Drendering\\objloader.py", "parent": "examples.3Drendering", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.android.compass.main": { "path": "C:\\repos\\v3\\kivy\\examples\\android\\compass\\main.py", "parent": "examples.android.compass", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.android.takepicture.main": { "path": "C:\\repos\\v3\\kivy\\examples\\android\\takepicture\\main.py", "parent": "examples.android.takepicture", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.animation.animate": { "path": "C:\\repos\\v3\\kivy\\examples\\animation\\animate.py", "parent": "examples.animation", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.application.app_suite": { "path": "C:\\repos\\v3\\kivy\\examples\\application\\app_suite.py", "parent": "examples.application", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.application.app_with_build": { "path": "C:\\repos\\v3\\kivy\\examples\\application\\app_with_build.py", "parent": "examples.application", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.application.app_with_config": { "path": "C:\\repos\\v3\\kivy\\examples\\application\\app_with_config.py", "parent": "examples.application", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.application.app_with_kv": { "path": "C:\\repos\\v3\\kivy\\examples\\application\\app_with_kv.py", "parent": "examples.application", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.application.app_with_kv_in_template1": { "path": "C:\\repos\\v3\\kivy\\examples\\application\\app_with_kv_in_template1.py", "parent": "examples.application", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.async.asyncio_advanced": { "path": "C:\\repos\\v3\\kivy\\examples\\async\\asyncio_advanced.py", "parent": "examples.async", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.async.asyncio_basic": { "path": "C:\\repos\\v3\\kivy\\examples\\async\\asyncio_basic.py", "parent": "examples.async", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.async.trio_advanced": { "path": "C:\\repos\\v3\\kivy\\examples\\async\\trio_advanced.py", "parent": "examples.async", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.async.trio_basic": { "path": "C:\\repos\\v3\\kivy\\examples\\async\\trio_basic.py", "parent": "examples.async", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.audio.main": { "path": "C:\\repos\\v3\\kivy\\examples\\audio\\main.py", "parent": "examples.audio", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.audio.pitch": { "path": "C:\\repos\\v3\\kivy\\examples\\audio\\pitch.py", "parent": "examples.audio", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.camera.main": { "path": "C:\\repos\\v3\\kivy\\examples\\camera\\main.py", "parent": "examples.camera", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.antialiasing": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\antialiasing.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.bezier": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\bezier.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.canvas_stress": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\canvas_stress.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.circle": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\circle.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.fbo_canvas": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\fbo_canvas.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.lines": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\lines.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.lines_extended": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\lines_extended.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.mesh": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\mesh.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.mesh_manipulation": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\mesh_manipulation.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.multitexture": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\multitexture.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.repeat_texture": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\repeat_texture.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.rotation": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\rotation.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.rounded_rectangle": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\rounded_rectangle.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.scale": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\scale.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.stencil_canvas": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\stencil_canvas.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.tesselate": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\tesselate.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.canvas.texture": { "path": "C:\\repos\\v3\\kivy\\examples\\canvas\\texture.py", "parent": "examples.canvas", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.container.main": { "path": "C:\\repos\\v3\\kivy\\examples\\container\\main.py", "parent": "examples.container", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.cover.cover_image": { "path": "C:\\repos\\v3\\kivy\\examples\\cover\\cover_image.py", "parent": "examples.cover", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.cover.cover_video": { "path": "C:\\repos\\v3\\kivy\\examples\\cover\\cover_video.py", "parent": "examples.cover", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.camera_puzzle": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\camera_puzzle.py", "parent": "examples.demo", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.kivycatalog.main": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\kivycatalog\\main.py", "parent": "examples.demo.kivycatalog", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.multistroke.gesturedatabase": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\multistroke\\gesturedatabase.py", "parent": "examples.demo.multistroke", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.multistroke.helpers": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\multistroke\\helpers.py", "parent": "examples.demo.multistroke", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.multistroke.historymanager": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\multistroke\\historymanager.py", "parent": "examples.demo.multistroke", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.multistroke.main": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\multistroke\\main.py", "parent": "examples.demo.multistroke", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.multistroke.settings": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\multistroke\\settings.py", "parent": "examples.demo.multistroke", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.pictures.main": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\pictures\\main.py", "parent": "examples.demo.pictures", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.shadereditor.main": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\shadereditor\\main.py", "parent": "examples.demo.shadereditor", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.showcase.main": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\showcase\\main.py", "parent": "examples.demo.showcase", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.demo.touchtracer.main": { "path": "C:\\repos\\v3\\kivy\\examples\\demo\\touchtracer\\main.py", "parent": "examples.demo.touchtracer", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.desktop_path_id.demo_app": { "path": "C:\\repos\\v3\\kivy\\examples\\desktop_path_id\\demo_app.py", "parent": "examples.desktop_path_id", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.frameworks.twisted.echo_client_app": { "path": "C:\\repos\\v3\\kivy\\examples\\frameworks\\twisted\\echo_client_app.py", "parent": "examples.frameworks.twisted", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.frameworks.twisted.echo_server_app": { "path": "C:\\repos\\v3\\kivy\\examples\\frameworks\\twisted\\echo_server_app.py", "parent": "examples.frameworks.twisted", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.frameworks.twisted.twistd_app": { "path": "C:\\repos\\v3\\kivy\\examples\\frameworks\\twisted\\twistd_app.py", "parent": "examples.frameworks.twisted", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.gestures.gesture_board": { "path": "C:\\repos\\v3\\kivy\\examples\\gestures\\gesture_board.py", "parent": "examples.gestures", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.gestures.my_gestures": { "path": "C:\\repos\\v3\\kivy\\examples\\gestures\\my_gestures.py", "parent": "examples.gestures", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.designwithkv.main": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\designwithkv\\main.py", "parent": "examples.guide.designwithkv", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.firstwidget.1_skeleton": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\firstwidget\\1_skeleton.py", "parent": "examples.guide.firstwidget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.firstwidget.2_print_touch": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\firstwidget\\2_print_touch.py", "parent": "examples.guide.firstwidget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.firstwidget.3_draw_ellipse": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\firstwidget\\3_draw_ellipse.py", "parent": "examples.guide.firstwidget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.firstwidget.4_draw_line": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\firstwidget\\4_draw_line.py", "parent": "examples.guide.firstwidget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.firstwidget.5_random_colors": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\firstwidget\\5_random_colors.py", "parent": "examples.guide.firstwidget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.firstwidget.6_button": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\firstwidget\\6_button.py", "parent": "examples.guide.firstwidget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.guide.quickstart.main": { "path": "C:\\repos\\v3\\kivy\\examples\\guide\\quickstart\\main.py", "parent": "examples.guide.quickstart", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.includes.main": { "path": "C:\\repos\\v3\\kivy\\examples\\includes\\main.py", "parent": "examples.includes", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.keyboard.main": { "path": "C:\\repos\\v3\\kivy\\examples\\keyboard\\main.py", "parent": "examples.keyboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.kinect.kinectviewer": { "path": "C:\\repos\\v3\\kivy\\examples\\kinect\\kinectviewer.py", "parent": "examples.kinect", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.kv.kvrun": { "path": "C:\\repos\\v3\\kivy\\examples\\kv\\kvrun.py", "parent": "examples.kv", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.kv.ids.id_in_kv.id_in_kv": { "path": "C:\\repos\\v3\\kivy\\examples\\kv\\ids\\id_in_kv\\id_in_kv.py", "parent": "examples.kv.ids.id_in_kv", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.kv.ids.kv_and_py.kv_and_py": { "path": "C:\\repos\\v3\\kivy\\examples\\kv\\ids\\kv_and_py\\kv_and_py.py", "parent": "examples.kv.ids.kv_and_py", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.clipboard": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\clipboard.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.custom_titlebar": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\custom_titlebar.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.imagesave": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\imagesave.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.joystick": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\joystick.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.multiple_dropfile": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\multiple_dropfile.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.on_textedit_event": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\on_textedit_event.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.opacitywindow": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\opacitywindow.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.screen_recording": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\screen_recording.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.shapecollisions": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\shapecollisions.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.shapedwindow": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\shapedwindow.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.system_theme_monitor": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\system_theme_monitor.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.two_panes": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\two_panes.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.miscellaneous.urlrequest": { "path": "C:\\repos\\v3\\kivy\\examples\\miscellaneous\\urlrequest.py", "parent": "examples.miscellaneous", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.RST_Editor.main": { "path": "C:\\repos\\v3\\kivy\\examples\\RST_Editor\\main.py", "parent": "examples.RST_Editor", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.settings.main": { "path": "C:\\repos\\v3\\kivy\\examples\\settings\\main.py", "parent": "examples.settings", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.shader.plasma": { "path": "C:\\repos\\v3\\kivy\\examples\\shader\\plasma.py", "parent": "examples.shader", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.shader.rotated": { "path": "C:\\repos\\v3\\kivy\\examples\\shader\\rotated.py", "parent": "examples.shader", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.shader.shadertree": { "path": "C:\\repos\\v3\\kivy\\examples\\shader\\shadertree.py", "parent": "examples.shader", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.svg.icon_toggle_button": { "path": "C:\\repos\\v3\\kivy\\examples\\svg\\icon_toggle_button.py", "parent": "examples.svg", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.svg.svg_download": { "path": "C:\\repos\\v3\\kivy\\examples\\svg\\svg_download.py", "parent": "examples.svg", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.svg.svg_layers": { "path": "C:\\repos\\v3\\kivy\\examples\\svg\\svg_layers.py", "parent": "examples.svg", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.svg.svg_nav_demo": { "path": "C:\\repos\\v3\\kivy\\examples\\svg\\svg_nav_demo.py", "parent": "examples.svg", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.svg.svg_scale": { "path": "C:\\repos\\v3\\kivy\\examples\\svg\\svg_scale.py", "parent": "examples.svg", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.system_tray.system_tray_showcase": { "path": "C:\\repos\\v3\\kivy\\examples\\system_tray\\system_tray_showcase.py", "parent": "examples.system_tray", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.text.pango_demo": { "path": "C:\\repos\\v3\\kivy\\examples\\text\\pango_demo.py", "parent": "examples.text", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.tutorials.notes.final.main": { "path": "C:\\repos\\v3\\kivy\\examples\\tutorials\\notes\\final\\main.py", "parent": "examples.tutorials.notes.final", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.tutorials.pong.main": { "path": "C:\\repos\\v3\\kivy\\examples\\tutorials\\pong\\main.py", "parent": "examples.tutorials.pong", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.tutorials.pong.steps.step1.main": { "path": "C:\\repos\\v3\\kivy\\examples\\tutorials\\pong\\steps\\step1\\main.py", "parent": "examples.tutorials.pong.steps.step1", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.tutorials.pong.steps.step2.main": { "path": "C:\\repos\\v3\\kivy\\examples\\tutorials\\pong\\steps\\step2\\main.py", "parent": "examples.tutorials.pong.steps.step2", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.tutorials.pong.steps.step3.main": { "path": "C:\\repos\\v3\\kivy\\examples\\tutorials\\pong\\steps\\step3\\main.py", "parent": "examples.tutorials.pong.steps.step3", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.tutorials.pong.steps.step4.main": { "path": "C:\\repos\\v3\\kivy\\examples\\tutorials\\pong\\steps\\step4\\main.py", "parent": "examples.tutorials.pong.steps.step4", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.tutorials.pong.steps.step5.main": { "path": "C:\\repos\\v3\\kivy\\examples\\tutorials\\pong\\steps\\step5\\main.py", "parent": "examples.tutorials.pong.steps.step5", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.accordion_1": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\accordion_1.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.actionbar": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\actionbar.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.asyncimage": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\asyncimage.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.boxlayout_poshint": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\boxlayout_poshint.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.bubble_test": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\bubble_test.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.camera": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\camera.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.carousel_buttons": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\carousel_buttons.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.codeinput": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\codeinput.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.colorpicker": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\colorpicker.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.colorusage": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\colorusage.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.compound_selection": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\compound_selection.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.customcollide": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\customcollide.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.effectwidget": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\effectwidget.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.effectwidget2": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\effectwidget2.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.effectwidget3_advanced": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\effectwidget3_advanced.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.fbowidget": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\fbowidget.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.focus_behavior": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\focus_behavior.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.hover_behavior": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\hover_behavior.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.image_mipmap": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\image_mipmap.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.keyboardlistener": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\keyboardlistener.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.label_mipmap": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\label_mipmap.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.label_sizing": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\label_sizing.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.label_text_size": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\label_text_size.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.label_with_markup": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\label_with_markup.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.lang_dynamic_classes": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\lang_dynamic_classes.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.pagelayout": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\pagelayout.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.popup_with_kv": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\popup_with_kv.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.rstexample": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\rstexample.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.scatter": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\scatter.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.screenmanager": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\screenmanager.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.scrollview": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\scrollview.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.scrollview_damped_effect_tuning": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\scrollview_damped_effect_tuning.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.scrollview_nested_orthogonal": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\scrollview_nested_orthogonal.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.scrollview_nested_verticals": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\scrollview_nested_verticals.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.settings": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\settings.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.shorten_text": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\shorten_text.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.spinner": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\spinner.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.splitter": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\splitter.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.tabbedpanel": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\tabbedpanel.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.tabbed_panel_showcase": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\tabbed_panel_showcase.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.textalign": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\textalign.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.textinput": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\textinput.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.unicode_textinput": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\unicode_textinput.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.videoplayer": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\videoplayer.py", "parent": "examples.widgets", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.lottie.lottie_async_status": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\lottie\\lottie_async_status.py", "parent": "examples.widgets.lottie", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.lottie.lottie_quality": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\lottie\\lottie_quality.py", "parent": "examples.widgets.lottie", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.lottie.lottie_slot_theme": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\lottie\\lottie_slot_theme.py", "parent": "examples.widgets.lottie", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.lottie.lottie_spinning_star": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\lottie\\lottie_spinning_star.py", "parent": "examples.widgets.lottie", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.recycleview.basic_data": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\recycleview\\basic_data.py", "parent": "examples.widgets.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.recycleview.infinite_scrolling": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\recycleview\\infinite_scrolling.py", "parent": "examples.widgets.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.recycleview.key_viewclass": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\recycleview\\key_viewclass.py", "parent": "examples.widgets.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.recycleview.messenger": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\recycleview\\messenger.py", "parent": "examples.widgets.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.recycleview.nested_orthogonal": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\recycleview\\nested_orthogonal.py", "parent": "examples.widgets.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.recycleview.pull_to_refresh": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\recycleview\\pull_to_refresh.py", "parent": "examples.widgets.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.recycleview.rv_animate_items": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\recycleview\\rv_animate_items.py", "parent": "examples.widgets.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.sequenced_images.main": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\sequenced_images\\main.py", "parent": "examples.widgets.sequenced_images", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.sequenced_images.uix.custom_button": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\sequenced_images\\uix\\custom_button.py", "parent": "examples.widgets.sequenced_images.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "examples.widgets.sequenced_images.uix": { "path": "C:\\repos\\v3\\kivy\\examples\\widgets\\sequenced_images\\uix\\__init__.py", "parent": "examples.widgets.sequenced_images", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.animation": { "path": "C:\\repos\\v3\\kivy\\kivy\\animation.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.app": { "path": "C:\\repos\\v3\\kivy\\kivy\\app.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.atlas": { "path": "C:\\repos\\v3\\kivy\\kivy\\atlas.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.base": { "path": "C:\\repos\\v3\\kivy\\kivy\\base.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.cache": { "path": "C:\\repos\\v3\\kivy\\kivy\\cache.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.clock": { "path": "C:\\repos\\v3\\kivy\\kivy\\clock.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.config": { "path": "C:\\repos\\v3\\kivy\\kivy\\config.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_00" }, "kivy.context": { "path": "C:\\repos\\v3\\kivy\\kivy\\context.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.event": { "path": "C:\\repos\\v3\\kivy\\kivy\\event.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.factory": { "path": "C:\\repos\\v3\\kivy\\kivy\\factory.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_01" }, "kivy.factory_registers": { "path": "C:\\repos\\v3\\kivy\\kivy\\factory_registers.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_01" }, "kivy.geometry": { "path": "C:\\repos\\v3\\kivy\\kivy\\geometry.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.gesture": { "path": "C:\\repos\\v3\\kivy\\kivy\\gesture.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.interactive": { "path": "C:\\repos\\v3\\kivy\\kivy\\interactive.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.loader": { "path": "C:\\repos\\v3\\kivy\\kivy\\loader.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.logger": { "path": "C:\\repos\\v3\\kivy\\kivy\\logger.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_00" }, "kivy.metrics": { "path": "C:\\repos\\v3\\kivy\\kivy\\metrics.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.multistroke": { "path": "C:\\repos\\v3\\kivy\\kivy\\multistroke.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.parser": { "path": "C:\\repos\\v3\\kivy\\kivy\\parser.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.resources": { "path": "C:\\repos\\v3\\kivy\\kivy\\resources.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.support": { "path": "C:\\repos\\v3\\kivy\\kivy\\support.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.utils": { "path": "C:\\repos\\v3\\kivy\\kivy\\utils.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_00" }, "kivy.vector": { "path": "C:\\repos\\v3\\kivy\\kivy\\vector.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.weakmethod": { "path": "C:\\repos\\v3\\kivy\\kivy\\weakmethod.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy._version": { "path": "C:\\repos\\v3\\kivy\\kivy\\_version.py", "parent": "kivy", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy": { "path": "C:\\repos\\v3\\kivy\\kivy\\__init__.py", "parent": null, "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_00" }, "kivy.core": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_00" }, "kivy.core.audio_input": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\audio_input\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.audio_output.audio_android": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\audio_output\\audio_android.py", "parent": "kivy.core.audio_output", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.audio_output.audio_avplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\audio_output\\audio_avplayer.py", "parent": "kivy.core.audio_output", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.audio_output.audio_ffpyplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\audio_output\\audio_ffpyplayer.py", "parent": "kivy.core.audio_output", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.audio_output.audio_gstplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\audio_output\\audio_gstplayer.py", "parent": "kivy.core.audio_output", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.audio_output": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\audio_output\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.camera.camera_android": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\camera\\camera_android.py", "parent": "kivy.core.camera", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.camera.camera_gi": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\camera\\camera_gi.py", "parent": "kivy.core.camera", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.camera.camera_opencv": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\camera\\camera_opencv.py", "parent": "kivy.core.camera", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.camera.camera_picamera": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\camera\\camera_picamera.py", "parent": "kivy.core.camera", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.camera": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\camera\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_android": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_android.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_dbusklipper": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_dbusklipper.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_dummy": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_dummy.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_gtk3": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_gtk3.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_nspaste": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_nspaste.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_sdl3": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_sdl3.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_winctypes": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_winctypes.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_xclip": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_xclip.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard.clipboard_xsel": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\clipboard_xsel.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard._clipboard_ext": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\_clipboard_ext.py", "parent": "kivy.core.clipboard", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.clipboard": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\clipboard\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.gl": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\gl\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.core.image.img_dds": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\image\\img_dds.py", "parent": "kivy.core.image", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.image.img_ffpyplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\image\\img_ffpyplayer.py", "parent": "kivy.core.image", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.image.img_pil": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\image\\img_pil.py", "parent": "kivy.core.image", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.image.img_sdl3": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\image\\img_sdl3.py", "parent": "kivy.core.image", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.image.img_tex": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\image\\img_tex.py", "parent": "kivy.core.image", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.image.img_thorvg_svg": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\image\\img_thorvg_svg.py", "parent": "kivy.core.image", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.image": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\image\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.core.lottie.lottie_null": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\lottie\\lottie_null.py", "parent": "kivy.core.lottie", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.lottie.lottie_thorvg": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\lottie\\lottie_thorvg.py", "parent": "kivy.core.lottie", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.lottie": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\lottie\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.spelling.spelling_enchant": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\spelling\\spelling_enchant.py", "parent": "kivy.core.spelling", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.spelling.spelling_osxappkit": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\spelling\\spelling_osxappkit.py", "parent": "kivy.core.spelling", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.spelling": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\spelling\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.svg.svg_thorvg": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\svg\\svg_thorvg.py", "parent": "kivy.core.svg", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.svg": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\svg\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.system_tray": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\system_tray\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.text.markup": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\text\\markup.py", "parent": "kivy.core.text", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.core.text.text_pango": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\text\\text_pango.py", "parent": "kivy.core.text", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.core.text.text_pil": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\text\\text_pil.py", "parent": "kivy.core.text", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.text.text_sdl3": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\text\\text_sdl3.py", "parent": "kivy.core.text", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.text": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\text\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.core.video.video_android": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\video\\video_android.py", "parent": "kivy.core.video", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.video.video_ffmpeg": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\video\\video_ffmpeg.py", "parent": "kivy.core.video", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.video.video_ffpyplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\video\\video_ffpyplayer.py", "parent": "kivy.core.video", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.video.video_gstplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\video\\video_gstplayer.py", "parent": "kivy.core.video", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.video.video_null": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\video\\video_null.py", "parent": "kivy.core.video", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.video": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\video\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.window.window_egl_rpi": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\window\\window_egl_rpi.py", "parent": "kivy.core.window", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.window.window_sdl3": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\window\\window_sdl3.py", "parent": "kivy.core.window", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.core.window": { "path": "C:\\repos\\v3\\kivy\\kivy\\core\\window\\__init__.py", "parent": "kivy.core", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.deps": { "path": "C:\\repos\\v3\\kivy\\kivy\\deps\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.effects.dampedscroll": { "path": "C:\\repos\\v3\\kivy\\kivy\\effects\\dampedscroll.py", "parent": "kivy.effects", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.effects.kinetic": { "path": "C:\\repos\\v3\\kivy\\kivy\\effects\\kinetic.py", "parent": "kivy.effects", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.effects.opacityscroll": { "path": "C:\\repos\\v3\\kivy\\kivy\\effects\\opacityscroll.py", "parent": "kivy.effects", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.effects.scroll": { "path": "C:\\repos\\v3\\kivy\\kivy\\effects\\scroll.py", "parent": "kivy.effects", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.effects": { "path": "C:\\repos\\v3\\kivy\\kivy\\effects\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.eventmanager.hover": { "path": "C:\\repos\\v3\\kivy\\kivy\\eventmanager\\hover.py", "parent": "kivy.eventmanager", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.eventmanager": { "path": "C:\\repos\\v3\\kivy\\kivy\\eventmanager\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.extras.highlight": { "path": "C:\\repos\\v3\\kivy\\kivy\\extras\\highlight.py", "parent": "kivy.extras", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.extras": { "path": "C:\\repos\\v3\\kivy\\kivy\\extras\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.garden": { "path": "C:\\repos\\v3\\kivy\\kivy\\garden\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.graphics": { "path": "C:\\repos\\v3\\kivy\\kivy\\graphics\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.graphics.cgl_backend": { "path": "C:\\repos\\v3\\kivy\\kivy\\graphics\\cgl_backend\\__init__.py", "parent": "kivy.graphics", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.graphics.egl_backend": { "path": "C:\\repos\\v3\\kivy\\kivy\\graphics\\egl_backend\\__init__.py", "parent": "kivy.graphics", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.factory": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\factory.py", "parent": "kivy.input", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.motionevent": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\motionevent.py", "parent": "kivy.input", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.provider": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\provider.py", "parent": "kivy.input", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.recorder": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\recorder.py", "parent": "kivy.input", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.shape": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\shape.py", "parent": "kivy.input", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.postproc.calibration": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\postproc\\calibration.py", "parent": "kivy.input.postproc", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.postproc.dejitter": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\postproc\\dejitter.py", "parent": "kivy.input.postproc", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.postproc.doubletap": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\postproc\\doubletap.py", "parent": "kivy.input.postproc", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.postproc.ignorelist": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\postproc\\ignorelist.py", "parent": "kivy.input.postproc", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.postproc.retaintouch": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\postproc\\retaintouch.py", "parent": "kivy.input.postproc", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.postproc.tripletap": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\postproc\\tripletap.py", "parent": "kivy.input.postproc", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.postproc": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\postproc\\__init__.py", "parent": "kivy.input", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.providers.androidjoystick": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\androidjoystick.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.providers.hidinput": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\hidinput.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.providers.leapfinger": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\leapfinger.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.providers.linuxwacom": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\linuxwacom.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.providers.mactouch": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\mactouch.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.providers.mouse": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\mouse.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.providers.mtdev": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\mtdev.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.providers.probesysfs": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\probesysfs.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.providers.tuio": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\tuio.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.providers.wm_common": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\wm_common.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.providers.wm_pen": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\wm_pen.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.input.providers.wm_touch": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\wm_touch.py", "parent": "kivy.input.providers", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.input.providers": { "path": "C:\\repos\\v3\\kivy\\kivy\\input\\providers\\__init__.py", "parent": "kivy.input", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.lang.builder": { "path": "C:\\repos\\v3\\kivy\\kivy\\lang\\builder.py", "parent": "kivy.lang", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.lang.parser": { "path": "C:\\repos\\v3\\kivy\\kivy\\lang\\parser.py", "parent": "kivy.lang", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.lang": { "path": "C:\\repos\\v3\\kivy\\kivy\\lang\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.lib.ddsfile": { "path": "C:\\repos\\v3\\kivy\\kivy\\lib\\ddsfile.py", "parent": "kivy.lib", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.lib.mtdev": { "path": "C:\\repos\\v3\\kivy\\kivy\\lib\\mtdev.py", "parent": "kivy.lib", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.lib": { "path": "C:\\repos\\v3\\kivy\\kivy\\lib\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.lib.gstplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\lib\\gstplayer\\__init__.py", "parent": "kivy.lib", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.lib.thorvg": { "path": "C:\\repos\\v3\\kivy\\kivy\\lib\\thorvg\\__init__.py", "parent": "kivy.lib", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.lib.vidcore_lite": { "path": "C:\\repos\\v3\\kivy\\kivy\\lib\\vidcore_lite\\__init__.py", "parent": "kivy.lib", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.console": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\console.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.cursor": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\cursor.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.inspector": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\inspector.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.joycursor": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\joycursor.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.keybinding": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\keybinding.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.monitor": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\monitor.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.recorder": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\recorder.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.screen": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\screen.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.showborder": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\showborder.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.touchring": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\touchring.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules.webdebugger": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\webdebugger.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules._webdebugger": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\_webdebugger.py", "parent": "kivy.modules", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.modules": { "path": "C:\\repos\\v3\\kivy\\kivy\\modules\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_00" }, "kivy.network.urlrequest": { "path": "C:\\repos\\v3\\kivy\\kivy\\network\\urlrequest.py", "parent": "kivy.network", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.network": { "path": "C:\\repos\\v3\\kivy\\kivy\\network\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.storage.dictstore": { "path": "C:\\repos\\v3\\kivy\\kivy\\storage\\dictstore.py", "parent": "kivy.storage", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.storage.jsonstore": { "path": "C:\\repos\\v3\\kivy\\kivy\\storage\\jsonstore.py", "parent": "kivy.storage", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.storage.redisstore": { "path": "C:\\repos\\v3\\kivy\\kivy\\storage\\redisstore.py", "parent": "kivy.storage", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.storage": { "path": "C:\\repos\\v3\\kivy\\kivy\\storage\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.async_common": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\async_common.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_03" }, "kivy.tests.bench_thorvg_wrapper": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\bench_thorvg_wrapper.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.common": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\common.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.conftest": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\conftest.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.fixtures": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\fixtures.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.perf_test_textinput": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\perf_test_textinput.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_animations": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_animations.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_app": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_app.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_app_on_ready": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_app_on_ready.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_audio": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_audio.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_audio_provider": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_audio_provider.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_benchmark": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_benchmark.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_buttonbehavior": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_buttonbehavior.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_clipboard": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_clipboard.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_clock": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_clock.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_clock_triggered": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_clock_triggered.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_config": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_config.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_core_svg": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_core_svg.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_coverage": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_coverage.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_doc_gallery": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_doc_gallery.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_effects": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_effects.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_environ_cli": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_environ_cli.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_fbo": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_fbo.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_filechooser": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_filechooser.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_filechooser_unicode": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_filechooser_unicode.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_fonts": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_fonts.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_garden": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_garden.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_graphics": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_graphics.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_image": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_image.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_imageloader": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_imageloader.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_image_provider": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_image_provider.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_invalid_lang": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_invalid_lang.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_kivy_init": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_kivy_init.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_knspace": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_knspace.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_lang": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_lang.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_lang_complex": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_lang_complex.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_lang_pre_process_and_post_process": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_lang_pre_process_and_post_process.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_logger": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_logger.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_lottie_provider": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_lottie_provider.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_metrics": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_metrics.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_module_inspector": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_module_inspector.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_motion_event": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_motion_event.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_mouse_hover_event": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_mouse_hover_event.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_mouse_multitouchsim": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_mouse_multitouchsim.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_multistroke": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_multistroke.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_properties": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_properties.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_provider_registry": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_provider_registry.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_resources": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_resources.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_rst_replace": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_rst_replace.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_screen": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_screen.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_storage": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_storage.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_system_tray": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_system_tray.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_text_provider": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_text_provider.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_thorvg_svg_provider": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_thorvg_svg_provider.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_thorvg_wrapper": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_thorvg_wrapper.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_togglebuttonbehavior": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_togglebuttonbehavior.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_accordion": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_accordion.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_actionbar": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_actionbar.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_anchorlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_anchorlayout.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_asyncimage": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_asyncimage.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_boxlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_boxlayout.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_bubble": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_bubble.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_carousel": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_carousel.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_colorpicker": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_colorpicker.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_dropdown": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_dropdown.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_gridlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_gridlayout.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_layout": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_layout.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_lottie": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_lottie.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_modal": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_modal.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_recyclegridlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_recyclegridlayout.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_relativelayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_relativelayout.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_scrollview": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_scrollview.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_settings": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_settings.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_slider": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_slider.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_stacklayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_stacklayout.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_svg": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_svg.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_textinput": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_textinput.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_translate_coordinates": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_translate_coordinates.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_videoplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_videoplayer.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_uix_widget": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_uix_widget.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_utils": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_utils.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_vector": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_vector.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_video": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_video.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_weakmethod": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_weakmethod.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_widget": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_widget.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_widget_walk": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_widget_walk.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_window_base": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_window_base.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_window_info": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_window_info.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.visual_test_label": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\visual_test_label.py", "parent": "kivy.tests", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_03" }, "kivy.tests.pyinstaller.test_pyinstaller": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\pyinstaller\\test_pyinstaller.py", "parent": "kivy.tests.pyinstaller", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.pyinstaller.simple_widget.main": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\pyinstaller\\simple_widget\\main.py", "parent": "kivy.tests.pyinstaller.simple_widget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.pyinstaller.simple_widget.project.widget": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\pyinstaller\\simple_widget\\project\\widget.py", "parent": "kivy.tests.pyinstaller.simple_widget.project", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.pyinstaller.simple_widget.project": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\pyinstaller\\simple_widget\\project\\__init__.py", "parent": "kivy.tests.pyinstaller.simple_widget", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.pyinstaller.video_widget.main": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\pyinstaller\\video_widget\\main.py", "parent": "kivy.tests.pyinstaller.video_widget", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.pyinstaller.video_widget.project": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\pyinstaller\\video_widget\\project\\__init__.py", "parent": "kivy.tests.pyinstaller.video_widget", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_issues.test_6315": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_issues\\test_6315.py", "parent": "kivy.tests.test_issues", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_issues.test_issue_1084": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_issues\\test_issue_1084.py", "parent": "kivy.tests.test_issues", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_issues.test_issue_1091": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_issues\\test_issue_1091.py", "parent": "kivy.tests.test_issues", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_issues.test_issue_599": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_issues\\test_issue_599.py", "parent": "kivy.tests.test_issues", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_issues.test_issue_609": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_issues\\test_issue_609.py", "parent": "kivy.tests.test_issues", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_issues.test_issue_6909": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_issues\\test_issue_6909.py", "parent": "kivy.tests.test_issues", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_issues.test_issue_883": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_issues\\test_issue_883.py", "parent": "kivy.tests.test_issues", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_urlrequest.conftest": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_urlrequest\\conftest.py", "parent": "kivy.tests.test_urlrequest", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_urlrequest.test_urlrequest_requests": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_urlrequest\\test_urlrequest_requests.py", "parent": "kivy.tests.test_urlrequest", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tests.test_urlrequest.test_urlrequest_urllib": { "path": "C:\\repos\\v3\\kivy\\kivy\\tests\\test_urlrequest\\test_urlrequest_urllib.py", "parent": "kivy.tests.test_urlrequest", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.benchmark": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\benchmark.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.changelog_parser": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\changelog_parser.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.coverage": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\coverage.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.gallery": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\gallery.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.generate-icons": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\generate-icons.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.kviewer": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\kviewer.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.report": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\report.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.stub-gl-debug": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\stub-gl-debug.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.texturecompress": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\texturecompress.py", "parent": "kivy.tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.gles_compat.subset_gles": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\gles_compat\\subset_gles.py", "parent": "kivy.tools.gles_compat", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.highlight": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\highlight\\__init__.py", "parent": "kivy.tools", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.image-testsuite.gimp28-testsuite": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\image-testsuite\\gimp28-testsuite.py", "parent": "kivy.tools.image-testsuite", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.packaging.cython_cfg": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\packaging\\cython_cfg.py", "parent": "kivy.tools.packaging", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.packaging.factory": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\packaging\\factory.py", "parent": "kivy.tools.packaging", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.packaging": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\packaging\\__init__.py", "parent": "kivy.tools", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.packaging.pyinstaller_hooks.hook-kivy": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\packaging\\pyinstaller_hooks\\hook-kivy.py", "parent": "kivy.tools.packaging.pyinstaller_hooks", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\packaging\\pyinstaller_hooks\\pyi_rth_kivy.py", "parent": "kivy.tools.packaging.pyinstaller_hooks", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.packaging.pyinstaller_hooks": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\packaging\\pyinstaller_hooks\\__init__.py", "parent": "kivy.tools.packaging", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.packaging.pyinstaller_hooks.__main__": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\packaging\\pyinstaller_hooks\\__main__.py", "parent": "kivy.tools.packaging.pyinstaller_hooks", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.pep8checker.pep8": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\pep8checker\\pep8.py", "parent": "kivy.tools.pep8checker", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.tools.pep8checker.pep8kivy": { "path": "C:\\repos\\v3\\kivy\\kivy\\tools\\pep8checker\\pep8kivy.py", "parent": "kivy.tools.pep8checker", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.accordion": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\accordion.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.actionbar": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\actionbar.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.anchorlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\anchorlayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.boxlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\boxlayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.bubble": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\bubble.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.button": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\button.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.camera": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\camera.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.carousel": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\carousel.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.checkbox": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\checkbox.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.codeinput": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\codeinput.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.colorpicker": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\colorpicker.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.dropdown": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\dropdown.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.effectwidget": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\effectwidget.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.filechooser": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\filechooser.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.floatlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\floatlayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.gesturesurface": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\gesturesurface.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.gridlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\gridlayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.image": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\image.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.label": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\label.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.layout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\layout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.lottie": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\lottie.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.modalview": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\modalview.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.pagelayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\pagelayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.popup": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\popup.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.progressbar": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\progressbar.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.recycleboxlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\recycleboxlayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.recyclegridlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\recyclegridlayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.recyclelayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\recyclelayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.relativelayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\relativelayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.rst": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\rst.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.sandbox": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\sandbox.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.scatter": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\scatter.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.scatterlayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\scatterlayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.screenmanager": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\screenmanager.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.scrollview": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\scrollview.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.settings": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\settings.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.slider": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\slider.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.spinner": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\spinner.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.splitter": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\splitter.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.stacklayout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\stacklayout.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.stencilview": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\stencilview.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.svg": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\svg.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.switch": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\switch.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.tabbedpanel": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\tabbedpanel.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.textinput": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\textinput.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.togglebutton": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\togglebutton.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.treeview": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\treeview.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.video": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\video.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.videoplayer": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\videoplayer.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.vkeyboard": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\vkeyboard.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.widget": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\widget.py", "parent": "kivy.uix", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\__init__.py", "parent": "kivy", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.button": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\button.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.codenavigation": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\codenavigation.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.compoundselection": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\compoundselection.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.cover": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\cover.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.behaviors.drag": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\drag.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.behaviors.emacs": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\emacs.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.focus": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\focus.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.behaviors.hover": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\hover.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.knspace": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\knspace.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.togglebutton": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\togglebutton.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.behaviors.touchripple": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\touchripple.py", "parent": "kivy.uix.behaviors", "is_package": false, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.behaviors": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\behaviors\\__init__.py", "parent": "kivy.uix", "is_package": true, "in_cyclic_loop": true, "cyclic_cluster_id": "cluster_02" }, "kivy.uix.recycleview.datamodel": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\recycleview\\datamodel.py", "parent": "kivy.uix.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.recycleview.layout": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\recycleview\\layout.py", "parent": "kivy.uix.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.recycleview.views": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\recycleview\\views.py", "parent": "kivy.uix.recycleview", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "kivy.uix.recycleview": { "path": "C:\\repos\\v3\\kivy\\kivy\\uix\\recycleview\\__init__.py", "parent": "kivy.uix", "is_package": true, "in_cyclic_loop": false, "cyclic_cluster_id": null }, "tools.add-ios-frameworks": { "path": "C:\\repos\\v3\\kivy\\tools\\add-ios-frameworks.py", "parent": "tools", "is_package": false, "in_cyclic_loop": false, "cyclic_cluster_id": null } }, "import_graph": { "setup": [ { "from_module": "setup", "imports": "kivy.tools.packaging.factory.FactoryBuild", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.factory", "symbol_part": "FactoryBuild", "lineno": 6 }, { "from_module": "setup", "imports": "kivy.tools.packaging.cython_cfg.get_cython_versions", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.cython_cfg", "symbol_part": "get_cython_versions", "lineno": 7 }, { "from_module": "setup", "imports": "kivy.tools.packaging.cython_cfg.get_cython_msg", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.cython_cfg", "symbol_part": "get_cython_msg", "lineno": 7 }, { "from_module": "setup", "imports": "kivy", "type": "import", "lineno": 8 }, { "from_module": "setup", "imports": "kivy.utils.pi_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "pi_version", "lineno": 22 }, { "from_module": "setup", "imports": "kivy.tools.packaging.win32.build.WindowsPortableBuild", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.win32.build", "symbol_part": "WindowsPortableBuild", "lineno": 488 }, { "from_module": "setup", "imports": "kivy.tools.packaging.osx.build.OSXPortableBuild", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.osx.build", "symbol_part": "OSXPortableBuild", "lineno": 491 } ], ".ci.thorvg_wrapper_bootstrap": [], ".ci.thorvg_wrapper_build": [], ".ci.thorvg_wrapper_conftest": [], "doc.autobuild": [ { "from_module": "doc.autobuild", "imports": "kivy", "type": "import", "lineno": 26 }, { "from_module": "doc.autobuild", "imports": "kivy.app", "type": "import", "lineno": 29 }, { "from_module": "doc.autobuild", "imports": "kivy.metrics", "type": "import", "lineno": 30 }, { "from_module": "doc.autobuild", "imports": "kivy.atlas", "type": "import", "lineno": 31 }, { "from_module": "doc.autobuild", "imports": "kivy.context", "type": "import", "lineno": 32 }, { "from_module": "doc.autobuild", "imports": "kivy.core.audio_output", "type": "import", "lineno": 33 }, { "from_module": "doc.autobuild", "imports": "kivy.core.camera", "type": "import", "lineno": 34 }, { "from_module": "doc.autobuild", "imports": "kivy.core.clipboard", "type": "import", "lineno": 35 }, { "from_module": "doc.autobuild", "imports": "kivy.core.gl", "type": "import", "lineno": 36 }, { "from_module": "doc.autobuild", "imports": "kivy.core.image", "type": "import", "lineno": 37 }, { "from_module": "doc.autobuild", "imports": "kivy.core.spelling", "type": "import", "lineno": 38 }, { "from_module": "doc.autobuild", "imports": "kivy.core.system_tray", "type": "import", "lineno": 39 }, { "from_module": "doc.autobuild", "imports": "kivy.core.text", "type": "import", "lineno": 40 }, { "from_module": "doc.autobuild", "imports": "kivy.core.text.markup", "type": "import", "lineno": 41 }, { "from_module": "doc.autobuild", "imports": "kivy.core.video", "type": "import", "lineno": 42 }, { "from_module": "doc.autobuild", "imports": "kivy.core.window", "type": "import", "lineno": 43 }, { "from_module": "doc.autobuild", "imports": "kivy.geometry", "type": "import", "lineno": 44 }, { "from_module": "doc.autobuild", "imports": "kivy.graphics", "type": "import", "lineno": 45 }, { "from_module": "doc.autobuild", "imports": "kivy.graphics.shader", "type": "import", "lineno": 46 }, { "from_module": "doc.autobuild", "imports": "kivy.graphics.tesselator", "type": "import", "lineno": 47 }, { "from_module": "doc.autobuild", "imports": "kivy.animation", "type": "import", "lineno": 48 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.console", "type": "import", "lineno": 49 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.keybinding", "type": "import", "lineno": 50 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.monitor", "type": "import", "lineno": 51 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.touchring", "type": "import", "lineno": 52 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.inspector", "type": "import", "lineno": 53 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.recorder", "type": "import", "lineno": 54 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.screen", "type": "import", "lineno": 55 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.joycursor", "type": "import", "lineno": 56 }, { "from_module": "doc.autobuild", "imports": "kivy.storage", "type": "import", "lineno": 57 }, { "from_module": "doc.autobuild", "imports": "kivy.storage.dictstore", "type": "import", "lineno": 58 }, { "from_module": "doc.autobuild", "imports": "kivy.storage.jsonstore", "type": "import", "lineno": 59 }, { "from_module": "doc.autobuild", "imports": "kivy.storage.redisstore", "type": "import", "lineno": 60 }, { "from_module": "doc.autobuild", "imports": "kivy.network.urlrequest", "type": "import", "lineno": 61 }, { "from_module": "doc.autobuild", "imports": "kivy.modules.webdebugger", "type": "import", "lineno": 62 }, { "from_module": "doc.autobuild", "imports": "kivy.support", "type": "import", "lineno": 63 }, { "from_module": "doc.autobuild", "imports": "kivy.tools.packaging.pyinstaller_hooks", "type": "import", "lineno": 65 }, { "from_module": "doc.autobuild", "imports": "kivy.input.recorder", "type": "import", "lineno": 68 }, { "from_module": "doc.autobuild", "imports": "kivy.interactive", "type": "import", "lineno": 69 }, { "from_module": "doc.autobuild", "imports": "kivy.garden", "type": "import", "lineno": 70 }, { "from_module": "doc.autobuild", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 71 }, { "from_module": "doc.autobuild", "imports": "kivy.lib.ddsfile", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib", "symbol_part": "ddsfile", "lineno": 72 }, { "from_module": "doc.autobuild", "imports": "kivy.lib.mtdev", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib", "symbol_part": "mtdev", "lineno": 72 } ], "doc": [], "doc.sources.conf": [ { "from_module": "doc.sources.conf", "imports": "kivy", "type": "import", "lineno": 76 }, { "from_module": "doc.sources.conf", "imports": "kivy.tools.gallery", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools", "symbol_part": "gallery", "lineno": 84 } ], "doc.sources.sphinxext.autodoc": [], "doc.sources.sphinxext.kivy_pygments_theme": [], "doc.sources.sphinxext.preprocess": [ { "from_module": "doc.sources.sphinxext.preprocess", "imports": "kivy", "type": "import", "lineno": 115 } ], "doc.sources.sphinxext": [], "examples.3Drendering.main": [ { "from_module": "examples.3Drendering.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 15 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 16 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 17 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 18 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 19 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.transformation.Matrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.transformation", "symbol_part": "Matrix", "lineno": 20 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.opengl.glEnable", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glEnable", "lineno": 21 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.opengl.glDisable", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glDisable", "lineno": 21 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.opengl.GL_DEPTH_TEST", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_DEPTH_TEST", "lineno": 21 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.Callback", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Callback", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PushMatrix", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PopMatrix", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Translate", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.Rotate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rotate", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.Mesh", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Mesh", "lineno": 22 }, { "from_module": "examples.3Drendering.main", "imports": "kivy.graphics.UpdateNormalMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "UpdateNormalMatrix", "lineno": 22 } ], "examples.3Drendering.objloader": [], "examples.android.compass.main": [ { "from_module": "examples.android.compass.main", "imports": "kivy", "type": "import", "lineno": 22 }, { "from_module": "examples.android.compass.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 27 }, { "from_module": "examples.android.compass.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 28 }, { "from_module": "examples.android.compass.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 29 }, { "from_module": "examples.android.compass.main", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 30 }, { "from_module": "examples.android.compass.main", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 31 } ], "examples.android.takepicture.main": [ { "from_module": "examples.android.takepicture.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 23 }, { "from_module": "examples.android.takepicture.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 28 }, { "from_module": "examples.android.takepicture.main", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 29 }, { "from_module": "examples.android.takepicture.main", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 30 } ], "examples.animation.animate": [ { "from_module": "examples.animation.animate", "imports": "kivy", "type": "import", "lineno": 10 }, { "from_module": "examples.animation.animate", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 13 }, { "from_module": "examples.animation.animate", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 14 }, { "from_module": "examples.animation.animate", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 15 } ], "examples.application.app_suite": [ { "from_module": "examples.application.app_suite", "imports": "kivy", "type": "import", "lineno": 21 }, { "from_module": "examples.application.app_suite", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 23 }, { "from_module": "examples.application.app_suite", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 24 }, { "from_module": "examples.application.app_suite", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 25 }, { "from_module": "examples.application.app_suite", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 27 } ], "examples.application.app_with_build": [ { "from_module": "examples.application.app_with_build", "imports": "kivy", "type": "import", "lineno": 9 }, { "from_module": "examples.application.app_with_build", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 }, { "from_module": "examples.application.app_with_build", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 13 } ], "examples.application.app_with_config": [ { "from_module": "examples.application.app_with_config", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.application.app_with_config", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 }, { "from_module": "examples.application.app_with_config", "imports": "kivy.properties.ConfigParserProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ConfigParserProperty", "lineno": 3 } ], "examples.application.app_with_kv": [ { "from_module": "examples.application.app_with_kv", "imports": "kivy", "type": "import", "lineno": 14 }, { "from_module": "examples.application.app_with_kv", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 17 } ], "examples.application.app_with_kv_in_template1": [ { "from_module": "examples.application.app_with_kv_in_template1", "imports": "kivy", "type": "import", "lineno": 16 }, { "from_module": "examples.application.app_with_kv_in_template1", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 19 } ], "examples.async.asyncio_advanced": [ { "from_module": "examples.async.asyncio_advanced", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 7 }, { "from_module": "examples.async.asyncio_advanced", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 8 } ], "examples.async.asyncio_basic": [ { "from_module": "examples.async.asyncio_basic", "imports": "kivy.app.async_runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "async_runTouchApp", "lineno": 6 }, { "from_module": "examples.async.asyncio_basic", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 7 } ], "examples.async.trio_advanced": [ { "from_module": "examples.async.trio_advanced", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 6 }, { "from_module": "examples.async.trio_advanced", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 7 } ], "examples.async.trio_basic": [ { "from_module": "examples.async.trio_basic", "imports": "kivy.app.async_runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "async_runTouchApp", "lineno": 5 }, { "from_module": "examples.async.trio_basic", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 6 } ], "examples.audio.main": [ { "from_module": "examples.audio.main", "imports": "kivy", "type": "import", "lineno": 14 }, { "from_module": "examples.audio.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 17 }, { "from_module": "examples.audio.main", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 18 }, { "from_module": "examples.audio.main", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 19 }, { "from_module": "examples.audio.main", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 20 }, { "from_module": "examples.audio.main", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 21 }, { "from_module": "examples.audio.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 21 }, { "from_module": "examples.audio.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 21 } ], "examples.audio.pitch": [ { "from_module": "examples.audio.pitch", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 3 }, { "from_module": "examples.audio.pitch", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 4 }, { "from_module": "examples.audio.pitch", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 5 }, { "from_module": "examples.audio.pitch", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 6 } ], "examples.camera.main": [ { "from_module": "examples.camera.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 17 }, { "from_module": "examples.camera.main", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 18 }, { "from_module": "examples.camera.main", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 19 } ], "examples.canvas.antialiasing": [ { "from_module": "examples.canvas.antialiasing", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 }, { "from_module": "examples.canvas.antialiasing", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 13 } ], "examples.canvas.bezier": [ { "from_module": "examples.canvas.bezier", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 }, { "from_module": "examples.canvas.bezier", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 13 }, { "from_module": "examples.canvas.bezier", "imports": "kivy.uix.slider.Slider", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.slider", "symbol_part": "Slider", "lineno": 14 }, { "from_module": "examples.canvas.bezier", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 15 }, { "from_module": "examples.canvas.bezier", "imports": "kivy.graphics.Bezier", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Bezier", "lineno": 15 }, { "from_module": "examples.canvas.bezier", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 15 } ], "examples.canvas.canvas_stress": [ { "from_module": "examples.canvas.canvas_stress", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 12 }, { "from_module": "examples.canvas.canvas_stress", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 13 }, { "from_module": "examples.canvas.canvas_stress", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 14 }, { "from_module": "examples.canvas.canvas_stress", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 15 }, { "from_module": "examples.canvas.canvas_stress", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 16 }, { "from_module": "examples.canvas.canvas_stress", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 17 }, { "from_module": "examples.canvas.canvas_stress", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 17 } ], "examples.canvas.circle": [ { "from_module": "examples.canvas.circle", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.canvas.circle", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 14 } ], "examples.canvas.fbo_canvas": [ { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 13 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 13 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.graphics.Canvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Canvas", "lineno": 13 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.graphics.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearBuffers", "lineno": 13 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.graphics.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearColor", "lineno": 13 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.graphics.fbo.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.fbo", "symbol_part": "Fbo", "lineno": 14 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 15 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 16 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 16 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 17 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 18 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 19 }, { "from_module": "examples.canvas.fbo_canvas", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 20 } ], "examples.canvas.lines": [ { "from_module": "examples.canvas.lines", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 14 }, { "from_module": "examples.canvas.lines", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 15 }, { "from_module": "examples.canvas.lines", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 15 }, { "from_module": "examples.canvas.lines", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 15 }, { "from_module": "examples.canvas.lines", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 15 }, { "from_module": "examples.canvas.lines", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 17 }, { "from_module": "examples.canvas.lines", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 18 }, { "from_module": "examples.canvas.lines", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 19 } ], "examples.canvas.lines_extended": [ { "from_module": "examples.canvas.lines_extended", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.canvas.lines_extended", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 11 }, { "from_module": "examples.canvas.lines_extended", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 12 }, { "from_module": "examples.canvas.lines_extended", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 13 } ], "examples.canvas.mesh": [ { "from_module": "examples.canvas.mesh", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 10 }, { "from_module": "examples.canvas.mesh", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 11 }, { "from_module": "examples.canvas.mesh", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 12 }, { "from_module": "examples.canvas.mesh", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.canvas.mesh", "imports": "kivy.graphics.Mesh", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Mesh", "lineno": 14 } ], "examples.canvas.mesh_manipulation": [ { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 14 }, { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 15 }, { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 16 }, { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 17 }, { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 17 }, { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 17 }, { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 18 }, { "from_module": "examples.canvas.mesh_manipulation", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 19 } ], "examples.canvas.multitexture": [ { "from_module": "examples.canvas.multitexture", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 14 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 15 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 16 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 17 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 18 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 19 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 20 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 20 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 20 }, { "from_module": "examples.canvas.multitexture", "imports": "kivy.graphics.BindTexture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "BindTexture", "lineno": 20 } ], "examples.canvas.repeat_texture": [ { "from_module": "examples.canvas.repeat_texture", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 14 }, { "from_module": "examples.canvas.repeat_texture", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 15 }, { "from_module": "examples.canvas.repeat_texture", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 16 }, { "from_module": "examples.canvas.repeat_texture", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 17 }, { "from_module": "examples.canvas.repeat_texture", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 17 }, { "from_module": "examples.canvas.repeat_texture", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 18 } ], "examples.canvas.rotation": [ { "from_module": "examples.canvas.rotation", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.canvas.rotation", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 } ], "examples.canvas.rounded_rectangle": [ { "from_module": "examples.canvas.rounded_rectangle", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.canvas.rounded_rectangle", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 3 }, { "from_module": "examples.canvas.rounded_rectangle", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 4 }, { "from_module": "examples.canvas.rounded_rectangle", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 4 }, { "from_module": "examples.canvas.rounded_rectangle", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 4 }, { "from_module": "examples.canvas.rounded_rectangle", "imports": "kivy.graphics.RoundedRectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RoundedRectangle", "lineno": 4 }, { "from_module": "examples.canvas.rounded_rectangle", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 5 } ], "examples.canvas.scale": [ { "from_module": "examples.canvas.scale", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 11 }, { "from_module": "examples.canvas.scale", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 12 } ], "examples.canvas.stencil_canvas": [ { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 14 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 15 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 15 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 16 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 17 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 18 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 19 }, { "from_module": "examples.canvas.stencil_canvas", "imports": "kivy.uix.stencilview.StencilView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.stencilview", "symbol_part": "StencilView", "lineno": 20 } ], "examples.canvas.tesselate": [ { "from_module": "examples.canvas.tesselate", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.graphics.Mesh", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Mesh", "lineno": 14 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 14 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.graphics.tesselator.Tesselator", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.tesselator", "symbol_part": "Tesselator", "lineno": 15 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.graphics.tesselator.WINDING_ODD", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.tesselator", "symbol_part": "WINDING_ODD", "lineno": 15 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.graphics.tesselator.TYPE_POLYGONS", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.tesselator", "symbol_part": "TYPE_POLYGONS", "lineno": 15 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 16 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 17 }, { "from_module": "examples.canvas.tesselate", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 18 } ], "examples.canvas.texture": [ { "from_module": "examples.canvas.texture", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 18 }, { "from_module": "examples.canvas.texture", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 19 }, { "from_module": "examples.canvas.texture", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 19 }, { "from_module": "examples.canvas.texture", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 19 }, { "from_module": "examples.canvas.texture", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 20 }, { "from_module": "examples.canvas.texture", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 21 }, { "from_module": "examples.canvas.texture", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 22 } ], "examples.container.main": [ { "from_module": "examples.container.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.container.main", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 }, { "from_module": "examples.container.main", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 12 }, { "from_module": "examples.container.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 13 }, { "from_module": "examples.container.main", "imports": "kivy", "type": "import", "lineno": 15 } ], "examples.cover.cover_image": [ { "from_module": "examples.cover.cover_image", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.cover.cover_image", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.cover.cover_image", "imports": "kivy.uix.behaviors.CoverBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "CoverBehavior", "lineno": 3 }, { "from_module": "examples.cover.cover_image", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 4 } ], "examples.cover.cover_video": [ { "from_module": "examples.cover.cover_video", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.cover.cover_video", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.cover.cover_video", "imports": "kivy.uix.behaviors.CoverBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "CoverBehavior", "lineno": 3 }, { "from_module": "examples.cover.cover_video", "imports": "kivy.uix.video.Video", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.video", "symbol_part": "Video", "lineno": 4 } ], "examples.demo.camera_puzzle": [ { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.uix.camera.Camera", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.camera", "symbol_part": "Camera", "lineno": 14 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 15 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.uix.slider.Slider", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.slider", "symbol_part": "Slider", "lineno": 16 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 17 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 18 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 19 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 19 }, { "from_module": "examples.demo.camera_puzzle", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 20 } ], "examples.demo.kivycatalog.main": [ { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy", "type": "import", "lineno": 22 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 26 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 27 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 28 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.lang.Parser", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Parser", "lineno": 28 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.lang.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "ParserException", "lineno": 28 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 29 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 30 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.uix.codeinput.CodeInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.codeinput", "symbol_part": "CodeInput", "lineno": 31 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 32 }, { "from_module": "examples.demo.kivycatalog.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 33 } ], "examples.demo.multistroke.gesturedatabase": [ { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 3 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 4 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 5 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 5 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 6 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 6 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 7 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 8 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 9 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 10 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 10 }, { "from_module": "examples.demo.multistroke.gesturedatabase", "imports": "kivy.multistroke.Recognizer", "type": "from_import", "relative_level": 0, "module_part": "kivy.multistroke", "symbol_part": "Recognizer", "lineno": 11 } ], "examples.demo.multistroke.helpers": [ { "from_module": "examples.demo.multistroke.helpers", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 3 }, { "from_module": "examples.demo.multistroke.helpers", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 4 }, { "from_module": "examples.demo.multistroke.helpers", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 5 }, { "from_module": "examples.demo.multistroke.helpers", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 6 }, { "from_module": "examples.demo.multistroke.helpers", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 7 } ], "examples.demo.multistroke.historymanager": [ { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 3 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 4 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 5 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 6 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 7 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 8 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 9 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 10 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 10 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 11 }, { "from_module": "examples.demo.multistroke.historymanager", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 11 } ], "examples.demo.multistroke.main": [ { "from_module": "examples.demo.multistroke.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 23 }, { "from_module": "examples.demo.multistroke.main", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 24 }, { "from_module": "examples.demo.multistroke.main", "imports": "kivy.uix.gesturesurface.GestureSurface", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gesturesurface", "symbol_part": "GestureSurface", "lineno": 25 }, { "from_module": "examples.demo.multistroke.main", "imports": "kivy.uix.screenmanager.ScreenManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "ScreenManager", "lineno": 26 }, { "from_module": "examples.demo.multistroke.main", "imports": "kivy.uix.screenmanager.Screen", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "Screen", "lineno": 26 }, { "from_module": "examples.demo.multistroke.main", "imports": "kivy.uix.screenmanager.SlideTransition", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "SlideTransition", "lineno": 26 }, { "from_module": "examples.demo.multistroke.main", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 27 }, { "from_module": "examples.demo.multistroke.main", "imports": "kivy.multistroke.Recognizer", "type": "from_import", "relative_level": 0, "module_part": "kivy.multistroke", "symbol_part": "Recognizer", "lineno": 28 } ], "examples.demo.multistroke.settings": [ { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 5 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 6 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 7 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 8 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 9 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 9 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 9 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 9 }, { "from_module": "examples.demo.multistroke.settings", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 11 } ], "examples.demo.pictures.main": [ { "from_module": "examples.demo.pictures.main", "imports": "kivy", "type": "import", "lineno": 26 }, { "from_module": "examples.demo.pictures.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 32 }, { "from_module": "examples.demo.pictures.main", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 33 }, { "from_module": "examples.demo.pictures.main", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 34 }, { "from_module": "examples.demo.pictures.main", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 35 } ], "examples.demo.shadereditor.main": [ { "from_module": "examples.demo.shadereditor.main", "imports": "kivy", "type": "import", "lineno": 18 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 21 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 22 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 23 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 24 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 25 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 26 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 26 }, { "from_module": "examples.demo.shadereditor.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 27 } ], "examples.demo.showcase.main": [ { "from_module": "examples.demo.showcase.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 29 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 31 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 32 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 32 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 32 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 32 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 38 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 39 }, { "from_module": "examples.demo.showcase.main", "imports": "kivy.uix.screenmanager.Screen", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "Screen", "lineno": 40 } ], "examples.demo.touchtracer.main": [ { "from_module": "examples.demo.touchtracer.main", "imports": "kivy", "type": "import", "lineno": 28 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 31 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 32 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 33 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 34 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 34 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.graphics.Point", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Point", "lineno": 34 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.graphics.GraphicException", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "GraphicException", "lineno": 34 }, { "from_module": "examples.demo.touchtracer.main", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 35 } ], "examples.desktop_path_id.demo_app": [ { "from_module": "examples.desktop_path_id.demo_app", "imports": "kivy.kivy_home_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_home_dir", "lineno": 13 }, { "from_module": "examples.desktop_path_id.demo_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 14 }, { "from_module": "examples.desktop_path_id.demo_app", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 15 }, { "from_module": "examples.desktop_path_id.demo_app", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 16 } ], "examples.frameworks.twisted.echo_client_app": [ { "from_module": "examples.frameworks.twisted.echo_client_app", "imports": "kivy.support.install_twisted_reactor", "type": "from_import", "relative_level": 0, "module_part": "kivy.support", "symbol_part": "install_twisted_reactor", "lineno": 4 }, { "from_module": "examples.frameworks.twisted.echo_client_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 36 }, { "from_module": "examples.frameworks.twisted.echo_client_app", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 37 }, { "from_module": "examples.frameworks.twisted.echo_client_app", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 38 }, { "from_module": "examples.frameworks.twisted.echo_client_app", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 39 } ], "examples.frameworks.twisted.echo_server_app": [ { "from_module": "examples.frameworks.twisted.echo_server_app", "imports": "kivy.support.install_twisted_reactor", "type": "from_import", "relative_level": 0, "module_part": "kivy.support", "symbol_part": "install_twisted_reactor", "lineno": 2 }, { "from_module": "examples.frameworks.twisted.echo_server_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 24 }, { "from_module": "examples.frameworks.twisted.echo_server_app", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 25 } ], "examples.frameworks.twisted.twistd_app": [ { "from_module": "examples.frameworks.twisted.twistd_app", "imports": "kivy.support.install_twisted_reactor", "type": "from_import", "relative_level": 0, "module_part": "kivy.support", "symbol_part": "install_twisted_reactor", "lineno": 1 }, { "from_module": "examples.frameworks.twisted.twistd_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 7 }, { "from_module": "examples.frameworks.twisted.twistd_app", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 8 }, { "from_module": "examples.frameworks.twisted.twistd_app", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 9 }, { "from_module": "examples.frameworks.twisted.twistd_app", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 10 } ], "examples.gestures.gesture_board": [ { "from_module": "examples.gestures.gesture_board", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.gestures.gesture_board", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 3 }, { "from_module": "examples.gestures.gesture_board", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 4 }, { "from_module": "examples.gestures.gesture_board", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 4 }, { "from_module": "examples.gestures.gesture_board", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 4 }, { "from_module": "examples.gestures.gesture_board", "imports": "kivy.gesture.Gesture", "type": "from_import", "relative_level": 0, "module_part": "kivy.gesture", "symbol_part": "Gesture", "lineno": 5 }, { "from_module": "examples.gestures.gesture_board", "imports": "kivy.gesture.GestureDatabase", "type": "from_import", "relative_level": 0, "module_part": "kivy.gesture", "symbol_part": "GestureDatabase", "lineno": 5 } ], "examples.gestures.my_gestures": [ { "from_module": "examples.gestures.my_gestures", "imports": "kivy.gesture.GestureDatabase", "type": "from_import", "relative_level": 0, "module_part": "kivy.gesture", "symbol_part": "GestureDatabase", "lineno": 1 } ], "examples.guide.designwithkv.main": [ { "from_module": "examples.guide.designwithkv.main", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.guide.designwithkv.main", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 4 }, { "from_module": "examples.guide.designwithkv.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 5 }, { "from_module": "examples.guide.designwithkv.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 6 }, { "from_module": "examples.guide.designwithkv.main", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 6 } ], "examples.guide.firstwidget.1_skeleton": [ { "from_module": "examples.guide.firstwidget.1_skeleton", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.guide.firstwidget.1_skeleton", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 } ], "examples.guide.firstwidget.2_print_touch": [ { "from_module": "examples.guide.firstwidget.2_print_touch", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.guide.firstwidget.2_print_touch", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 } ], "examples.guide.firstwidget.3_draw_ellipse": [ { "from_module": "examples.guide.firstwidget.3_draw_ellipse", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.guide.firstwidget.3_draw_ellipse", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 }, { "from_module": "examples.guide.firstwidget.3_draw_ellipse", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 3 }, { "from_module": "examples.guide.firstwidget.3_draw_ellipse", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 3 } ], "examples.guide.firstwidget.4_draw_line": [ { "from_module": "examples.guide.firstwidget.4_draw_line", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.guide.firstwidget.4_draw_line", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 }, { "from_module": "examples.guide.firstwidget.4_draw_line", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 3 }, { "from_module": "examples.guide.firstwidget.4_draw_line", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 3 }, { "from_module": "examples.guide.firstwidget.4_draw_line", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 3 } ], "examples.guide.firstwidget.5_random_colors": [ { "from_module": "examples.guide.firstwidget.5_random_colors", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.guide.firstwidget.5_random_colors", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 3 }, { "from_module": "examples.guide.firstwidget.5_random_colors", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 4 }, { "from_module": "examples.guide.firstwidget.5_random_colors", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 4 }, { "from_module": "examples.guide.firstwidget.5_random_colors", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 4 } ], "examples.guide.firstwidget.6_button": [ { "from_module": "examples.guide.firstwidget.6_button", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.guide.firstwidget.6_button", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 3 }, { "from_module": "examples.guide.firstwidget.6_button", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 4 }, { "from_module": "examples.guide.firstwidget.6_button", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 5 }, { "from_module": "examples.guide.firstwidget.6_button", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 5 }, { "from_module": "examples.guide.firstwidget.6_button", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 5 } ], "examples.guide.quickstart.main": [ { "from_module": "examples.guide.quickstart.main", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.guide.quickstart.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 4 }, { "from_module": "examples.guide.quickstart.main", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 5 } ], "examples.includes.main": [ { "from_module": "examples.includes.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.includes.main", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 2 }, { "from_module": "examples.includes.main", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 3 } ], "examples.keyboard.main": [ { "from_module": "examples.keyboard.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.keyboard.main", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 }, { "from_module": "examples.keyboard.main", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 12 }, { "from_module": "examples.keyboard.main", "imports": "kivy.uix.vkeyboard.VKeyboard", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.vkeyboard", "symbol_part": "VKeyboard", "lineno": 13 }, { "from_module": "examples.keyboard.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 14 }, { "from_module": "examples.keyboard.main", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 15 }, { "from_module": "examples.keyboard.main", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 17 }, { "from_module": "examples.keyboard.main", "imports": "kivy.uix.screenmanager.Screen", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "Screen", "lineno": 18 }, { "from_module": "examples.keyboard.main", "imports": "kivy.uix.screenmanager.ScreenManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "ScreenManager", "lineno": 18 }, { "from_module": "examples.keyboard.main", "imports": "kivy.require", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "require", "lineno": 19 } ], "examples.kinect.kinectviewer": [ { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 5 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 6 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 7 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 7 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 8 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 8 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 8 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 9 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 10 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 11 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.uix.slider.Slider", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.slider", "symbol_part": "Slider", "lineno": 12 }, { "from_module": "examples.kinect.kinectviewer", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 13 } ], "examples.kv.kvrun": [ { "from_module": "examples.kv.kvrun", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.kv.kvrun", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 2 }, { "from_module": "examples.kv.kvrun", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3 }, { "from_module": "examples.kv.kvrun", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 4 } ], "examples.kv.ids.id_in_kv.id_in_kv": [ { "from_module": "examples.kv.ids.id_in_kv.id_in_kv", "imports": "kivy", "type": "import", "lineno": 9 }, { "from_module": "examples.kv.ids.id_in_kv.id_in_kv", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 } ], "examples.kv.ids.kv_and_py.kv_and_py": [ { "from_module": "examples.kv.ids.kv_and_py.kv_and_py", "imports": "kivy", "type": "import", "lineno": 8 }, { "from_module": "examples.kv.ids.kv_and_py.kv_and_py", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 11 }, { "from_module": "examples.kv.ids.kv_and_py.kv_and_py", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 12 } ], "examples.miscellaneous.clipboard": [ { "from_module": "examples.miscellaneous.clipboard", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 1 }, { "from_module": "examples.miscellaneous.clipboard", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 2 }, { "from_module": "examples.miscellaneous.clipboard", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 3 }, { "from_module": "examples.miscellaneous.clipboard", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 4 } ], "examples.miscellaneous.custom_titlebar": [ { "from_module": "examples.miscellaneous.custom_titlebar", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 1 }, { "from_module": "examples.miscellaneous.custom_titlebar", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.miscellaneous.custom_titlebar", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 3 }, { "from_module": "examples.miscellaneous.custom_titlebar", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 4 }, { "from_module": "examples.miscellaneous.custom_titlebar", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 5 } ], "examples.miscellaneous.imagesave": [ { "from_module": "examples.miscellaneous.imagesave", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 3 } ], "examples.miscellaneous.joystick": [ { "from_module": "examples.miscellaneous.joystick", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 4 }, { "from_module": "examples.miscellaneous.joystick", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 5 }, { "from_module": "examples.miscellaneous.joystick", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 6 }, { "from_module": "examples.miscellaneous.joystick", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 7 }, { "from_module": "examples.miscellaneous.joystick", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 8 }, { "from_module": "examples.miscellaneous.joystick", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 8 } ], "examples.miscellaneous.multiple_dropfile": [ { "from_module": "examples.miscellaneous.multiple_dropfile", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.miscellaneous.multiple_dropfile", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 2 }, { "from_module": "examples.miscellaneous.multiple_dropfile", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 3 }, { "from_module": "examples.miscellaneous.multiple_dropfile", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 4 } ], "examples.miscellaneous.on_textedit_event": [ { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 6 }, { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 7 }, { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 8 }, { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 9 }, { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 10 }, { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.core.text.DEFAULT_FONT", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "DEFAULT_FONT", "lineno": 10 }, { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 11 }, { "from_module": "examples.miscellaneous.on_textedit_event", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 12 } ], "examples.miscellaneous.opacitywindow": [ { "from_module": "examples.miscellaneous.opacitywindow", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.miscellaneous.opacitywindow", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 } ], "examples.miscellaneous.screen_recording": [ { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 6 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.utils.get_random_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_random_color", "lineno": 8 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 9 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 9 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.graphics.Scale", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Scale", "lineno": 9 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 11 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 12 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 13 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 14 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.context.Context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "Context", "lineno": 41 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.clock.ClockBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "ClockBase", "lineno": 42 }, { "from_module": "examples.miscellaneous.screen_recording", "imports": "kivy.graphics.opengl", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "opengl", "lineno": 78 } ], "examples.miscellaneous.shapecollisions": [ { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 11 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 12 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 13 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 14 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 15 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.graphics.Mesh", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Mesh", "lineno": 15 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.graphics.Point", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Point", "lineno": 15 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 16 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 17 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 17 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 17 }, { "from_module": "examples.miscellaneous.shapecollisions", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 17 } ], "examples.miscellaneous.shapedwindow": [ { "from_module": "examples.miscellaneous.shapedwindow", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 1 }, { "from_module": "examples.miscellaneous.shapedwindow", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 7 }, { "from_module": "examples.miscellaneous.shapedwindow", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 8 }, { "from_module": "examples.miscellaneous.shapedwindow", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 9 }, { "from_module": "examples.miscellaneous.shapedwindow", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 10 } ], "examples.miscellaneous.system_theme_monitor": [ { "from_module": "examples.miscellaneous.system_theme_monitor", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 4 }, { "from_module": "examples.miscellaneous.system_theme_monitor", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 5 }, { "from_module": "examples.miscellaneous.system_theme_monitor", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 6 }, { "from_module": "examples.miscellaneous.system_theme_monitor", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 7 } ], "examples.miscellaneous.two_panes": [ { "from_module": "examples.miscellaneous.two_panes", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 6 }, { "from_module": "examples.miscellaneous.two_panes", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 7 }, { "from_module": "examples.miscellaneous.two_panes", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 8 } ], "examples.miscellaneous.urlrequest": [ { "from_module": "examples.miscellaneous.urlrequest", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 1 }, { "from_module": "examples.miscellaneous.urlrequest", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.miscellaneous.urlrequest", "imports": "kivy.network.urlrequest.UrlRequest", "type": "from_import", "relative_level": 0, "module_part": "kivy.network.urlrequest", "symbol_part": "UrlRequest", "lineno": 3 }, { "from_module": "examples.miscellaneous.urlrequest", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 4 }, { "from_module": "examples.miscellaneous.urlrequest", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 4 }, { "from_module": "examples.miscellaneous.urlrequest", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 4 } ], "examples.RST_Editor.main": [ { "from_module": "examples.RST_Editor.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.RST_Editor.main", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 2 }, { "from_module": "examples.RST_Editor.main", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 3 }, { "from_module": "examples.RST_Editor.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 4 }, { "from_module": "examples.RST_Editor.main", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 5 } ], "examples.settings.main": [ { "from_module": "examples.settings.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.settings.main", "imports": "kivy.uix.settings.SettingsWithTabbedPanel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.settings", "symbol_part": "SettingsWithTabbedPanel", "lineno": 14 }, { "from_module": "examples.settings.main", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 15 }, { "from_module": "examples.settings.main", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 16 } ], "examples.shader.plasma": [ { "from_module": "examples.shader.plasma", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 12 }, { "from_module": "examples.shader.plasma", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.shader.plasma", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 14 }, { "from_module": "examples.shader.plasma", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 15 }, { "from_module": "examples.shader.plasma", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 16 }, { "from_module": "examples.shader.plasma", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 17 } ], "examples.shader.rotated": [ { "from_module": "examples.shader.rotated", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 8 }, { "from_module": "examples.shader.rotated", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 9 }, { "from_module": "examples.shader.rotated", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 10 }, { "from_module": "examples.shader.rotated", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 11 }, { "from_module": "examples.shader.rotated", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 12 }, { "from_module": "examples.shader.rotated", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 13 }, { "from_module": "examples.shader.rotated", "imports": "kivy.core.window", "type": "import", "lineno": 16 } ], "examples.shader.shadertree": [ { "from_module": "examples.shader.shadertree", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 15 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 16 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 17 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 18 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 19 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 19 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 20 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 20 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 20 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.graphics.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearColor", "lineno": 20 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.graphics.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearBuffers", "lineno": 20 }, { "from_module": "examples.shader.shadertree", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 20 } ], "examples.svg.icon_toggle_button": [ { "from_module": "examples.svg.icon_toggle_button", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 16 }, { "from_module": "examples.svg.icon_toggle_button", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 17 }, { "from_module": "examples.svg.icon_toggle_button", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 18 }, { "from_module": "examples.svg.icon_toggle_button", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 19 }, { "from_module": "examples.svg.icon_toggle_button", "imports": "kivy.uix.behaviors.ToggleButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ToggleButtonBehavior", "lineno": 20 }, { "from_module": "examples.svg.icon_toggle_button", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 21 }, { "from_module": "examples.svg.icon_toggle_button", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 22 } ], "examples.svg.svg_download": [ { "from_module": "examples.svg.svg_download", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 81 }, { "from_module": "examples.svg.svg_download", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 82 }, { "from_module": "examples.svg.svg_download", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 83 }, { "from_module": "examples.svg.svg_download", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 83 }, { "from_module": "examples.svg.svg_download", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 84 }, { "from_module": "examples.svg.svg_download", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 85 } ], "examples.svg.svg_layers": [ { "from_module": "examples.svg.svg_layers", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 57 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 58 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 59 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 59 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.graphics.ScissorPush", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ScissorPush", "lineno": 59 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.graphics.ScissorPop", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ScissorPop", "lineno": 59 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 60 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 61 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 62 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 62 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 63 }, { "from_module": "examples.svg.svg_layers", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 64 } ], "examples.svg.svg_nav_demo": [ { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 34 }, { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 35 }, { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 36 }, { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.uix.behaviors.ButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ButtonBehavior", "lineno": 37 }, { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 38 }, { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 39 }, { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.uix.screenmanager.Screen", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "Screen", "lineno": 40 }, { "from_module": "examples.svg.svg_nav_demo", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 41 } ], "examples.svg.svg_scale": [ { "from_module": "examples.svg.svg_scale", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 18 }, { "from_module": "examples.svg.svg_scale", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 19 }, { "from_module": "examples.svg.svg_scale", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 20 }, { "from_module": "examples.svg.svg_scale", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 21 }, { "from_module": "examples.svg.svg_scale", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 21 }, { "from_module": "examples.svg.svg_scale", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 22 } ], "examples.system_tray.system_tray_showcase": [ { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.core.system_tray.TrayIcon", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.system_tray", "symbol_part": "TrayIcon", "lineno": 3 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.core.system_tray.TrayMenu", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.system_tray", "symbol_part": "TrayMenu", "lineno": 3 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.core.system_tray.TrayMenuItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.system_tray", "symbol_part": "TrayMenuItem", "lineno": 3 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 4 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 5 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 6 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.resources.resource_add_path", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_add_path", "lineno": 7 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 7 }, { "from_module": "examples.system_tray.system_tray_showcase", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 8 } ], "examples.text.pango_demo": [ { "from_module": "examples.text.pango_demo", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 3 }, { "from_module": "examples.text.pango_demo", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 4 }, { "from_module": "examples.text.pango_demo", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 5 } ], "examples.tutorials.notes.final.main": [ { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.uix.screenmanager.ScreenManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "ScreenManager", "lineno": 14 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.uix.screenmanager.Screen", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "Screen", "lineno": 14 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.uix.screenmanager.SlideTransition", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "SlideTransition", "lineno": 14 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 15 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 15 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 15 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 15 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 15 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 17 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 18 }, { "from_module": "examples.tutorials.notes.final.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 19 } ], "examples.tutorials.pong.main": [ { "from_module": "examples.tutorials.pong.main", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 4 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 5 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 6 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 6 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 6 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 6 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 9 }, { "from_module": "examples.tutorials.pong.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 10 } ], "examples.tutorials.pong.steps.step1.main": [ { "from_module": "examples.tutorials.pong.steps.step1.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.tutorials.pong.steps.step1.main", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 } ], "examples.tutorials.pong.steps.step2.main": [ { "from_module": "examples.tutorials.pong.steps.step2.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.tutorials.pong.steps.step2.main", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 } ], "examples.tutorials.pong.steps.step3.main": [ { "from_module": "examples.tutorials.pong.steps.step3.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.tutorials.pong.steps.step3.main", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 }, { "from_module": "examples.tutorials.pong.steps.step3.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step3.main", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step3.main", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 4 } ], "examples.tutorials.pong.steps.step4.main": [ { "from_module": "examples.tutorials.pong.steps.step4.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.tutorials.pong.steps.step4.main", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 }, { "from_module": "examples.tutorials.pong.steps.step4.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step4.main", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step4.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step4.main", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 6 }, { "from_module": "examples.tutorials.pong.steps.step4.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 7 } ], "examples.tutorials.pong.steps.step5.main": [ { "from_module": "examples.tutorials.pong.steps.step5.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.tutorials.pong.steps.step5.main", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 2 }, { "from_module": "examples.tutorials.pong.steps.step5.main", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step5.main", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step5.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 3 }, { "from_module": "examples.tutorials.pong.steps.step5.main", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 6 }, { "from_module": "examples.tutorials.pong.steps.step5.main", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 7 } ], "examples.widgets.accordion_1": [ { "from_module": "examples.widgets.accordion_1", "imports": "kivy.uix.accordion.Accordion", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "Accordion", "lineno": 1 }, { "from_module": "examples.widgets.accordion_1", "imports": "kivy.uix.accordion.AccordionItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItem", "lineno": 1 }, { "from_module": "examples.widgets.accordion_1", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 2 }, { "from_module": "examples.widgets.accordion_1", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 3 } ], "examples.widgets.actionbar": [ { "from_module": "examples.widgets.actionbar", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 1 }, { "from_module": "examples.widgets.actionbar", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 } ], "examples.widgets.asyncimage": [ { "from_module": "examples.widgets.asyncimage", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.widgets.asyncimage", "imports": "kivy.uix.image.AsyncImage", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "AsyncImage", "lineno": 11 }, { "from_module": "examples.widgets.asyncimage", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 12 } ], "examples.widgets.boxlayout_poshint": [ { "from_module": "examples.widgets.boxlayout_poshint", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 1 }, { "from_module": "examples.widgets.boxlayout_poshint", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 }, { "from_module": "examples.widgets.boxlayout_poshint", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3 } ], "examples.widgets.bubble_test": [ { "from_module": "examples.widgets.bubble_test", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 8 }, { "from_module": "examples.widgets.bubble_test", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 9 }, { "from_module": "examples.widgets.bubble_test", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 10 }, { "from_module": "examples.widgets.bubble_test", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 }, { "from_module": "examples.widgets.bubble_test", "imports": "kivy.uix.bubble.Bubble", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.bubble", "symbol_part": "Bubble", "lineno": 12 } ], "examples.widgets.camera": [ { "from_module": "examples.widgets.camera", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.camera", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 } ], "examples.widgets.carousel_buttons": [ { "from_module": "examples.widgets.carousel_buttons", "imports": "kivy.uix.carousel.Carousel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.carousel", "symbol_part": "Carousel", "lineno": 6 }, { "from_module": "examples.widgets.carousel_buttons", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 7 }, { "from_module": "examples.widgets.carousel_buttons", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 8 }, { "from_module": "examples.widgets.carousel_buttons", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 9 } ], "examples.widgets.codeinput": [ { "from_module": "examples.widgets.codeinput", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.extras.highlight.KivyLexer", "type": "from_import", "relative_level": 0, "module_part": "kivy.extras.highlight", "symbol_part": "KivyLexer", "lineno": 2 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.uix.spinner.Spinner", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.spinner", "symbol_part": "Spinner", "lineno": 3 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.uix.spinner.SpinnerOption", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.spinner", "symbol_part": "SpinnerOption", "lineno": 3 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 4 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.uix.codeinput.CodeInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.codeinput", "symbol_part": "CodeInput", "lineno": 5 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.uix.behaviors.EmacsBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "EmacsBehavior", "lineno": 6 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 7 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 8 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 9 }, { "from_module": "examples.widgets.codeinput", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 10 } ], "examples.widgets.colorpicker": [ { "from_module": "examples.widgets.colorpicker", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 2 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 3 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 4 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 5 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 5 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 6 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.graphics.Point", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Point", "lineno": 6 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.graphics.GraphicException", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "GraphicException", "lineno": 6 }, { "from_module": "examples.widgets.colorpicker", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 12 } ], "examples.widgets.colorusage": [ { "from_module": "examples.widgets.colorusage", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.colorusage", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 2 }, { "from_module": "examples.widgets.colorusage", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3 } ], "examples.widgets.compound_selection": [ { "from_module": "examples.widgets.compound_selection", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 1 }, { "from_module": "examples.widgets.compound_selection", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 2 }, { "from_module": "examples.widgets.compound_selection", "imports": "kivy.uix.behaviors.CompoundSelectionBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "CompoundSelectionBehavior", "lineno": 3 }, { "from_module": "examples.widgets.compound_selection", "imports": "kivy.uix.behaviors.FocusBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "FocusBehavior", "lineno": 4 }, { "from_module": "examples.widgets.compound_selection", "imports": "kivy.app.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "runTouchApp", "lineno": 5 } ], "examples.widgets.customcollide": [ { "from_module": "examples.widgets.customcollide", "imports": "kivy", "type": "import", "lineno": 18 }, { "from_module": "examples.widgets.customcollide", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 21 }, { "from_module": "examples.widgets.customcollide", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 22 }, { "from_module": "examples.widgets.customcollide", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 23 }, { "from_module": "examples.widgets.customcollide", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 81 } ], "examples.widgets.effectwidget": [ { "from_module": "examples.widgets.effectwidget", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 7 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.EffectWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "EffectWidget", "lineno": 8 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.spinner.Spinner", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.spinner", "symbol_part": "Spinner", "lineno": 9 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 10 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 12 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.MonochromeEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "MonochromeEffect", "lineno": 14 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.InvertEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "InvertEffect", "lineno": 14 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.ChannelMixEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "ChannelMixEffect", "lineno": 14 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.ScanlinesEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "ScanlinesEffect", "lineno": 14 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.FXAAEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "FXAAEffect", "lineno": 14 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.PixelateEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "PixelateEffect", "lineno": 14 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.HorizontalBlurEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "HorizontalBlurEffect", "lineno": 14 }, { "from_module": "examples.widgets.effectwidget", "imports": "kivy.uix.effectwidget.VerticalBlurEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "VerticalBlurEffect", "lineno": 14 } ], "examples.widgets.effectwidget2": [ { "from_module": "examples.widgets.effectwidget2", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 5 }, { "from_module": "examples.widgets.effectwidget2", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 6 }, { "from_module": "examples.widgets.effectwidget2", "imports": "kivy.uix.effectwidget.EffectWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "EffectWidget", "lineno": 7 }, { "from_module": "examples.widgets.effectwidget2", "imports": "kivy.uix.effectwidget.EffectBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "EffectBase", "lineno": 7 } ], "examples.widgets.effectwidget3_advanced": [ { "from_module": "examples.widgets.effectwidget3_advanced", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 6 }, { "from_module": "examples.widgets.effectwidget3_advanced", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 7 }, { "from_module": "examples.widgets.effectwidget3_advanced", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 8 }, { "from_module": "examples.widgets.effectwidget3_advanced", "imports": "kivy.uix.effectwidget.EffectWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "EffectWidget", "lineno": 9 }, { "from_module": "examples.widgets.effectwidget3_advanced", "imports": "kivy.uix.effectwidget.AdvancedEffectBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.effectwidget", "symbol_part": "AdvancedEffectBase", "lineno": 9 } ], "examples.widgets.fbowidget": [ { "from_module": "examples.widgets.fbowidget", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 34 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 36 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 36 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.graphics.Canvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Canvas", "lineno": 36 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.graphics.fbo.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.fbo", "symbol_part": "Fbo", "lineno": 37 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 38 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 39 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 84 }, { "from_module": "examples.widgets.fbowidget", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 85 } ], "examples.widgets.focus_behavior": [ { "from_module": "examples.widgets.focus_behavior", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.focus_behavior", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 2 }, { "from_module": "examples.widgets.focus_behavior", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 3 }, { "from_module": "examples.widgets.focus_behavior", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 4 }, { "from_module": "examples.widgets.focus_behavior", "imports": "kivy.uix.behaviors.FocusBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "FocusBehavior", "lineno": 5 }, { "from_module": "examples.widgets.focus_behavior", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 6 }, { "from_module": "examples.widgets.focus_behavior", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 6 } ], "examples.widgets.hover_behavior": [ { "from_module": "examples.widgets.hover_behavior", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.hover_behavior", "imports": "kivy.eventmanager.hover.HoverManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.eventmanager.hover", "symbol_part": "HoverManager", "lineno": 2 }, { "from_module": "examples.widgets.hover_behavior", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3 }, { "from_module": "examples.widgets.hover_behavior", "imports": "kivy.uix.behaviors.HoverBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "HoverBehavior", "lineno": 4 }, { "from_module": "examples.widgets.hover_behavior", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 5 } ], "examples.widgets.image_mipmap": [ { "from_module": "examples.widgets.image_mipmap", "imports": "kivy", "type": "import", "lineno": 9 }, { "from_module": "examples.widgets.image_mipmap", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 }, { "from_module": "examples.widgets.image_mipmap", "imports": "kivy.uix.scatter.ScatterPlane", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "ScatterPlane", "lineno": 13 }, { "from_module": "examples.widgets.image_mipmap", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 14 } ], "examples.widgets.keyboardlistener": [ { "from_module": "examples.widgets.keyboardlistener", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.widgets.keyboardlistener", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 4 }, { "from_module": "examples.widgets.keyboardlistener", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 5 }, { "from_module": "examples.widgets.keyboardlistener", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 41 } ], "examples.widgets.label_mipmap": [ { "from_module": "examples.widgets.label_mipmap", "imports": "kivy", "type": "import", "lineno": 9 }, { "from_module": "examples.widgets.label_mipmap", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 }, { "from_module": "examples.widgets.label_mipmap", "imports": "kivy.uix.scatter.ScatterPlane", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "ScatterPlane", "lineno": 13 }, { "from_module": "examples.widgets.label_mipmap", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 14 } ], "examples.widgets.label_sizing": [ { "from_module": "examples.widgets.label_sizing", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 9 }, { "from_module": "examples.widgets.label_sizing", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 10 }, { "from_module": "examples.widgets.label_sizing", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 }, { "from_module": "examples.widgets.label_sizing", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 12 }, { "from_module": "examples.widgets.label_sizing", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 12 }, { "from_module": "examples.widgets.label_sizing", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 12 } ], "examples.widgets.label_text_size": [ { "from_module": "examples.widgets.label_text_size", "imports": "kivy", "type": "import", "lineno": 10 }, { "from_module": "examples.widgets.label_text_size", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 13 }, { "from_module": "examples.widgets.label_text_size", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 14 } ], "examples.widgets.label_with_markup": [ { "from_module": "examples.widgets.label_with_markup", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.label_with_markup", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 } ], "examples.widgets.lang_dynamic_classes": [ { "from_module": "examples.widgets.lang_dynamic_classes", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3 }, { "from_module": "examples.widgets.lang_dynamic_classes", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 4 } ], "examples.widgets.pagelayout": [ { "from_module": "examples.widgets.pagelayout", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 1 }, { "from_module": "examples.widgets.pagelayout", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 } ], "examples.widgets.popup_with_kv": [ { "from_module": "examples.widgets.popup_with_kv", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 4 }, { "from_module": "examples.widgets.popup_with_kv", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 5 }, { "from_module": "examples.widgets.popup_with_kv", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 6 }, { "from_module": "examples.widgets.popup_with_kv", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 7 } ], "examples.widgets.rstexample": [ { "from_module": "examples.widgets.rstexample", "imports": "kivy.uix.rst.RstDocument", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.rst", "symbol_part": "RstDocument", "lineno": 118 }, { "from_module": "examples.widgets.rstexample", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 119 } ], "examples.widgets.scatter": [ { "from_module": "examples.widgets.scatter", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 1 }, { "from_module": "examples.widgets.scatter", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 2 } ], "examples.widgets.screenmanager": [ { "from_module": "examples.widgets.screenmanager", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.screenmanager", "imports": "kivy.uix.screenmanager.ScreenManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "ScreenManager", "lineno": 2 }, { "from_module": "examples.widgets.screenmanager", "imports": "kivy.uix.screenmanager.Screen", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "Screen", "lineno": 2 }, { "from_module": "examples.widgets.screenmanager", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 3 }, { "from_module": "examples.widgets.screenmanager", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 4 } ], "examples.widgets.scrollview": [ { "from_module": "examples.widgets.scrollview", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.widgets.scrollview", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 4 }, { "from_module": "examples.widgets.scrollview", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 5 }, { "from_module": "examples.widgets.scrollview", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 6 }, { "from_module": "examples.widgets.scrollview", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 7 } ], "examples.widgets.scrollview_damped_effect_tuning": [ { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 16 }, { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 17 }, { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 18 }, { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 19 }, { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 20 }, { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 20 }, { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 21 }, { "from_module": "examples.widgets.scrollview_damped_effect_tuning", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 22 } ], "examples.widgets.scrollview_nested_orthogonal": [ { "from_module": "examples.widgets.scrollview_nested_orthogonal", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.widgets.scrollview_nested_orthogonal", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 }, { "from_module": "examples.widgets.scrollview_nested_orthogonal", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 12 }, { "from_module": "examples.widgets.scrollview_nested_orthogonal", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 13 }, { "from_module": "examples.widgets.scrollview_nested_orthogonal", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 14 }, { "from_module": "examples.widgets.scrollview_nested_orthogonal", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 15 } ], "examples.widgets.scrollview_nested_verticals": [ { "from_module": "examples.widgets.scrollview_nested_verticals", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 10 }, { "from_module": "examples.widgets.scrollview_nested_verticals", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 11 }, { "from_module": "examples.widgets.scrollview_nested_verticals", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 12 }, { "from_module": "examples.widgets.scrollview_nested_verticals", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 13 }, { "from_module": "examples.widgets.scrollview_nested_verticals", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 14 } ], "examples.widgets.settings": [ { "from_module": "examples.widgets.settings", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.settings", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 2 }, { "from_module": "examples.widgets.settings", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 3 }, { "from_module": "examples.widgets.settings", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 4 }, { "from_module": "examples.widgets.settings", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 5 }, { "from_module": "examples.widgets.settings", "imports": "kivy.uix.settings.SettingsWithSidebar", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.settings", "symbol_part": "SettingsWithSidebar", "lineno": 6 }, { "from_module": "examples.widgets.settings", "imports": "kivy.uix.settings.SettingsWithSpinner", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.settings", "symbol_part": "SettingsWithSpinner", "lineno": 6 }, { "from_module": "examples.widgets.settings", "imports": "kivy.uix.settings.SettingsWithTabbedPanel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.settings", "symbol_part": "SettingsWithTabbedPanel", "lineno": 6 }, { "from_module": "examples.widgets.settings", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 9 }, { "from_module": "examples.widgets.settings", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 9 } ], "examples.widgets.shorten_text": [ { "from_module": "examples.widgets.shorten_text", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 19 }, { "from_module": "examples.widgets.shorten_text", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 20 } ], "examples.widgets.spinner": [ { "from_module": "examples.widgets.spinner", "imports": "kivy.uix.spinner.Spinner", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.spinner", "symbol_part": "Spinner", "lineno": 1 }, { "from_module": "examples.widgets.spinner", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 2 } ], "examples.widgets.splitter": [ { "from_module": "examples.widgets.splitter", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 1 }, { "from_module": "examples.widgets.splitter", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 } ], "examples.widgets.tabbedpanel": [ { "from_module": "examples.widgets.tabbedpanel", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 8 }, { "from_module": "examples.widgets.tabbedpanel", "imports": "kivy.uix.tabbedpanel.TabbedPanel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.tabbedpanel", "symbol_part": "TabbedPanel", "lineno": 9 }, { "from_module": "examples.widgets.tabbedpanel", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 10 } ], "examples.widgets.tabbed_panel_showcase": [ { "from_module": "examples.widgets.tabbed_panel_showcase", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 8 }, { "from_module": "examples.widgets.tabbed_panel_showcase", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 9 }, { "from_module": "examples.widgets.tabbed_panel_showcase", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 10 }, { "from_module": "examples.widgets.tabbed_panel_showcase", "imports": "kivy.uix.tabbedpanel.TabbedPanel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.tabbedpanel", "symbol_part": "TabbedPanel", "lineno": 11 }, { "from_module": "examples.widgets.tabbed_panel_showcase", "imports": "kivy.uix.tabbedpanel.TabbedPanelHeader", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.tabbedpanel", "symbol_part": "TabbedPanelHeader", "lineno": 11 }, { "from_module": "examples.widgets.tabbed_panel_showcase", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 12 }, { "from_module": "examples.widgets.tabbed_panel_showcase", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 26 } ], "examples.widgets.textalign": [ { "from_module": "examples.widgets.textalign", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.textalign", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 2 }, { "from_module": "examples.widgets.textalign", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 3 }, { "from_module": "examples.widgets.textalign", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 4 } ], "examples.widgets.textinput": [ { "from_module": "examples.widgets.textinput", "imports": "kivy", "type": "import", "lineno": 20 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 23 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 24 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 25 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 26 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 27 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 28 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 29 }, { "from_module": "examples.widgets.textinput", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 30 } ], "examples.widgets.unicode_textinput": [ { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 3 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 4 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 5 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 5 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.core.text.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "Label", "lineno": 6 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 7 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 8 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.uix.spinner.SpinnerOption", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.spinner", "symbol_part": "SpinnerOption", "lineno": 9 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 10 }, { "from_module": "examples.widgets.unicode_textinput", "imports": "kivy.utils.reify", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "reify", "lineno": 218 } ], "examples.widgets.videoplayer": [ { "from_module": "examples.widgets.videoplayer", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.widgets.videoplayer", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 6 }, { "from_module": "examples.widgets.videoplayer", "imports": "kivy.uix.videoplayer.VideoPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.videoplayer", "symbol_part": "VideoPlayer", "lineno": 7 } ], "examples.widgets.lottie.lottie_async_status": [ { "from_module": "examples.widgets.lottie.lottie_async_status", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 26 }, { "from_module": "examples.widgets.lottie.lottie_async_status", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 27 }, { "from_module": "examples.widgets.lottie.lottie_async_status", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 28 } ], "examples.widgets.lottie.lottie_quality": [ { "from_module": "examples.widgets.lottie.lottie_quality", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 23 }, { "from_module": "examples.widgets.lottie.lottie_quality", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 24 }, { "from_module": "examples.widgets.lottie.lottie_quality", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 25 } ], "examples.widgets.lottie.lottie_slot_theme": [ { "from_module": "examples.widgets.lottie.lottie_slot_theme", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 23 }, { "from_module": "examples.widgets.lottie.lottie_slot_theme", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 24 }, { "from_module": "examples.widgets.lottie.lottie_slot_theme", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 25 } ], "examples.widgets.lottie.lottie_spinning_star": [ { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 29 }, { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 30 }, { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 31 }, { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 32 }, { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 32 }, { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.uix.behaviors.ButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ButtonBehavior", "lineno": 33 }, { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 34 }, { "from_module": "examples.widgets.lottie.lottie_spinning_star", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 35 } ], "examples.widgets.recycleview.basic_data": [ { "from_module": "examples.widgets.recycleview.basic_data", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 4 }, { "from_module": "examples.widgets.recycleview.basic_data", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 5 }, { "from_module": "examples.widgets.recycleview.basic_data", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 6 } ], "examples.widgets.recycleview.infinite_scrolling": [ { "from_module": "examples.widgets.recycleview.infinite_scrolling", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 14 }, { "from_module": "examples.widgets.recycleview.infinite_scrolling", "imports": "kivy.uix.recycleview.RecycleView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview", "symbol_part": "RecycleView", "lineno": 15 }, { "from_module": "examples.widgets.recycleview.infinite_scrolling", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 16 }, { "from_module": "examples.widgets.recycleview.infinite_scrolling", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 17 }, { "from_module": "examples.widgets.recycleview.infinite_scrolling", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 17 }, { "from_module": "examples.widgets.recycleview.infinite_scrolling", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 18 } ], "examples.widgets.recycleview.key_viewclass": [ { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 44 }, { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 45 }, { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 46 }, { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 47 }, { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 48 }, { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 48 }, { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 48 }, { "from_module": "examples.widgets.recycleview.key_viewclass", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 48 } ], "examples.widgets.recycleview.messenger": [ { "from_module": "examples.widgets.recycleview.messenger", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "examples.widgets.recycleview.messenger", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 2 }, { "from_module": "examples.widgets.recycleview.messenger", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 3 }, { "from_module": "examples.widgets.recycleview.messenger", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 4 }, { "from_module": "examples.widgets.recycleview.messenger", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 5 }, { "from_module": "examples.widgets.recycleview.messenger", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 6 } ], "examples.widgets.recycleview.nested_orthogonal": [ { "from_module": "examples.widgets.recycleview.nested_orthogonal", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 }, { "from_module": "examples.widgets.recycleview.nested_orthogonal", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 13 }, { "from_module": "examples.widgets.recycleview.nested_orthogonal", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 14 }, { "from_module": "examples.widgets.recycleview.nested_orthogonal", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 15 } ], "examples.widgets.recycleview.pull_to_refresh": [ { "from_module": "examples.widgets.recycleview.pull_to_refresh", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 12 }, { "from_module": "examples.widgets.recycleview.pull_to_refresh", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 13 }, { "from_module": "examples.widgets.recycleview.pull_to_refresh", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 14 }, { "from_module": "examples.widgets.recycleview.pull_to_refresh", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 14 }, { "from_module": "examples.widgets.recycleview.pull_to_refresh", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 15 }, { "from_module": "examples.widgets.recycleview.pull_to_refresh", "imports": "kivy.clock.mainthread", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "mainthread", "lineno": 16 } ], "examples.widgets.recycleview.rv_animate_items": [ { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 16 }, { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.clock.triggered", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "triggered", "lineno": 17 }, { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 18 }, { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 19 }, { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 20 }, { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 21 }, { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 22 }, { "from_module": "examples.widgets.recycleview.rv_animate_items", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 22 } ], "examples.widgets.sequenced_images.main": [ { "from_module": "examples.widgets.sequenced_images.main", "imports": "kivy", "type": "import", "lineno": 1 }, { "from_module": "examples.widgets.sequenced_images.main", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 4 }, { "from_module": "examples.widgets.sequenced_images.main", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 5 }, { "from_module": "examples.widgets.sequenced_images.main", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 6 }, { "from_module": "examples.widgets.sequenced_images.main", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 8 }, { "from_module": "examples.widgets.sequenced_images.main", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 9 } ], "examples.widgets.sequenced_images.uix.custom_button": [ { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 3 }, { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 4 }, { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 5 }, { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 6 }, { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 6 }, { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 6 }, { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 6 }, { "from_module": "examples.widgets.sequenced_images.uix.custom_button", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 6 } ], "examples.widgets.sequenced_images.uix": [], "kivy.animation": [ { "from_module": "kivy.animation", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 88 }, { "from_module": "kivy.animation", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 89 }, { "from_module": "kivy.animation", "imports": "kivy.weakproxy.WeakProxy", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakproxy", "symbol_part": "WeakProxy", "lineno": 90 } ], "kivy.app": [ { "from_module": "kivy.app", "imports": "kivy.config.ConfigParser", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "ConfigParser", "lineno": 471 }, { "from_module": "kivy.app", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 472 }, { "from_module": "kivy.app", "imports": "kivy.base.async_runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "async_runTouchApp", "lineno": 472 }, { "from_module": "kivy.app", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 472 }, { "from_module": "kivy.app", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 473 }, { "from_module": "kivy.app", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 474 }, { "from_module": "kivy.app", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 475 }, { "from_module": "kivy.app", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 476 }, { "from_module": "kivy.app", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 477 }, { "from_module": "kivy.app", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 478 }, { "from_module": "kivy.app", "imports": "kivy.utils.normalize_path_id", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "normalize_path_id", "lineno": 478 }, { "from_module": "kivy.app", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 479 }, { "from_module": "kivy.app", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 480 }, { "from_module": "kivy.app", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 480 }, { "from_module": "kivy.app", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 481 }, { "from_module": "kivy.app", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 1063 }, { "from_module": "kivy.app", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 1067 }, { "from_module": "kivy.app", "imports": "kivy.uix.settings.SettingsWithSpinner", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.settings", "symbol_part": "SettingsWithSpinner", "lineno": 1294 } ], "kivy.atlas": [ { "from_module": "kivy.atlas", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 145 }, { "from_module": "kivy.atlas", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 146 }, { "from_module": "kivy.atlas", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 147 }, { "from_module": "kivy.atlas", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 147 }, { "from_module": "kivy.atlas", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 147 }, { "from_module": "kivy.atlas", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 197 } ], "kivy.base": [ { "from_module": "kivy.base", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 25 }, { "from_module": "kivy.base", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 26 }, { "from_module": "kivy.base", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 27 }, { "from_module": "kivy.base", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 28 }, { "from_module": "kivy.base", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 29 }, { "from_module": "kivy.base", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 30 }, { "from_module": "kivy.base", "imports": "kivy.context.register_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "register_context", "lineno": 31 }, { "from_module": "kivy.base", "imports": "kivy.core.window", "type": "import", "lineno": 136 }, { "from_module": "kivy.base", "imports": "kivy.input.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input", "symbol_part": "MotionEventFactory", "lineno": 484 }, { "from_module": "kivy.base", "imports": "kivy.input.kivy_postproc_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.input", "symbol_part": "kivy_postproc_modules", "lineno": 484 } ], "kivy.cache": [ { "from_module": "kivy.cache", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 28 }, { "from_module": "kivy.cache", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 29 } ], "kivy.clock": [ { "from_module": "kivy.clock", "imports": "kivy.context.register_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "register_context", "lineno": 461 }, { "from_module": "kivy.clock", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 462 }, { "from_module": "kivy.clock", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 463 }, { "from_module": "kivy.clock", "imports": "kivy._clock.CyClockBase", "type": "from_import", "relative_level": 0, "module_part": "kivy._clock", "symbol_part": "CyClockBase", "lineno": 467 }, { "from_module": "kivy.clock", "imports": "kivy._clock.ClockEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy._clock", "symbol_part": "ClockEvent", "lineno": 467 }, { "from_module": "kivy.clock", "imports": "kivy._clock.FreeClockEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy._clock", "symbol_part": "FreeClockEvent", "lineno": 467 }, { "from_module": "kivy.clock", "imports": "kivy._clock.CyClockBaseFree", "type": "from_import", "relative_level": 0, "module_part": "kivy._clock", "symbol_part": "CyClockBaseFree", "lineno": 467 }, { "from_module": "kivy.clock", "imports": "kivy._clock.ClockNotRunningError", "type": "from_import", "relative_level": 0, "module_part": "kivy._clock", "symbol_part": "ClockNotRunningError", "lineno": 467 }, { "from_module": "kivy.clock", "imports": "kivy.base.ExceptionManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "ExceptionManager", "lineno": 814 } ], "kivy.config": [ { "from_module": "kivy.config", "imports": "kivy.kivy_config_fn", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_config_fn", "lineno": 447 }, { "from_module": "kivy.config", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 448 }, { "from_module": "kivy.config", "imports": "kivy.logger.logger_config_update", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "logger_config_update", "lineno": 448 }, { "from_module": "kivy.config", "imports": "kivy.utils.pi_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "pi_version", "lineno": 449 }, { "from_module": "kivy.config", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 449 } ], "kivy.context": [], "kivy.event": [ { "from_module": "kivy.event", "imports": "kivy._event", "type": "import", "lineno": 8 } ], "kivy.factory": [ { "from_module": "kivy.factory", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 45 }, { "from_module": "kivy.factory", "imports": "kivy.context.register_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "register_context", "lineno": 46 }, { "from_module": "kivy.factory", "imports": "kivy.factory_registers", "type": "import", "lineno": 176 } ], "kivy.factory_registers": [ { "from_module": "kivy.factory_registers", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 3 } ], "kivy.geometry": [ { "from_module": "kivy.geometry", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 10 } ], "kivy.gesture": [ { "from_module": "kivy.gesture", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 41 } ], "kivy.interactive": [ { "from_module": "kivy.interactive", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 165 }, { "from_module": "kivy.interactive", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 166 }, { "from_module": "kivy.interactive", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 167 }, { "from_module": "kivy.interactive", "imports": "kivy.utils.deprecated", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "deprecated", "lineno": 168 } ], "kivy.loader": [ { "from_module": "kivy.loader", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 38 }, { "from_module": "kivy.loader", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 39 }, { "from_module": "kivy.loader", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 40 }, { "from_module": "kivy.loader", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 41 }, { "from_module": "kivy.loader", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 42 }, { "from_module": "kivy.loader", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 42 }, { "from_module": "kivy.loader", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 43 }, { "from_module": "kivy.loader", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 44 } ], "kivy.logger": [ { "from_module": "kivy.logger", "imports": "kivy", "type": "import", "lineno": 172 }, { "from_module": "kivy.logger", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 173 }, { "from_module": "kivy.logger", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 223 }, { "from_module": "kivy.logger", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 253 }, { "from_module": "kivy.logger", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 311 } ], "kivy.metrics": [ { "from_module": "kivy.metrics", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 101 }, { "from_module": "kivy.metrics", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 102 }, { "from_module": "kivy.metrics", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 103 }, { "from_module": "kivy.metrics", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 104 }, { "from_module": "kivy.metrics", "imports": "kivy.context.register_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "register_context", "lineno": 105 }, { "from_module": "kivy.metrics", "imports": "kivy._metrics.dpi2px", "type": "from_import", "relative_level": 0, "module_part": "kivy._metrics", "symbol_part": "dpi2px", "lineno": 106 }, { "from_module": "kivy.metrics", "imports": "kivy._metrics.NUMERIC_FORMATS", "type": "from_import", "relative_level": 0, "module_part": "kivy._metrics", "symbol_part": "NUMERIC_FORMATS", "lineno": 106 }, { "from_module": "kivy.metrics", "imports": "kivy._metrics.dispatch_pixel_scale", "type": "from_import", "relative_level": 0, "module_part": "kivy._metrics", "symbol_part": "dispatch_pixel_scale", "lineno": 106 }, { "from_module": "kivy.metrics", "imports": "kivy._metrics.sync_pixel_scale", "type": "from_import", "relative_level": 0, "module_part": "kivy._metrics", "symbol_part": "sync_pixel_scale", "lineno": 106 }, { "from_module": "kivy.metrics", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 205 } ], "kivy.multistroke": [ { "from_module": "kivy.multistroke", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 129 }, { "from_module": "kivy.multistroke", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 130 }, { "from_module": "kivy.multistroke", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 131 }, { "from_module": "kivy.multistroke", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 132 } ], "kivy.parser": [ { "from_module": "kivy.parser", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 13 }, { "from_module": "kivy.parser", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 14 } ], "kivy.resources": [ { "from_module": "kivy.resources", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 35 }, { "from_module": "kivy.resources", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 36 }, { "from_module": "kivy.resources", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 37 }, { "from_module": "kivy.resources", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 38 }, { "from_module": "kivy.resources", "imports": "kivy", "type": "import", "lineno": 41 } ], "kivy.support": [ { "from_module": "kivy.support", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 18 }, { "from_module": "kivy.support", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 58 }, { "from_module": "kivy.support", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 77 }, { "from_module": "kivy.support", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 78 }, { "from_module": "kivy.support", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 95 }, { "from_module": "kivy.support", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 96 }, { "from_module": "kivy.support", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 97 }, { "from_module": "kivy.support", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 98 }, { "from_module": "kivy.support", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 189 }, { "from_module": "kivy.support", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 190 }, { "from_module": "kivy.support", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 191 }, { "from_module": "kivy.support", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 265 } ], "kivy.utils": [ { "from_module": "kivy.utils", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 414 } ], "kivy.vector": [], "kivy.weakmethod": [], "kivy._version": [], "kivy": [ { "from_module": "kivy", "imports": "kivy.core.get_provider_options", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_options", "lineno": 40 }, { "from_module": "kivy", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 41 }, { "from_module": "kivy", "imports": "kivy.logger.LOG_LEVELS", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LOG_LEVELS", "lineno": 41 }, { "from_module": "kivy", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 42 }, { "from_module": "kivy", "imports": "kivy.utils.normalize_path_id", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "normalize_path_id", "lineno": 42 }, { "from_module": "kivy", "imports": "kivy._version.__version__", "type": "from_import", "relative_level": 0, "module_part": "kivy._version", "symbol_part": "__version__", "lineno": 43 }, { "from_module": "kivy", "imports": "kivy._version.RELEASE", "type": "from_import", "relative_level": 0, "module_part": "kivy._version", "symbol_part": "RELEASE", "lineno": 43 }, { "from_module": "kivy", "imports": "kivy._version._kivy_git_hash", "type": "from_import", "relative_level": 0, "module_part": "kivy._version", "symbol_part": "_kivy_git_hash", "lineno": 43 }, { "from_module": "kivy", "imports": "kivy._version._kivy_build_date", "type": "from_import", "relative_level": 0, "module_part": "kivy._version", "symbol_part": "_kivy_build_date", "lineno": 43 }, { "from_module": "kivy", "imports": "kivy.deps", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "deps", "lineno": 290 }, { "from_module": "kivy", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 400 }, { "from_module": "kivy", "imports": "kivy.modules.Modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.modules", "symbol_part": "Modules", "lineno": 487 }, { "from_module": "kivy", "imports": "kivy.modules.Modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.modules", "symbol_part": "Modules", "lineno": 515 }, { "from_module": "kivy", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 520 }, { "from_module": "kivy", "imports": "kivy.logger.file_log_handler", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "file_log_handler", "lineno": 540 } ], "kivy.core": [ { "from_module": "kivy.core", "imports": "kivy", "type": "import", "lineno": 28 }, { "from_module": "kivy.core", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 29 } ], "kivy.core.audio_input": [], "kivy.core.audio_output.audio_android": [ { "from_module": "kivy.core.audio_output.audio_android", "imports": "kivy.core.audio_output.Sound", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "Sound", "lineno": 9 }, { "from_module": "kivy.core.audio_output.audio_android", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 9 } ], "kivy.core.audio_output.audio_avplayer": [ { "from_module": "kivy.core.audio_output.audio_avplayer", "imports": "kivy.core.audio_output.Sound", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "Sound", "lineno": 8 }, { "from_module": "kivy.core.audio_output.audio_avplayer", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 8 } ], "kivy.core.audio_output.audio_ffpyplayer": [ { "from_module": "kivy.core.audio_output.audio_ffpyplayer", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 56 }, { "from_module": "kivy.core.audio_output.audio_ffpyplayer", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 57 }, { "from_module": "kivy.core.audio_output.audio_ffpyplayer", "imports": "kivy.core.audio_output.Sound", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "Sound", "lineno": 58 }, { "from_module": "kivy.core.audio_output.audio_ffpyplayer", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 58 }, { "from_module": "kivy.core.audio_output.audio_ffpyplayer", "imports": "kivy.weakmethod.WeakMethod", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakmethod", "symbol_part": "WeakMethod", "lineno": 59 } ], "kivy.core.audio_output.audio_gstplayer": [ { "from_module": "kivy.core.audio_output.audio_gstplayer", "imports": "kivy.lib.gstplayer.GstPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer", "symbol_part": "GstPlayer", "lineno": 12 }, { "from_module": "kivy.core.audio_output.audio_gstplayer", "imports": "kivy.lib.gstplayer.get_gst_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer", "symbol_part": "get_gst_version", "lineno": 12 }, { "from_module": "kivy.core.audio_output.audio_gstplayer", "imports": "kivy.core.audio_output.Sound", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "Sound", "lineno": 13 }, { "from_module": "kivy.core.audio_output.audio_gstplayer", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 13 }, { "from_module": "kivy.core.audio_output.audio_gstplayer", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 14 }, { "from_module": "kivy.core.audio_output.audio_gstplayer", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 15 } ], "kivy.core.audio_output": [ { "from_module": "kivy.core.audio_output", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 99 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 100 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.core.core_register_libs", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_register_libs", "lineno": 101 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.core.load_with_provider_selection", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "load_with_provider_selection", "lineno": 101 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 101 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 101 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 103 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 104 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 104 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 104 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 104 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 104 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 104 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 106 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 107 }, { "from_module": "kivy.core.audio_output", "imports": "kivy.lib.gstplayer.GstPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer", "symbol_part": "GstPlayer", "lineno": 335 } ], "kivy.core.camera.camera_android": [ { "from_module": "kivy.core.camera.camera_android", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 2 }, { "from_module": "kivy.core.camera.camera_android", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 3 }, { "from_module": "kivy.core.camera.camera_android", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 4 }, { "from_module": "kivy.core.camera.camera_android", "imports": "kivy.graphics.Callback", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Callback", "lineno": 4 }, { "from_module": "kivy.core.camera.camera_android", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 4 }, { "from_module": "kivy.core.camera.camera_android", "imports": "kivy.core.camera.CameraBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.camera", "symbol_part": "CameraBase", "lineno": 5 } ], "kivy.core.camera.camera_gi": [ { "from_module": "kivy.core.camera.camera_gi", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 11 }, { "from_module": "kivy.core.camera.camera_gi", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 12 }, { "from_module": "kivy.core.camera.camera_gi", "imports": "kivy.core.camera.CameraBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.camera", "symbol_part": "CameraBase", "lineno": 13 }, { "from_module": "kivy.core.camera.camera_gi", "imports": "kivy.support.install_gobject_iteration", "type": "from_import", "relative_level": 0, "module_part": "kivy.support", "symbol_part": "install_gobject_iteration", "lineno": 14 }, { "from_module": "kivy.core.camera.camera_gi", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 15 } ], "kivy.core.camera.camera_opencv": [ { "from_module": "kivy.core.camera.camera_opencv", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 14 }, { "from_module": "kivy.core.camera.camera_opencv", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 15 }, { "from_module": "kivy.core.camera.camera_opencv", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 16 }, { "from_module": "kivy.core.camera.camera_opencv", "imports": "kivy.core.camera.CameraBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.camera", "symbol_part": "CameraBase", "lineno": 17 } ], "kivy.core.camera.camera_picamera": [ { "from_module": "kivy.core.camera.camera_picamera", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 13 }, { "from_module": "kivy.core.camera.camera_picamera", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 14 }, { "from_module": "kivy.core.camera.camera_picamera", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 15 }, { "from_module": "kivy.core.camera.camera_picamera", "imports": "kivy.core.camera.CameraBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.camera", "symbol_part": "CameraBase", "lineno": 16 } ], "kivy.core.camera": [ { "from_module": "kivy.core.camera", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 20 }, { "from_module": "kivy.core.camera", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 21 }, { "from_module": "kivy.core.camera", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 22 }, { "from_module": "kivy.core.camera", "imports": "kivy.core.core_select_lib", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_select_lib", "lineno": 23 }, { "from_module": "kivy.core.camera", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 23 }, { "from_module": "kivy.core.camera", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 23 } ], "kivy.core.clipboard.clipboard_android": [ { "from_module": "kivy.core.clipboard.clipboard_android", "imports": "kivy.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "Logger", "lineno": 10 }, { "from_module": "kivy.core.clipboard.clipboard_android", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 11 } ], "kivy.core.clipboard.clipboard_dbusklipper": [ { "from_module": "kivy.core.clipboard.clipboard_dbusklipper", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 7 }, { "from_module": "kivy.core.clipboard.clipboard_dbusklipper", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 8 } ], "kivy.core.clipboard.clipboard_dummy": [ { "from_module": "kivy.core.clipboard.clipboard_dummy", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 8 } ], "kivy.core.clipboard.clipboard_gtk3": [ { "from_module": "kivy.core.clipboard.clipboard_gtk3", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 7 }, { "from_module": "kivy.core.clipboard.clipboard_gtk3", "imports": "kivy.support.install_gobject_iteration", "type": "from_import", "relative_level": 0, "module_part": "kivy.support", "symbol_part": "install_gobject_iteration", "lineno": 8 }, { "from_module": "kivy.core.clipboard.clipboard_gtk3", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 9 } ], "kivy.core.clipboard.clipboard_nspaste": [ { "from_module": "kivy.core.clipboard.clipboard_nspaste", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 7 }, { "from_module": "kivy.core.clipboard.clipboard_nspaste", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 8 } ], "kivy.core.clipboard.clipboard_sdl3": [ { "from_module": "kivy.core.clipboard.clipboard_sdl3", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 7 }, { "from_module": "kivy.core.clipboard.clipboard_sdl3", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 8 }, { "from_module": "kivy.core.clipboard.clipboard_sdl3", "imports": "kivy.core.clipboard._clipboard_sdl3._get_text", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard._clipboard_sdl3", "symbol_part": "_get_text", "lineno": 14 }, { "from_module": "kivy.core.clipboard.clipboard_sdl3", "imports": "kivy.core.clipboard._clipboard_sdl3._has_text", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard._clipboard_sdl3", "symbol_part": "_has_text", "lineno": 14 }, { "from_module": "kivy.core.clipboard.clipboard_sdl3", "imports": "kivy.core.clipboard._clipboard_sdl3._set_text", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard._clipboard_sdl3", "symbol_part": "_set_text", "lineno": 14 }, { "from_module": "kivy.core.clipboard.clipboard_sdl3", "imports": "kivy.core.handle_win_lib_import_error", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "handle_win_lib_import_error", "lineno": 17 } ], "kivy.core.clipboard.clipboard_winctypes": [ { "from_module": "kivy.core.clipboard.clipboard_winctypes", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 7 }, { "from_module": "kivy.core.clipboard.clipboard_winctypes", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 8 } ], "kivy.core.clipboard.clipboard_xclip": [ { "from_module": "kivy.core.clipboard.clipboard_xclip", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 8 }, { "from_module": "kivy.core.clipboard.clipboard_xclip", "imports": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard._clipboard_ext", "symbol_part": "ClipboardExternalBase", "lineno": 9 } ], "kivy.core.clipboard.clipboard_xsel": [ { "from_module": "kivy.core.clipboard.clipboard_xsel", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 8 }, { "from_module": "kivy.core.clipboard.clipboard_xsel", "imports": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard._clipboard_ext", "symbol_part": "ClipboardExternalBase", "lineno": 9 } ], "kivy.core.clipboard._clipboard_ext": [ { "from_module": "kivy.core.clipboard._clipboard_ext", "imports": "kivy.core.clipboard.ClipboardBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "ClipboardBase", "lineno": 7 } ], "kivy.core.clipboard": [ { "from_module": "kivy.core.clipboard", "imports": "kivy.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "Logger", "lineno": 22 }, { "from_module": "kivy.core.clipboard", "imports": "kivy.core.core_select_lib", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_select_lib", "lineno": 23 }, { "from_module": "kivy.core.clipboard", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 23 }, { "from_module": "kivy.core.clipboard", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 23 }, { "from_module": "kivy.core.clipboard", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 24 }, { "from_module": "kivy.core.clipboard", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 25 } ], "kivy.core.gl": [ { "from_module": "kivy.core.gl", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 27 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.gl_init_resources", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "gl_init_resources", "lineno": 28 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl_utils.gl_get_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl_utils", "symbol_part": "gl_get_version", "lineno": 29 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.GL_VERSION", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_VERSION", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.GL_VENDOR", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_VENDOR", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.GL_RENDERER", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_RENDERER", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.GL_MAX_TEXTURE_IMAGE_UNITS", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_MAX_TEXTURE_IMAGE_UNITS", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.GL_MAX_TEXTURE_SIZE", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_MAX_TEXTURE_SIZE", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.GL_SHADING_LANGUAGE_VERSION", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_SHADING_LANGUAGE_VERSION", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.glGetString", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glGetString", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.glGetIntegerv", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glGetIntegerv", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.opengl.gl_init_symbols", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "gl_init_symbols", "lineno": 30 }, { "from_module": "kivy.core.gl", "imports": "kivy.graphics.cgl.cgl_get_initialized_backend_name", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.cgl", "symbol_part": "cgl_get_initialized_backend_name", "lineno": 41 }, { "from_module": "kivy.core.gl", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 42 }, { "from_module": "kivy.core.gl", "imports": "kivy.core.window", "type": "import", "lineno": 90 } ], "kivy.core.image.img_dds": [ { "from_module": "kivy.core.image.img_dds", "imports": "kivy.lib.ddsfile.DDSFile", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.ddsfile", "symbol_part": "DDSFile", "lineno": 7 }, { "from_module": "kivy.core.image.img_dds", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 8 }, { "from_module": "kivy.core.image.img_dds", "imports": "kivy.core.image.ImageLoaderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoaderBase", "lineno": 9 }, { "from_module": "kivy.core.image.img_dds", "imports": "kivy.core.image.ImageData", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageData", "lineno": 9 }, { "from_module": "kivy.core.image.img_dds", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 9 } ], "kivy.core.image.img_ffpyplayer": [ { "from_module": "kivy.core.image.img_ffpyplayer", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 11 }, { "from_module": "kivy.core.image.img_ffpyplayer", "imports": "kivy.core.image.ImageLoaderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoaderBase", "lineno": 12 }, { "from_module": "kivy.core.image.img_ffpyplayer", "imports": "kivy.core.image.ImageData", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageData", "lineno": 12 }, { "from_module": "kivy.core.image.img_ffpyplayer", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 12 } ], "kivy.core.image.img_pil": [ { "from_module": "kivy.core.image.img_pil", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 13 }, { "from_module": "kivy.core.image.img_pil", "imports": "kivy.core.image.ImageLoaderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoaderBase", "lineno": 14 }, { "from_module": "kivy.core.image.img_pil", "imports": "kivy.core.image.ImageData", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageData", "lineno": 14 }, { "from_module": "kivy.core.image.img_pil", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 14 } ], "kivy.core.image.img_sdl3": [ { "from_module": "kivy.core.image.img_sdl3", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 8 }, { "from_module": "kivy.core.image.img_sdl3", "imports": "kivy.core.image.ImageLoaderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoaderBase", "lineno": 9 }, { "from_module": "kivy.core.image.img_sdl3", "imports": "kivy.core.image.ImageData", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageData", "lineno": 9 }, { "from_module": "kivy.core.image.img_sdl3", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 9 }, { "from_module": "kivy.core.image.img_sdl3", "imports": "kivy.core.image._img_sdl3", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "_img_sdl3", "lineno": 11 }, { "from_module": "kivy.core.image.img_sdl3", "imports": "kivy.core.handle_win_lib_import_error", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "handle_win_lib_import_error", "lineno": 13 } ], "kivy.core.image.img_tex": [ { "from_module": "kivy.core.image.img_tex", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 9 }, { "from_module": "kivy.core.image.img_tex", "imports": "kivy.core.image.ImageLoaderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoaderBase", "lineno": 10 }, { "from_module": "kivy.core.image.img_tex", "imports": "kivy.core.image.ImageData", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageData", "lineno": 10 }, { "from_module": "kivy.core.image.img_tex", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 10 } ], "kivy.core.image.img_thorvg_svg": [ { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.lib.thorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib", "symbol_part": "thorvg", "lineno": 73 }, { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.lib.thorvg.Result", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg", "symbol_part": "Result", "lineno": 74 }, { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 79 }, { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 80 }, { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.core.image.ImageLoaderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoaderBase", "lineno": 81 }, { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.core.image.ImageData", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageData", "lineno": 81 }, { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 81 }, { "from_module": "kivy.core.image.img_thorvg_svg", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 82 } ], "kivy.core.image": [ { "from_module": "kivy.core.image", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 311 }, { "from_module": "kivy.core.image", "imports": "kivy.core.core_register_libs", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_register_libs", "lineno": 312 }, { "from_module": "kivy.core.image", "imports": "kivy.core.load_with_provider_selection", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "load_with_provider_selection", "lineno": 312 }, { "from_module": "kivy.core.image", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 312 }, { "from_module": "kivy.core.image", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 312 }, { "from_module": "kivy.core.image", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 314 }, { "from_module": "kivy.core.image", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 315 }, { "from_module": "kivy.core.image", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 316 }, { "from_module": "kivy.core.image", "imports": "kivy.atlas.Atlas", "type": "from_import", "relative_level": 0, "module_part": "kivy.atlas", "symbol_part": "Atlas", "lineno": 317 }, { "from_module": "kivy.core.image", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 318 }, { "from_module": "kivy.core.image", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 319 }, { "from_module": "kivy.core.image", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 320 }, { "from_module": "kivy.core.image", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 1375 }, { "from_module": "kivy.core.image", "imports": "kivy.graphics.texture.TextureRegion", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "TextureRegion", "lineno": 1375 } ], "kivy.core.lottie.lottie_null": [ { "from_module": "kivy.core.lottie.lottie_null", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 15 }, { "from_module": "kivy.core.lottie.lottie_null", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 16 } ], "kivy.core.lottie.lottie_thorvg": [ { "from_module": "kivy.core.lottie.lottie_thorvg", "imports": "kivy.lib.thorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib", "symbol_part": "thorvg", "lineno": 49 }, { "from_module": "kivy.core.lottie.lottie_thorvg", "imports": "kivy.lib.thorvg.Result", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg", "symbol_part": "Result", "lineno": 50 }, { "from_module": "kivy.core.lottie.lottie_thorvg", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 54 }, { "from_module": "kivy.core.lottie.lottie_thorvg", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 55 }, { "from_module": "kivy.core.lottie.lottie_thorvg", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 56 }, { "from_module": "kivy.core.lottie.lottie_thorvg", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 57 }, { "from_module": "kivy.core.lottie.lottie_thorvg", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 58 } ], "kivy.core.lottie": [ { "from_module": "kivy.core.lottie", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 66 }, { "from_module": "kivy.core.lottie", "imports": "kivy.core.core_select_lib", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_select_lib", "lineno": 67 }, { "from_module": "kivy.core.lottie", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 67 }, { "from_module": "kivy.core.lottie", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 67 }, { "from_module": "kivy.core.lottie", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 68 } ], "kivy.core.spelling.spelling_enchant": [ { "from_module": "kivy.core.spelling.spelling_enchant", "imports": "kivy.core.spelling.SpellingBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.spelling", "symbol_part": "SpellingBase", "lineno": 14 }, { "from_module": "kivy.core.spelling.spelling_enchant", "imports": "kivy.core.spelling.NoSuchLangError", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.spelling", "symbol_part": "NoSuchLangError", "lineno": 14 } ], "kivy.core.spelling.spelling_osxappkit": [ { "from_module": "kivy.core.spelling.spelling_osxappkit", "imports": "kivy.core.spelling.SpellingBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.spelling", "symbol_part": "SpellingBase", "lineno": 18 }, { "from_module": "kivy.core.spelling.spelling_osxappkit", "imports": "kivy.core.spelling.NoSuchLangError", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.spelling", "symbol_part": "NoSuchLangError", "lineno": 18 } ], "kivy.core.spelling": [ { "from_module": "kivy.core.spelling", "imports": "kivy.core.core_select_lib", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_select_lib", "lineno": 29 }, { "from_module": "kivy.core.spelling", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 29 }, { "from_module": "kivy.core.spelling", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 29 } ], "kivy.core.svg.svg_thorvg": [ { "from_module": "kivy.core.svg.svg_thorvg", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 15 }, { "from_module": "kivy.core.svg.svg_thorvg", "imports": "kivy.core.svg.SvgProviderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgProviderBase", "lineno": 16 }, { "from_module": "kivy.core.svg.svg_thorvg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 16 }, { "from_module": "kivy.core.svg.svg_thorvg", "imports": "kivy.lib.thorvg.Accessor", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg", "symbol_part": "Accessor", "lineno": 32 }, { "from_module": "kivy.core.svg.svg_thorvg", "imports": "kivy.lib.thorvg.Accessor", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg", "symbol_part": "Accessor", "lineno": 78 }, { "from_module": "kivy.core.svg.svg_thorvg", "imports": "kivy.lib.thorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib", "symbol_part": "thorvg", "lineno": 203 }, { "from_module": "kivy.core.svg.svg_thorvg", "imports": "kivy.lib.thorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib", "symbol_part": "thorvg", "lineno": 310 } ], "kivy.core.system_tray": [ { "from_module": "kivy.core.system_tray", "imports": "_system_tray_sdl3.TrayIcon", "type": "from_import", "relative_level": 1, "module_part": "_system_tray_sdl3", "symbol_part": "TrayIcon", "lineno": 258 }, { "from_module": "kivy.core.system_tray", "imports": "_system_tray_sdl3.TrayMenu", "type": "from_import", "relative_level": 1, "module_part": "_system_tray_sdl3", "symbol_part": "TrayMenu", "lineno": 258 }, { "from_module": "kivy.core.system_tray", "imports": "_system_tray_sdl3.TrayMenuItem", "type": "from_import", "relative_level": 1, "module_part": "_system_tray_sdl3", "symbol_part": "TrayMenuItem", "lineno": 258 } ], "kivy.core.text.markup": [ { "from_module": "kivy.core.text.markup", "imports": "kivy.properties.dpi2px", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "dpi2px", "lineno": 70 }, { "from_module": "kivy.core.text.markup", "imports": "kivy.parser.parse_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.parser", "symbol_part": "parse_color", "lineno": 71 }, { "from_module": "kivy.core.text.markup", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 72 }, { "from_module": "kivy.core.text.markup", "imports": "kivy.core.text.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "Label", "lineno": 73 }, { "from_module": "kivy.core.text.markup", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 73 }, { "from_module": "kivy.core.text.markup", "imports": "kivy.core.text.text_layout.layout_text", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.text_layout", "symbol_part": "layout_text", "lineno": 74 }, { "from_module": "kivy.core.text.markup", "imports": "kivy.core.text.text_layout.LayoutWord", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.text_layout", "symbol_part": "LayoutWord", "lineno": 74 }, { "from_module": "kivy.core.text.markup", "imports": "kivy.core.text.text_layout.LayoutLine", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.text_layout", "symbol_part": "LayoutLine", "lineno": 74 } ], "kivy.core.text.text_pango": [ { "from_module": "kivy.core.text.text_pango", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 79 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 80 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text.FontContextManagerBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "FontContextManagerBase", "lineno": 80 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.KivyPangoRenderer", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "KivyPangoRenderer", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_get_extents", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_get_extents", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_get_ascent", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_get_ascent", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_get_descent", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_get_descent", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_find_base_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_find_base_dir", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_font_context_exists", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_font_context_exists", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_font_context_create", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_font_context_create", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_font_context_destroy", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_font_context_destroy", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_font_context_add_font", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_font_context_add_font", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_font_context_list", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_font_context_list", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_font_context_list_custom", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_font_context_list_custom", "lineno": 81 }, { "from_module": "kivy.core.text.text_pango", "imports": "kivy.core.text._text_pango.kpango_font_context_list_families", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_pango", "symbol_part": "kpango_font_context_list_families", "lineno": 81 } ], "kivy.core.text.text_pil": [ { "from_module": "kivy.core.text.text_pil", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 10 }, { "from_module": "kivy.core.text.text_pil", "imports": "kivy.core.image.ImageData", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageData", "lineno": 11 } ], "kivy.core.text.text_sdl3": [ { "from_module": "kivy.core.text.text_sdl3", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 10 }, { "from_module": "kivy.core.text.text_sdl3", "imports": "kivy.core.text._text_sdl3._SurfaceContainer", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_sdl3", "symbol_part": "_SurfaceContainer", "lineno": 12 }, { "from_module": "kivy.core.text.text_sdl3", "imports": "kivy.core.text._text_sdl3._get_extents", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_sdl3", "symbol_part": "_get_extents", "lineno": 12 }, { "from_module": "kivy.core.text.text_sdl3", "imports": "kivy.core.text._text_sdl3._get_tight_extents", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_sdl3", "symbol_part": "_get_tight_extents", "lineno": 12 }, { "from_module": "kivy.core.text.text_sdl3", "imports": "kivy.core.text._text_sdl3._get_fontdescent", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_sdl3", "symbol_part": "_get_fontdescent", "lineno": 12 }, { "from_module": "kivy.core.text.text_sdl3", "imports": "kivy.core.text._text_sdl3._get_fontascent", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text._text_sdl3", "symbol_part": "_get_fontascent", "lineno": 12 }, { "from_module": "kivy.core.text.text_sdl3", "imports": "kivy.core.handle_win_lib_import_error", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "handle_win_lib_import_error", "lineno": 20 } ], "kivy.core.text": [ { "from_module": "kivy.core.text", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 134 }, { "from_module": "kivy.core.text", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 135 }, { "from_module": "kivy.core.text", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 136 }, { "from_module": "kivy.core.text", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 137 }, { "from_module": "kivy.core.text", "imports": "kivy.core.core_register_libs", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_register_libs", "lineno": 138 }, { "from_module": "kivy.core.text", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 138 }, { "from_module": "kivy.core.text", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 138 }, { "from_module": "kivy.core.text", "imports": "kivy.core.text.text_layout.layout_text", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.text_layout", "symbol_part": "layout_text", "lineno": 139 }, { "from_module": "kivy.core.text", "imports": "kivy.core.text.text_layout.LayoutWord", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.text_layout", "symbol_part": "LayoutWord", "lineno": 139 }, { "from_module": "kivy.core.text", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 140 }, { "from_module": "kivy.core.text", "imports": "kivy.resources.resource_add_path", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_add_path", "lineno": 140 }, { "from_module": "kivy.core.text", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 141 }, { "from_module": "kivy.core.text", "imports": "kivy.setupconfig.USE_PANGOFT2", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_PANGOFT2", "lineno": 141 }, { "from_module": "kivy.core.text", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 142 }, { "from_module": "kivy.core.text", "imports": "kivy.core.text.text_pango.PangoFontContextManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.text_pango", "symbol_part": "PangoFontContextManager", "lineno": 1234 } ], "kivy.core.video.video_android": [ { "from_module": "kivy.core.video.video_android", "imports": "kivy.clock.mainthread", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "mainthread", "lineno": 4 }, { "from_module": "kivy.core.video.video_android", "imports": "kivy.core.video.VideoBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "VideoBase", "lineno": 5 }, { "from_module": "kivy.core.video.video_android", "imports": "kivy.graphics.Callback", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Callback", "lineno": 6 }, { "from_module": "kivy.core.video.video_android", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 6 }, { "from_module": "kivy.core.video.video_android", "imports": "kivy.graphics.fbo.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.fbo", "symbol_part": "Fbo", "lineno": 7 }, { "from_module": "kivy.core.video.video_android", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 8 }, { "from_module": "kivy.core.video.video_android", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 9 } ], "kivy.core.video.video_ffmpeg": [ { "from_module": "kivy.core.video.video_ffmpeg", "imports": "kivy.core.video.VideoBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "VideoBase", "lineno": 23 }, { "from_module": "kivy.core.video.video_ffmpeg", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 24 } ], "kivy.core.video.video_ffpyplayer": [ { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 58 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.clock.mainthread", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "mainthread", "lineno": 58 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 59 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.core.video.VideoBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "VideoBase", "lineno": 60 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 61 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.graphics.BindTexture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "BindTexture", "lineno": 61 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 62 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.graphics.fbo.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.fbo", "symbol_part": "Fbo", "lineno": 63 }, { "from_module": "kivy.core.video.video_ffpyplayer", "imports": "kivy.weakmethod.WeakMethod", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakmethod", "symbol_part": "WeakMethod", "lineno": 64 } ], "kivy.core.video.video_gstplayer": [ { "from_module": "kivy.core.video.video_gstplayer", "imports": "kivy.lib.gstplayer.GstPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer", "symbol_part": "GstPlayer", "lineno": 12 }, { "from_module": "kivy.core.video.video_gstplayer", "imports": "kivy.lib.gstplayer.get_gst_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer", "symbol_part": "get_gst_version", "lineno": 12 }, { "from_module": "kivy.core.video.video_gstplayer", "imports": "kivy.core.handle_win_lib_import_error", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "handle_win_lib_import_error", "lineno": 14 }, { "from_module": "kivy.core.video.video_gstplayer", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 18 }, { "from_module": "kivy.core.video.video_gstplayer", "imports": "kivy.core.video.VideoBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "VideoBase", "lineno": 19 }, { "from_module": "kivy.core.video.video_gstplayer", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 20 }, { "from_module": "kivy.core.video.video_gstplayer", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 21 } ], "kivy.core.video.video_null": [ { "from_module": "kivy.core.video.video_null", "imports": "kivy.core.video.VideoBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "VideoBase", "lineno": 6 } ], "kivy.core.video": [ { "from_module": "kivy.core.video", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 23 }, { "from_module": "kivy.core.video", "imports": "kivy.core.core_select_lib", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_select_lib", "lineno": 24 }, { "from_module": "kivy.core.video", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 24 }, { "from_module": "kivy.core.video", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 24 }, { "from_module": "kivy.core.video", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 25 }, { "from_module": "kivy.core.video", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 26 }, { "from_module": "kivy.core.video", "imports": "kivy.lib.gstplayer.GstPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer", "symbol_part": "GstPlayer", "lineno": 213 } ], "kivy.core.window.window_egl_rpi": [ { "from_module": "kivy.core.window.window_egl_rpi", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 9 }, { "from_module": "kivy.core.window.window_egl_rpi", "imports": "kivy.core.window.WindowBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "WindowBase", "lineno": 10 }, { "from_module": "kivy.core.window.window_egl_rpi", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 11 }, { "from_module": "kivy.core.window.window_egl_rpi", "imports": "kivy.base.ExceptionManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "ExceptionManager", "lineno": 11 }, { "from_module": "kivy.core.window.window_egl_rpi", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 11 }, { "from_module": "kivy.core.window.window_egl_rpi", "imports": "kivy.lib.vidcore_lite.bcm", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.vidcore_lite", "symbol_part": "bcm", "lineno": 12 }, { "from_module": "kivy.core.window.window_egl_rpi", "imports": "kivy.lib.vidcore_lite.egl", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.vidcore_lite", "symbol_part": "egl", "lineno": 12 } ], "kivy.core.window.window_sdl3": [ { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 20 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 21 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 22 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 23 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 24 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.core.window.WindowBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "WindowBase", "lineno": 25 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.core.window._window_sdl3._WindowSDL3Storage", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window._window_sdl3", "symbol_part": "_WindowSDL3Storage", "lineno": 27 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.core.handle_win_lib_import_error", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "handle_win_lib_import_error", "lineno": 29 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 33 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 34 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 35 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 36 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 235 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 243 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.graphics.opengl.glReadPixels", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glReadPixels", "lineno": 425 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.graphics.opengl.GL_RGB", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_RGB", "lineno": 425 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.graphics.opengl.GL_UNSIGNED_BYTE", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_UNSIGNED_BYTE", "lineno": 425 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 763 }, { "from_module": "kivy.core.window.window_sdl3", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 764 } ], "kivy.core.window": [ { "from_module": "kivy.core.window", "imports": "kivy.core.core_select_lib", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "core_select_lib", "lineno": 17 }, { "from_module": "kivy.core.window", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 17 }, { "from_module": "kivy.core.window", "imports": "kivy.core.make_provider_tuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "make_provider_tuple", "lineno": 17 }, { "from_module": "kivy.core.window", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 18 }, { "from_module": "kivy.core.window", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 19 }, { "from_module": "kivy.core.window", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 20 }, { "from_module": "kivy.core.window", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 21 }, { "from_module": "kivy.core.window", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 21 }, { "from_module": "kivy.core.window", "imports": "kivy.modules.Modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.modules", "symbol_part": "Modules", "lineno": 22 }, { "from_module": "kivy.core.window", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 23 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 24 }, { "from_module": "kivy.core.window", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 27 }, { "from_module": "kivy.core.window", "imports": "kivy.utils.pi_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "pi_version", "lineno": 27 }, { "from_module": "kivy.core.window", "imports": "kivy.context.get_current_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "get_current_context", "lineno": 28 }, { "from_module": "kivy.core.window", "imports": "kivy.uix.behaviors.FocusBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "FocusBehavior", "lineno": 29 }, { "from_module": "kivy.core.window", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 30 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.transformation.Matrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.transformation", "symbol_part": "Matrix", "lineno": 31 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.cgl.cgl_get_backend_name", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.cgl", "symbol_part": "cgl_get_backend_name", "lineno": 32 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.context_instructions.BindTexture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "BindTexture", "lineno": 33 }, { "from_module": "kivy.core.window", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 34 }, { "from_module": "kivy.core.window", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 674 }, { "from_module": "kivy.core.window", "imports": "kivy.core.gl", "type": "import", "lineno": 1174 }, { "from_module": "kivy.core.window", "imports": "kivy.metrics.Metrics", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "Metrics", "lineno": 1199 }, { "from_module": "kivy.core.window", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 1344 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.context.get_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context", "symbol_part": "get_context", "lineno": 1345 }, { "from_module": "kivy.core.window", "imports": "kivy.core.gl.init_gl", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "init_gl", "lineno": 1458 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 1492 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.Canvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Canvas", "lineno": 1492 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.context.get_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context", "symbol_part": "get_context", "lineno": 1510 }, { "from_module": "kivy.core.window", "imports": "kivy.uix.widget.WidgetException", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "WidgetException", "lineno": 1532 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.opengl", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "opengl", "lineno": 1576 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.opengl.glViewport", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glViewport", "lineno": 1769 }, { "from_module": "kivy.core.window", "imports": "kivy.graphics.transformation.Matrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.transformation", "symbol_part": "Matrix", "lineno": 1770 }, { "from_module": "kivy.core.window", "imports": "kivy.uix.vkeyboard.VKeyboard", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.vkeyboard", "symbol_part": "VKeyboard", "lineno": 2398 } ], "kivy.deps": [], "kivy.effects.dampedscroll": [ { "from_module": "kivy.effects.dampedscroll", "imports": "kivy.effects.scroll.ScrollEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.effects.scroll", "symbol_part": "ScrollEffect", "lineno": 36 }, { "from_module": "kivy.effects.dampedscroll", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 37 } ], "kivy.effects.kinetic": [ { "from_module": "kivy.effects.kinetic", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 44 }, { "from_module": "kivy.effects.kinetic", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 45 }, { "from_module": "kivy.effects.kinetic", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 45 }, { "from_module": "kivy.effects.kinetic", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 46 } ], "kivy.effects.opacityscroll": [ { "from_module": "kivy.effects.opacityscroll", "imports": "kivy.effects.dampedscroll.DampedScrollEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.effects.dampedscroll", "symbol_part": "DampedScrollEffect", "lineno": 13 } ], "kivy.effects.scroll": [ { "from_module": "kivy.effects.scroll", "imports": "kivy.effects.kinetic.KineticEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.effects.kinetic", "symbol_part": "KineticEffect", "lineno": 23 }, { "from_module": "kivy.effects.scroll", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 24 }, { "from_module": "kivy.effects.scroll", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 25 }, { "from_module": "kivy.effects.scroll", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 25 } ], "kivy.effects": [], "kivy.eventmanager.hover": [ { "from_module": "kivy.eventmanager.hover", "imports": "kivy.eventmanager.EventManagerBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.eventmanager", "symbol_part": "EventManagerBase", "lineno": 82 }, { "from_module": "kivy.eventmanager.hover", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 128 } ], "kivy.eventmanager": [], "kivy.extras.highlight": [], "kivy.extras": [], "kivy.garden": [ { "from_module": "kivy.garden", "imports": "kivy.kivy_home_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_home_dir", "lineno": 143 }, { "from_module": "kivy.garden", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 144 }, { "from_module": "kivy.garden", "imports": "kivy", "type": "import", "lineno": 145 } ], "kivy.graphics": [ { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.Callback", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "Callback", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.Canvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "Canvas", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.CanvasBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "CanvasBase", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.ContextInstruction", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "ContextInstruction", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.Instruction", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "Instruction", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.InstructionGroup", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "InstructionGroup", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "RenderContext", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.instructions.VertexInstruction", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.instructions", "symbol_part": "VertexInstruction", "lineno": 83 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.BindTexture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "BindTexture", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "Color", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.PushState", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "PushState", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.ChangeState", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "ChangeState", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.PopState", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "PopState", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.MatrixInstruction", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "MatrixInstruction", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.ApplyContextMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "ApplyContextMatrix", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "PopMatrix", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "PushMatrix", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.Rotate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "Rotate", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.Scale", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "Scale", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "Translate", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.LoadIdentity", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "LoadIdentity", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.UpdateNormalMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "UpdateNormalMatrix", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.context_instructions.gl_init_resources", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "gl_init_resources", "lineno": 86 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Bezier", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Bezier", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.BorderImage", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "BorderImage", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Ellipse", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.GraphicException", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "GraphicException", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Line", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Mesh", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Mesh", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Point", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Point", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Quad", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Quad", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Rectangle", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.RoundedRectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "RoundedRectangle", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.Triangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "Triangle", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.SmoothLine", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "SmoothLine", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.SmoothRectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "SmoothRectangle", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.SmoothEllipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "SmoothEllipse", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.SmoothRoundedRectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "SmoothRoundedRectangle", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.SmoothQuad", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "SmoothQuad", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.vertex_instructions.SmoothTriangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "SmoothTriangle", "lineno": 90 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.stencil_instructions.StencilPop", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.stencil_instructions", "symbol_part": "StencilPop", "lineno": 94 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.stencil_instructions.StencilPush", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.stencil_instructions", "symbol_part": "StencilPush", "lineno": 94 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.stencil_instructions.StencilUse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.stencil_instructions", "symbol_part": "StencilUse", "lineno": 94 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.stencil_instructions.StencilUnUse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.stencil_instructions", "symbol_part": "StencilUnUse", "lineno": 94 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.gl_instructions.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.gl_instructions", "symbol_part": "ClearColor", "lineno": 96 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.gl_instructions.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.gl_instructions", "symbol_part": "ClearBuffers", "lineno": 96 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.fbo.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.fbo", "symbol_part": "Fbo", "lineno": 97 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.boxshadow.BoxShadow", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.boxshadow", "symbol_part": "BoxShadow", "lineno": 98 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.scissor_instructions.ScissorPush", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.scissor_instructions", "symbol_part": "ScissorPush", "lineno": 99 }, { "from_module": "kivy.graphics", "imports": "kivy.graphics.scissor_instructions.ScissorPop", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.scissor_instructions", "symbol_part": "ScissorPop", "lineno": 99 } ], "kivy.graphics.cgl_backend": [], "kivy.graphics.egl_backend": [], "kivy.input.factory": [], "kivy.input.motionevent": [ { "from_module": "kivy.input.motionevent", "imports": "kivy.eventmanager.MODE_DEFAULT_DISPATCH", "type": "from_import", "relative_level": 0, "module_part": "kivy.eventmanager", "symbol_part": "MODE_DEFAULT_DISPATCH", "lineno": 132 }, { "from_module": "kivy.input.motionevent", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 133 } ], "kivy.input.provider": [], "kivy.input.recorder": [ { "from_module": "kivy.input.recorder", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 95 }, { "from_module": "kivy.input.recorder", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 96 }, { "from_module": "kivy.input.recorder", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 96 }, { "from_module": "kivy.input.recorder", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 96 }, { "from_module": "kivy.input.recorder", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 96 }, { "from_module": "kivy.input.recorder", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 96 }, { "from_module": "kivy.input.recorder", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 98 }, { "from_module": "kivy.input.recorder", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 99 }, { "from_module": "kivy.input.recorder", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 100 }, { "from_module": "kivy.input.recorder", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 184 } ], "kivy.input.shape": [], "kivy.input": [ { "from_module": "kivy.input", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 29 }, { "from_module": "kivy.input", "imports": "kivy.input.postproc.kivy_postproc_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc", "symbol_part": "kivy_postproc_modules", "lineno": 30 }, { "from_module": "kivy.input", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 31 }, { "from_module": "kivy.input", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 32 }, { "from_module": "kivy.input", "imports": "kivy.input.providers", "type": "import", "lineno": 33 } ], "kivy.input.postproc.calibration": [ { "from_module": "kivy.input.postproc.calibration", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 49 }, { "from_module": "kivy.input.postproc.calibration", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 50 }, { "from_module": "kivy.input.postproc.calibration", "imports": "kivy.input.providers", "type": "from_import", "relative_level": 0, "module_part": "kivy.input", "symbol_part": "providers", "lineno": 51 }, { "from_module": "kivy.input.postproc.calibration", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 52 }, { "from_module": "kivy.input.postproc.calibration", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 53 }, { "from_module": "kivy.input.postproc.calibration", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 188 } ], "kivy.input.postproc.dejitter": [ { "from_module": "kivy.input.postproc.dejitter", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 17 } ], "kivy.input.postproc.doubletap": [ { "from_module": "kivy.input.postproc.doubletap", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 11 }, { "from_module": "kivy.input.postproc.doubletap", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 12 } ], "kivy.input.postproc.ignorelist": [ { "from_module": "kivy.input.postproc.ignorelist", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 10 }, { "from_module": "kivy.input.postproc.ignorelist", "imports": "kivy.utils.strtotuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "strtotuple", "lineno": 11 } ], "kivy.input.postproc.retaintouch": [ { "from_module": "kivy.input.postproc.retaintouch", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 10 }, { "from_module": "kivy.input.postproc.retaintouch", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 11 } ], "kivy.input.postproc.tripletap": [ { "from_module": "kivy.input.postproc.tripletap", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 13 }, { "from_module": "kivy.input.postproc.tripletap", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 14 } ], "kivy.input.postproc": [ { "from_module": "kivy.input.postproc", "imports": "kivy.input.postproc.doubletap.InputPostprocDoubleTap", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc.doubletap", "symbol_part": "InputPostprocDoubleTap", "lineno": 10 }, { "from_module": "kivy.input.postproc", "imports": "kivy.input.postproc.tripletap.InputPostprocTripleTap", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc.tripletap", "symbol_part": "InputPostprocTripleTap", "lineno": 11 }, { "from_module": "kivy.input.postproc", "imports": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc.ignorelist", "symbol_part": "InputPostprocIgnoreList", "lineno": 12 }, { "from_module": "kivy.input.postproc", "imports": "kivy.input.postproc.retaintouch.InputPostprocRetainTouch", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc.retaintouch", "symbol_part": "InputPostprocRetainTouch", "lineno": 13 }, { "from_module": "kivy.input.postproc", "imports": "kivy.input.postproc.dejitter.InputPostprocDejitter", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc.dejitter", "symbol_part": "InputPostprocDejitter", "lineno": 14 }, { "from_module": "kivy.input.postproc", "imports": "kivy.input.postproc.calibration.InputPostprocCalibration", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc.calibration", "symbol_part": "InputPostprocCalibration", "lineno": 15 } ], "kivy.input.providers.androidjoystick": [ { "from_module": "kivy.input.providers.androidjoystick", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 22 }, { "from_module": "kivy.input.providers.androidjoystick", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 23 }, { "from_module": "kivy.input.providers.androidjoystick", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 24 }, { "from_module": "kivy.input.providers.androidjoystick", "imports": "kivy.input.shape.ShapeRect", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.shape", "symbol_part": "ShapeRect", "lineno": 25 }, { "from_module": "kivy.input.providers.androidjoystick", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 26 }, { "from_module": "kivy.input.providers.androidjoystick", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 77 } ], "kivy.input.providers.hidinput": [ { "from_module": "kivy.input.providers.hidinput", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 50 }, { "from_module": "kivy.input.providers.hidinput", "imports": "kivy.input.shape.ShapeRect", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.shape", "symbol_part": "ShapeRect", "lineno": 51 }, { "from_module": "kivy.input.providers.hidinput", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 98 }, { "from_module": "kivy.input.providers.hidinput", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 99 }, { "from_module": "kivy.input.providers.hidinput", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 100 }, { "from_module": "kivy.input.providers.hidinput", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 337 }, { "from_module": "kivy.input.providers.hidinput", "imports": "kivy.core.window.Keyboard", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Keyboard", "lineno": 339 } ], "kivy.input.providers.leapfinger": [ { "from_module": "kivy.input.providers.leapfinger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 9 }, { "from_module": "kivy.input.providers.leapfinger", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 10 }, { "from_module": "kivy.input.providers.leapfinger", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 11 }, { "from_module": "kivy.input.providers.leapfinger", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 12 } ], "kivy.input.providers.linuxwacom": [ { "from_module": "kivy.input.providers.linuxwacom", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 31 }, { "from_module": "kivy.input.providers.linuxwacom", "imports": "kivy.input.shape.ShapeRect", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.shape", "symbol_part": "ShapeRect", "lineno": 32 }, { "from_module": "kivy.input.providers.linuxwacom", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 70 }, { "from_module": "kivy.input.providers.linuxwacom", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 71 }, { "from_module": "kivy.input.providers.linuxwacom", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 72 } ], "kivy.input.providers.mactouch": [ { "from_module": "kivy.input.providers.mactouch", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 12 }, { "from_module": "kivy.input.providers.mactouch", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 13 }, { "from_module": "kivy.input.providers.mactouch", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 14 }, { "from_module": "kivy.input.providers.mactouch", "imports": "kivy.input.shape.ShapeRect", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.shape", "symbol_part": "ShapeRect", "lineno": 15 } ], "kivy.input.providers.mouse": [ { "from_module": "kivy.input.providers.mouse", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 94 }, { "from_module": "kivy.input.providers.mouse", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 96 }, { "from_module": "kivy.input.providers.mouse", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 97 }, { "from_module": "kivy.input.providers.mouse", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 98 }, { "from_module": "kivy.input.providers.mouse", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 99 }, { "from_module": "kivy.input.providers.mouse", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 138 }, { "from_module": "kivy.input.providers.mouse", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 138 } ], "kivy.input.providers.mtdev": [ { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 50 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.input.shape.ShapeRect", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.shape", "symbol_part": "ShapeRect", "lineno": 51 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.Device", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "Device", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_TYPE_EV_ABS", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_TYPE_EV_ABS", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_CODE_SLOT", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_CODE_SLOT", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_CODE_POSITION_X", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_CODE_POSITION_X", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_CODE_POSITION_Y", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_CODE_POSITION_Y", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_CODE_PRESSURE", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_CODE_PRESSURE", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_CODE_TOUCH_MAJOR", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_CODE_TOUCH_MAJOR", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_CODE_TOUCH_MINOR", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_CODE_TOUCH_MINOR", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_CODE_TRACKING_ID", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_CODE_TRACKING_ID", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_ABS_POSITION_X", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_ABS_POSITION_X", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_ABS_POSITION_Y", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_ABS_POSITION_Y", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_ABS_TOUCH_MINOR", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_ABS_TOUCH_MINOR", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_ABS_TOUCH_MAJOR", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_ABS_TOUCH_MAJOR", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.lib.mtdev.MTDEV_TYPE_EV_SYN", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.mtdev", "symbol_part": "MTDEV_TYPE_EV_SYN", "lineno": 94 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 101 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 102 }, { "from_module": "kivy.input.providers.mtdev", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 103 } ], "kivy.input.providers.probesysfs": [ { "from_module": "kivy.input.providers.probesysfs", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 54 }, { "from_module": "kivy.input.providers.probesysfs", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 55 }, { "from_module": "kivy.input.providers.probesysfs", "imports": "kivy.input.providers.mouse.MouseMotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.mouse", "symbol_part": "MouseMotionEventProvider", "lineno": 56 }, { "from_module": "kivy.input.providers.probesysfs", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 57 }, { "from_module": "kivy.input.providers.probesysfs", "imports": "kivy.config._is_rpi", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "_is_rpi", "lineno": 58 }, { "from_module": "kivy.input.providers.probesysfs", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 207 } ], "kivy.input.providers.tuio": [ { "from_module": "kivy.input.providers.tuio", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 42 }, { "from_module": "kivy.input.providers.tuio", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 46 }, { "from_module": "kivy.input.providers.tuio", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 47 }, { "from_module": "kivy.input.providers.tuio", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 48 }, { "from_module": "kivy.input.providers.tuio", "imports": "kivy.input.shape.ShapeRect", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.shape", "symbol_part": "ShapeRect", "lineno": 49 } ], "kivy.input.providers.wm_common": [], "kivy.input.providers.wm_pen": [ { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.RECT", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "RECT", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.PEN_OR_TOUCH_MASK", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "PEN_OR_TOUCH_MASK", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.PEN_OR_TOUCH_SIGNATURE", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "PEN_OR_TOUCH_SIGNATURE", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.PEN_EVENT_TOUCH_MASK", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "PEN_EVENT_TOUCH_MASK", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.WM_LBUTTONDOWN", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_LBUTTONDOWN", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.WM_MOUSEMOVE", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_MOUSEMOVE", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.WM_LBUTTONUP", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_LBUTTONUP", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.WM_TABLET_QUERYSYSTEMGESTURE", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_TABLET_QUERYSYSTEMGESTURE", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.QUERYSYSTEMGESTURE_WNDPROC", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "QUERYSYSTEMGESTURE_WNDPROC", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.WNDPROC", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WNDPROC", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "SetWindowLong_WndProc_wrapper", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 13 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 41 }, { "from_module": "kivy.input.providers.wm_pen", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 42 } ], "kivy.input.providers.wm_touch": [ { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.WNDPROC", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WNDPROC", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "SetWindowLong_WndProc_wrapper", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.RECT", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "RECT", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.POINT", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "POINT", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.WM_TABLET_QUERYSYSTEMGESTURE", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_TABLET_QUERYSYSTEMGESTURE", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.QUERYSYSTEMGESTURE_WNDPROC", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "QUERYSYSTEMGESTURE_WNDPROC", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.WM_TOUCH", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_TOUCH", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.WM_MOUSEMOVE", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_MOUSEMOVE", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.WM_MOUSELAST", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "WM_MOUSELAST", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.TOUCHINPUT", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "TOUCHINPUT", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.PEN_OR_TOUCH_MASK", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "PEN_OR_TOUCH_MASK", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.PEN_OR_TOUCH_SIGNATURE", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "PEN_OR_TOUCH_SIGNATURE", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.providers.wm_common.PEN_EVENT_TOUCH_MASK", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.wm_common", "symbol_part": "PEN_EVENT_TOUCH_MASK", "lineno": 9 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 13 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.shape.ShapeRect", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.shape", "symbol_part": "ShapeRect", "lineno": 14 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.provider.MotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.provider", "symbol_part": "MotionEventProvider", "lineno": 52 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 53 }, { "from_module": "kivy.input.providers.wm_touch", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 60 } ], "kivy.input.providers": [ { "from_module": "kivy.input.providers", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 10 }, { "from_module": "kivy.input.providers", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 11 }, { "from_module": "kivy.input.providers", "imports": "kivy.setupconfig.USE_SDL3", "type": "from_import", "relative_level": 0, "module_part": "kivy.setupconfig", "symbol_part": "USE_SDL3", "lineno": 12 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.tuio", "type": "import", "lineno": 14 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.mouse", "type": "import", "lineno": 15 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.wm_touch", "type": "import", "lineno": 21 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.wm_pen", "type": "import", "lineno": 22 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.mactouch", "type": "import", "lineno": 29 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.probesysfs", "type": "import", "lineno": 36 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.mtdev", "type": "import", "lineno": 41 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.hidinput", "type": "import", "lineno": 46 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.linuxwacom", "type": "import", "lineno": 51 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.androidjoystick", "type": "import", "lineno": 58 }, { "from_module": "kivy.input.providers", "imports": "kivy.input.providers.leapfinger", "type": "import", "lineno": 65 } ], "kivy.lang.builder": [ { "from_module": "kivy.lang.builder", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 13 }, { "from_module": "kivy.lang.builder", "imports": "kivy.lang.parser.Parser", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "Parser", "lineno": 14 }, { "from_module": "kivy.lang.builder", "imports": "kivy.lang.parser.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "ParserException", "lineno": 14 }, { "from_module": "kivy.lang.builder", "imports": "kivy.lang.parser._handlers", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "_handlers", "lineno": 14 }, { "from_module": "kivy.lang.builder", "imports": "kivy.lang.parser.global_idmap", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "global_idmap", "lineno": 14 }, { "from_module": "kivy.lang.builder", "imports": "kivy.lang.parser.ParserRuleProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "ParserRuleProperty", "lineno": 14 }, { "from_module": "kivy.lang.builder", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 21 }, { "from_module": "kivy.lang.builder", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 22 }, { "from_module": "kivy.lang.builder", "imports": "kivy.context.register_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "register_context", "lineno": 23 }, { "from_module": "kivy.lang.builder", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 24 }, { "from_module": "kivy.lang.builder", "imports": "kivy._event.Observable", "type": "from_import", "relative_level": 0, "module_part": "kivy._event", "symbol_part": "Observable", "lineno": 25 }, { "from_module": "kivy.lang.builder", "imports": "kivy._event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy._event", "symbol_part": "EventDispatcher", "lineno": 25 } ], "kivy.lang.parser": [ { "from_module": "kivy.lang.parser", "imports": "kivy.lang.builder", "type": "import", "lineno": 19 }, { "from_module": "kivy.lang.parser", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 20 }, { "from_module": "kivy.lang.parser", "imports": "kivy.require", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "require", "lineno": 21 }, { "from_module": "kivy.lang.parser", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 22 }, { "from_module": "kivy.lang.parser", "imports": "kivy.utils.rgba", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "rgba", "lineno": 23 }, { "from_module": "kivy.lang.parser", "imports": "kivy.metrics", "type": "import", "lineno": 24 }, { "from_module": "kivy.lang.parser", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 69 } ], "kivy.lang": [ { "from_module": "kivy.lang", "imports": "kivy.lang.builder.Observable", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Observable", "lineno": 713 }, { "from_module": "kivy.lang", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 713 }, { "from_module": "kivy.lang", "imports": "kivy.lang.builder.BuilderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "BuilderBase", "lineno": 713 }, { "from_module": "kivy.lang", "imports": "kivy.lang.builder.BuilderException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "BuilderException", "lineno": 713 }, { "from_module": "kivy.lang", "imports": "kivy.lang.parser.Parser", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "Parser", "lineno": 715 }, { "from_module": "kivy.lang", "imports": "kivy.lang.parser.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "ParserException", "lineno": 715 }, { "from_module": "kivy.lang", "imports": "kivy.lang.parser.global_idmap", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "global_idmap", "lineno": 715 } ], "kivy.lib.ddsfile": [], "kivy.lib.mtdev": [], "kivy.lib": [], "kivy.lib.gstplayer": [ { "from_module": "kivy.lib.gstplayer", "imports": "kivy.lib.gstplayer._gstplayer.GstPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer._gstplayer", "symbol_part": "GstPlayer", "lineno": 26 }, { "from_module": "kivy.lib.gstplayer", "imports": "kivy.lib.gstplayer._gstplayer.get_gst_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer._gstplayer", "symbol_part": "get_gst_version", "lineno": 26 }, { "from_module": "kivy.lib.gstplayer", "imports": "kivy.lib.gstplayer._gstplayer.glib_iteration", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.gstplayer._gstplayer", "symbol_part": "glib_iteration", "lineno": 26 } ], "kivy.lib.thorvg": [ { "from_module": "kivy.lib.thorvg", "imports": "kivy.lib.thorvg._thorvg.Result", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg._thorvg", "symbol_part": "Result", "lineno": 31 }, { "from_module": "kivy.lib.thorvg", "imports": "kivy.lib.thorvg._thorvg.Paint", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg._thorvg", "symbol_part": "Paint", "lineno": 31 }, { "from_module": "kivy.lib.thorvg", "imports": "kivy.lib.thorvg._thorvg.Picture", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg._thorvg", "symbol_part": "Picture", "lineno": 31 }, { "from_module": "kivy.lib.thorvg", "imports": "kivy.lib.thorvg._thorvg.SwCanvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg._thorvg", "symbol_part": "SwCanvas", "lineno": 31 }, { "from_module": "kivy.lib.thorvg", "imports": "kivy.lib.thorvg._thorvg.Accessor", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg._thorvg", "symbol_part": "Accessor", "lineno": 31 }, { "from_module": "kivy.lib.thorvg", "imports": "kivy.lib.thorvg._thorvg.LottieAnimation", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg._thorvg", "symbol_part": "LottieAnimation", "lineno": 31 }, { "from_module": "kivy.lib.thorvg", "imports": "kivy.lib.thorvg._thorvg.engine_version", "type": "from_import", "relative_level": 0, "module_part": "kivy.lib.thorvg._thorvg", "symbol_part": "engine_version", "lineno": 31 } ], "kivy.lib.vidcore_lite": [], "kivy.modules.console": [ { "from_module": "kivy.modules.console", "imports": "kivy", "type": "import", "lineno": 131 }, { "from_module": "kivy.modules.console", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 137 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 138 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 139 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.togglebutton.ToggleButton", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.togglebutton", "symbol_part": "ToggleButton", "lineno": 140 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 141 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 142 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 143 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.treeview.TreeViewNode", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.treeview", "symbol_part": "TreeViewNode", "lineno": 144 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.treeview.TreeView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.treeview", "symbol_part": "TreeView", "lineno": 144 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 145 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 146 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 147 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.modalview.ModalView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.modalview", "symbol_part": "ModalView", "lineno": 148 }, { "from_module": "kivy.modules.console", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 149 }, { "from_module": "kivy.modules.console", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 149 }, { "from_module": "kivy.modules.console", "imports": "kivy.graphics.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PushMatrix", "lineno": 149 }, { "from_module": "kivy.modules.console", "imports": "kivy.graphics.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PopMatrix", "lineno": 149 }, { "from_module": "kivy.modules.console", "imports": "kivy.graphics.context_instructions.Transform", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "Transform", "lineno": 150 }, { "from_module": "kivy.modules.console", "imports": "kivy.graphics.transformation.Matrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.transformation", "symbol_part": "Matrix", "lineno": 151 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 152 }, { "from_module": "kivy.modules.console", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 156 }, { "from_module": "kivy.modules.console", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 157 }, { "from_module": "kivy.modules.console", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 158 }, { "from_module": "kivy.modules.console", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 475 } ], "kivy.modules.cursor": [ { "from_module": "kivy.modules.cursor", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 36 }, { "from_module": "kivy.modules.cursor", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 37 }, { "from_module": "kivy.modules.cursor", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 37 }, { "from_module": "kivy.modules.cursor", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 38 } ], "kivy.modules.inspector": [ { "from_module": "kivy.modules.inspector", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 61 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 62 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.graphics.transformation.Matrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.transformation", "symbol_part": "Matrix", "lineno": 63 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 64 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 65 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 66 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.weakproxy.WeakProxy", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakproxy", "symbol_part": "WeakProxy", "lineno": 67 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 68 }, { "from_module": "kivy.modules.inspector", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 68 } ], "kivy.modules.joycursor": [ { "from_module": "kivy.modules.joycursor", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 70 }, { "from_module": "kivy.modules.joycursor", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 71 }, { "from_module": "kivy.modules.joycursor", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 72 }, { "from_module": "kivy.modules.joycursor", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 73 }, { "from_module": "kivy.modules.joycursor", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 73 }, { "from_module": "kivy.modules.joycursor", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 74 }, { "from_module": "kivy.modules.joycursor", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 74 }, { "from_module": "kivy.modules.joycursor", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 74 } ], "kivy.modules.keybinding": [ { "from_module": "kivy.modules.keybinding", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 41 } ], "kivy.modules.monitor": [ { "from_module": "kivy.modules.monitor", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 20 }, { "from_module": "kivy.modules.monitor", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 21 }, { "from_module": "kivy.modules.monitor", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 21 }, { "from_module": "kivy.modules.monitor", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 22 }, { "from_module": "kivy.modules.monitor", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 23 }, { "from_module": "kivy.modules.monitor", "imports": "kivy.input.postproc.kivy_postproc_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.postproc", "symbol_part": "kivy_postproc_modules", "lineno": 65 } ], "kivy.modules.recorder": [ { "from_module": "kivy.modules.recorder", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 39 }, { "from_module": "kivy.modules.recorder", "imports": "kivy.input.recorder.Recorder", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.recorder", "symbol_part": "Recorder", "lineno": 87 } ], "kivy.modules.screen": [ { "from_module": "kivy.modules.screen", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 35 }, { "from_module": "kivy.modules.screen", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 36 } ], "kivy.modules.showborder": [ { "from_module": "kivy.modules.showborder", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 13 } ], "kivy.modules.touchring": [ { "from_module": "kivy.modules.touchring", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 32 }, { "from_module": "kivy.modules.touchring", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 33 }, { "from_module": "kivy.modules.touchring", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 33 } ], "kivy.modules.webdebugger": [ { "from_module": "kivy.modules.webdebugger", "imports": "kivy.modules._webdebugger.start", "type": "from_import", "relative_level": 0, "module_part": "kivy.modules._webdebugger", "symbol_part": "start", "lineno": 28 }, { "from_module": "kivy.modules.webdebugger", "imports": "kivy.modules._webdebugger.stop", "type": "from_import", "relative_level": 0, "module_part": "kivy.modules._webdebugger", "symbol_part": "stop", "lineno": 28 } ], "kivy.modules._webdebugger": [ { "from_module": "kivy.modules._webdebugger", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 7 }, { "from_module": "kivy.modules._webdebugger", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 8 }, { "from_module": "kivy.modules._webdebugger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 10 } ], "kivy.modules": [ { "from_module": "kivy.modules", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 97 }, { "from_module": "kivy.modules", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 98 }, { "from_module": "kivy.modules", "imports": "kivy", "type": "import", "lineno": 99 } ], "kivy.network.urlrequest": [ { "from_module": "kivy.network.urlrequest", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 69 }, { "from_module": "kivy.network.urlrequest", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 70 }, { "from_module": "kivy.network.urlrequest", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 71 }, { "from_module": "kivy.network.urlrequest", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 72 }, { "from_module": "kivy.network.urlrequest", "imports": "kivy.weakmethod.WeakMethod", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakmethod", "symbol_part": "WeakMethod", "lineno": 73 } ], "kivy.network": [], "kivy.storage.dictstore": [ { "from_module": "kivy.storage.dictstore", "imports": "kivy.storage.AbstractStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage", "symbol_part": "AbstractStore", "lineno": 17 } ], "kivy.storage.jsonstore": [ { "from_module": "kivy.storage.jsonstore", "imports": "kivy.storage.AbstractStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage", "symbol_part": "AbstractStore", "lineno": 14 } ], "kivy.storage.redisstore": [ { "from_module": "kivy.storage.redisstore", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 32 }, { "from_module": "kivy.storage.redisstore", "imports": "kivy.storage.AbstractStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage", "symbol_part": "AbstractStore", "lineno": 33 } ], "kivy.storage": [ { "from_module": "kivy.storage", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 124 }, { "from_module": "kivy.storage", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 125 } ], "kivy.tests.async_common": [ { "from_module": "kivy.tests.async_common", "imports": "kivy.tests.UnitTestTouch", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "UnitTestTouch", "lineno": 14 }, { "from_module": "kivy.tests.async_common", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 180 }, { "from_module": "kivy.tests.async_common", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 191 }, { "from_module": "kivy.tests.async_common", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 196 }, { "from_module": "kivy.tests.async_common", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 202 }, { "from_module": "kivy.tests.async_common", "imports": "kivy.graphics.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearColor", "lineno": 202 }, { "from_module": "kivy.tests.async_common", "imports": "kivy.graphics.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearBuffers", "lineno": 202 }, { "from_module": "kivy.tests.async_common", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 514 } ], "kivy.tests.bench_thorvg_wrapper": [], "kivy.tests.common": [ { "from_module": "kivy.tests.common", "imports": "kivy.graphics.cgl.cgl_get_backend_name", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.cgl", "symbol_part": "cgl_get_backend_name", "lineno": 27 }, { "from_module": "kivy.tests.common", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 28 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 51 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 70 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 152 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 161 }, { "from_module": "kivy.tests.common", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 162 }, { "from_module": "kivy.tests.common", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 201 }, { "from_module": "kivy.tests.common", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 208 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 220 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 245 }, { "from_module": "kivy.tests.common", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 309 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 366 }, { "from_module": "kivy.tests.common", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 367 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 450 }, { "from_module": "kivy.tests.common", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 481 } ], "kivy.tests.conftest": [ { "from_module": "kivy.tests.conftest", "imports": "fixtures.kivy_app", "type": "from_import", "relative_level": 1, "module_part": "fixtures", "symbol_part": "kivy_app", "lineno": 7 }, { "from_module": "kivy.tests.conftest", "imports": "fixtures.kivy_clock", "type": "from_import", "relative_level": 1, "module_part": "fixtures", "symbol_part": "kivy_clock", "lineno": 7 }, { "from_module": "kivy.tests.conftest", "imports": "fixtures.kivy_clock_advance", "type": "from_import", "relative_level": 1, "module_part": "fixtures", "symbol_part": "kivy_clock_advance", "lineno": 7 }, { "from_module": "kivy.tests.conftest", "imports": "fixtures.kivy_metrics", "type": "from_import", "relative_level": 1, "module_part": "fixtures", "symbol_part": "kivy_metrics", "lineno": 7 }, { "from_module": "kivy.tests.conftest", "imports": "fixtures.kivy_exception_manager", "type": "from_import", "relative_level": 1, "module_part": "fixtures", "symbol_part": "kivy_exception_manager", "lineno": 7 } ], "kivy.tests.fixtures": [ { "from_module": "kivy.tests.fixtures", "imports": "kivy.core.window.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "EventLoop", "lineno": 35 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 35 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.core.window.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "stopTouchApp", "lineno": 35 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 55 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.context.Context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "Context", "lineno": 77 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.clock.ClockBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "ClockBase", "lineno": 78 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 84 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.context.Context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "Context", "lineno": 119 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.metrics.MetricsBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "MetricsBase", "lineno": 120 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.metrics.Metrics", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "Metrics", "lineno": 120 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy._metrics.dispatch_pixel_scale", "type": "from_import", "relative_level": 0, "module_part": "kivy._metrics", "symbol_part": "dispatch_pixel_scale", "lineno": 121 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.context.Context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "Context", "lineno": 138 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.base.ExceptionManagerBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "ExceptionManagerBase", "lineno": 139 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.base.ExceptionManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "ExceptionManager", "lineno": 139 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 159 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 160 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 183 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 189 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.context.Context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "Context", "lineno": 190 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.clock.ClockBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "ClockBase", "lineno": 191 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.factory.FactoryBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "FactoryBase", "lineno": 192 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 192 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 193 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.lang.builder.BuilderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "BuilderBase", "lineno": 194 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 194 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 195 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 196 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 197 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 237 }, { "from_module": "kivy.tests.fixtures", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 251 } ], "kivy.tests.perf_test_textinput": [ { "from_module": "kivy.tests.perf_test_textinput", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "kivy.tests.perf_test_textinput", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 2 }, { "from_module": "kivy.tests.perf_test_textinput", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3 }, { "from_module": "kivy.tests.perf_test_textinput", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 4 }, { "from_module": "kivy.tests.perf_test_textinput", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 5 } ], "kivy.tests.test_animations": [ { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 40 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 45 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 68 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 69 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 78 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 79 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 87 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 88 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 102 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 103 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 119 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 120 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 131 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 132 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 141 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 142 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 151 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 156 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.AnimationTransition", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "AnimationTransition", "lineno": 156 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 161 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.graphics.Scale", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Scale", "lineno": 166 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 167 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 179 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 180 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 196 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 197 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 206 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 207 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 216 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 217 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 226 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 227 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 236 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 237 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 270 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 271 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 282 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 287 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 296 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 297 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 306 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 307 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 356 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 357 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 368 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 369 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 379 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 384 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 390 }, { "from_module": "kivy.tests.test_animations", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 391 } ], "kivy.tests.test_app": [ { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 6 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 7 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.lang", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "lang", "lineno": 8 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.tests.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "GraphicUnitTest", "lineno": 9 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.tests.async_run", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "async_run", "lineno": 9 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.tests.UnitKivyApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "UnitKivyApp", "lineno": 9 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 51 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 52 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 67 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.uix.togglebutton.ToggleButton", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.togglebutton", "symbol_part": "ToggleButton", "lineno": 68 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 90 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 91 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 92 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 118 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 119 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 146 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 147 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 148 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 148 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 174 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 175 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 176 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 177 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 203 }, { "from_module": "kivy.tests.test_app", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 204 } ], "kivy.tests.test_app_on_ready": [ { "from_module": "kivy.tests.test_app_on_ready", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 3 }, { "from_module": "kivy.tests.test_app_on_ready", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 4 } ], "kivy.tests.test_audio": [ { "from_module": "kivy.tests.test_audio", "imports": "kivy.core.audio_output", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "audio_output", "lineno": 23 }, { "from_module": "kivy.tests.test_audio", "imports": "kivy.core.audio_output.audio_gstreamer", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "audio_gstreamer", "lineno": 61 } ], "kivy.tests.test_audio_provider": [ { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 19 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 26 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 33 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 41 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 51 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 70 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 84 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 111 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 126 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 151 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 163 }, { "from_module": "kivy.tests.test_audio_provider", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 175 } ], "kivy.tests.test_benchmark": [ { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 11 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 12 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 13 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy", "type": "import", "lineno": 14 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.core.gl.glGetString", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "glGetString", "lineno": 15 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.core.gl.GL_VENDOR", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "GL_VENDOR", "lineno": 15 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.core.gl.GL_RENDERER", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "GL_RENDERER", "lineno": 15 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.core.gl.GL_VERSION", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "GL_VERSION", "lineno": 15 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.context.Context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "Context", "lineno": 16 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.clock.ClockBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "ClockBase", "lineno": 17 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.factory.FactoryBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "FactoryBase", "lineno": 18 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 18 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.lang.builder.BuilderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "BuilderBase", "lineno": 19 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 19 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 52 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 62 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 69 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 70 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 90 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 91 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 127 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.properties", "type": "import", "lineno": 128 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 129 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 129 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 129 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 215 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 216 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.tests.common.UnitTestTouch", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UnitTestTouch", "lineno": 228 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 229 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 252 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 253 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 254 }, { "from_module": "kivy.tests.test_benchmark", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 276 } ], "kivy.tests.test_buttonbehavior": [ { "from_module": "kivy.tests.test_buttonbehavior", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 9 }, { "from_module": "kivy.tests.test_buttonbehavior", "imports": "kivy.uix.behaviors.ButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ButtonBehavior", "lineno": 10 }, { "from_module": "kivy.tests.test_buttonbehavior", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 11 } ], "kivy.tests.test_clipboard": [ { "from_module": "kivy.tests.test_clipboard", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_clipboard", "imports": "kivy.core.clipboard.Clipboard", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "Clipboard", "lineno": 7 } ], "kivy.tests.test_clock": [ { "from_module": "kivy.tests.test_clock", "imports": "kivy.clock.triggered", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "triggered", "lineno": 109 }, { "from_module": "kivy.tests.test_clock", "imports": "kivy.clock.triggered", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "triggered", "lineno": 122 }, { "from_module": "kivy.tests.test_clock", "imports": "kivy.clock.triggered", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "triggered", "lineno": 135 }, { "from_module": "kivy.tests.test_clock", "imports": "kivy.base.ExceptionHandler", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "ExceptionHandler", "lineno": 183 }, { "from_module": "kivy.tests.test_clock", "imports": "kivy.clock.ClockNotRunningError", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "ClockNotRunningError", "lineno": 229 }, { "from_module": "kivy.tests.test_clock", "imports": "kivy.clock.ClockNotRunningError", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "ClockNotRunningError", "lineno": 250 } ], "kivy.tests.test_clock_triggered": [ { "from_module": "kivy.tests.test_clock_triggered", "imports": "kivy.clock.triggered", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "triggered", "lineno": 2 }, { "from_module": "kivy.tests.test_clock_triggered", "imports": "kivy.clock._TriggeredWrapper", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "_TriggeredWrapper", "lineno": 134 } ], "kivy.tests.test_config": [ { "from_module": "kivy.tests.test_config", "imports": "kivy.config.ConfigParser", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "ConfigParser", "lineno": 2 } ], "kivy.tests.test_core_svg": [ { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.lib.thorvg._thorvg", "type": "import", "lineno": 18 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgProviderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgProviderBase", "lineno": 34 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 70 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 82 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 90 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgProviderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgProviderBase", "lineno": 90 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 106 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 115 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 122 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 130 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.svg_thorvg._svg_parse_dim", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg.svg_thorvg", "symbol_part": "_svg_parse_dim", "lineno": 144 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.svg_thorvg._extract_element_ids_xml", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg.svg_thorvg", "symbol_part": "_extract_element_ids_xml", "lineno": 188 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.svg_thorvg._apply_current_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg.svg_thorvg", "symbol_part": "_apply_current_color", "lineno": 230 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.svg_thorvg.SvgProviderThorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg.svg_thorvg", "symbol_part": "SvgProviderThorvg", "lineno": 278 }, { "from_module": "kivy.tests.test_core_svg", "imports": "kivy.core.svg.svg_thorvg.SvgProviderThorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg.svg_thorvg", "symbol_part": "SvgProviderThorvg", "lineno": 338 } ], "kivy.tests.test_coverage": [ { "from_module": "kivy.tests.test_coverage", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 13 }, { "from_module": "kivy.tests.test_coverage", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 30 }, { "from_module": "kivy.tests.test_coverage", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 48 }, { "from_module": "kivy.tests.test_coverage", "imports": "kivy.lang.builder.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.builder", "symbol_part": "Builder", "lineno": 67 } ], "kivy.tests.test_doc_gallery": [ { "from_module": "kivy.tests.test_doc_gallery", "imports": "kivy.tools.gallery.parse_docstring_info", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.gallery", "symbol_part": "parse_docstring_info", "lineno": 1 } ], "kivy.tests.test_effects": [ { "from_module": "kivy.tests.test_effects", "imports": "kivy.effects.kinetic.KineticEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.effects.kinetic", "symbol_part": "KineticEffect", "lineno": 2 }, { "from_module": "kivy.tests.test_effects", "imports": "kivy.effects.kinetic.KineticEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.effects.kinetic", "symbol_part": "KineticEffect", "lineno": 13 }, { "from_module": "kivy.tests.test_effects", "imports": "kivy.effects.scroll.ScrollEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.effects.scroll", "symbol_part": "ScrollEffect", "lineno": 24 } ], "kivy.tests.test_environ_cli": [], "kivy.tests.test_fbo": [ { "from_module": "kivy.tests.test_fbo", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 3 }, { "from_module": "kivy.tests.test_fbo", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 4 }, { "from_module": "kivy.tests.test_fbo", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 5 }, { "from_module": "kivy.tests.test_fbo", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 5 }, { "from_module": "kivy.tests.test_fbo", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 5 } ], "kivy.tests.test_filechooser": [ { "from_module": "kivy.tests.test_filechooser", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_filechooser", "imports": "kivy.uix.filechooser.FileChooserListView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.filechooser", "symbol_part": "FileChooserListView", "lineno": 7 } ], "kivy.tests.test_filechooser_unicode": [ { "from_module": "kivy.tests.test_filechooser_unicode", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 11 }, { "from_module": "kivy.tests.test_filechooser_unicode", "imports": "kivy.uix.filechooser.FileChooserListView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.filechooser", "symbol_part": "FileChooserListView", "lineno": 12 }, { "from_module": "kivy.tests.test_filechooser_unicode", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 13 } ], "kivy.tests.test_fonts": [ { "from_module": "kivy.tests.test_fonts", "imports": "common.requires_graphics", "type": "from_import", "relative_level": 1, "module_part": "common", "symbol_part": "requires_graphics", "lineno": 3 }, { "from_module": "kivy.tests.test_fonts", "imports": "kivy.core.text.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "Label", "lineno": 29 } ], "kivy.tests.test_garden": [ { "from_module": "kivy.tests.test_garden", "imports": "kivy.garden.dummyflower.dummy_var", "type": "from_import", "relative_level": 0, "module_part": "kivy.garden.dummyflower", "symbol_part": "dummy_var", "lineno": 21 } ], "kivy.tests.test_graphics": [ { "from_module": "kivy.tests.test_graphics", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 13 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.tests.common.requires_graphics", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "requires_graphics", "lineno": 13 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 14 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.boxshadow.BoxShadow", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.boxshadow", "symbol_part": "BoxShadow", "lineno": 20 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 21 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 22 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.boxshadow.BoxShadow", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.boxshadow", "symbol_part": "BoxShadow", "lineno": 69 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.boxshadow.BoxShadow", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.boxshadow", "symbol_part": "BoxShadow", "lineno": 135 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.boxshadow.BoxShadow", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.boxshadow", "symbol_part": "BoxShadow", "lineno": 204 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.boxshadow.BoxShadow", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.boxshadow", "symbol_part": "BoxShadow", "lineno": 246 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 247 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 248 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 276 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 277 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 277 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 304 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 305 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 305 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 317 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Point", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Point", "lineno": 318 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 318 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 337 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Point", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Point", "lineno": 338 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 338 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 357 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 358 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 358 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 447 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.SmoothLine", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "SmoothLine", "lineno": 448 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 448 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 463 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 464 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 464 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PushMatrix", "lineno": 464 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PopMatrix", "lineno": 464 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Scale", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Scale", "lineno": 464 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Translate", "lineno": 464 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 529 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 533 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 534 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 534 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Instruction", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Instruction", "lineno": 534 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.vertex_instructions.AntiAliasingLine", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.vertex_instructions", "symbol_part": "AntiAliasingLine", "lineno": 535 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 636 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 637 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.SmoothRectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "SmoothRectangle", "lineno": 637 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 700 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 701 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.SmoothRoundedRectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "SmoothRoundedRectangle", "lineno": 701 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 786 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 787 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.SmoothEllipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "SmoothEllipse", "lineno": 787 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 875 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 876 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.SmoothTriangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "SmoothTriangle", "lineno": 876 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 948 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 949 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.SmoothQuad", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "SmoothQuad", "lineno": 949 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 1010 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearColor", "lineno": 1010 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearBuffers", "lineno": 1010 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 1010 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.LoadIdentity", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "LoadIdentity", "lineno": 1025 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Translate", "lineno": 1048 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Scale", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Scale", "lineno": 1052 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 1060 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 1075 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 1076 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 1090 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 1101 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 1128 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_RGB", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_RGB", "lineno": 1158 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_UNSIGNED_BYTE", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_UNSIGNED_BYTE", "lineno": 1158 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.glReadPixels_inplace", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glReadPixels_inplace", "lineno": 1158 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_RGB", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_RGB", "lineno": 1165 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_UNSIGNED_BYTE", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_UNSIGNED_BYTE", "lineno": 1165 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.glReadPixels_inplace", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glReadPixels_inplace", "lineno": 1165 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_RGB", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_RGB", "lineno": 1175 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_UNSIGNED_BYTE", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_UNSIGNED_BYTE", "lineno": 1175 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.glReadPixels_inplace", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glReadPixels_inplace", "lineno": 1175 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_RGB", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_RGB", "lineno": 1183 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_FLOAT", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_FLOAT", "lineno": 1183 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.glReadPixels_inplace", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glReadPixels_inplace", "lineno": 1183 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_RGB565", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_RGB565", "lineno": 1188 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.GL_UNSIGNED_BYTE", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "GL_UNSIGNED_BYTE", "lineno": 1188 }, { "from_module": "kivy.tests.test_graphics", "imports": "kivy.graphics.opengl.glReadPixels_inplace", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.opengl", "symbol_part": "glReadPixels_inplace", "lineno": 1188 } ], "kivy.tests.test_image": [ { "from_module": "kivy.tests.test_image", "imports": "kivy.setupconfig", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "setupconfig", "lineno": 5 }, { "from_module": "kivy.tests.test_image", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 11 }, { "from_module": "kivy.tests.test_image", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 12 } ], "kivy.tests.test_imageloader": [ { "from_module": "kivy.tests.test_imageloader", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 9 } ], "kivy.tests.test_image_provider": [ { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 23 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 33 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 40 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 47 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 55 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 65 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 65 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 93 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 101 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 114 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 126 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 140 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 160 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image._provider_uri_re", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "_provider_uri_re", "lineno": 174 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image._provider_uri_re", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "_provider_uri_re", "lineno": 204 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image._provider_uri_re", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "_provider_uri_re", "lineno": 248 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image._provider_uri_re", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "_provider_uri_re", "lineno": 267 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image._parse_uri_params", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "_parse_uri_params", "lineno": 282 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 332 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 348 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 366 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 384 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 409 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 433 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 434 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 448 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 455 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 456 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.uix.image.AsyncImage", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "AsyncImage", "lineno": 479 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 480 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 511 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 519 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 536 }, { "from_module": "kivy.tests.test_image_provider", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 549 } ], "kivy.tests.test_invalid_lang": [ { "from_module": "kivy.tests.test_invalid_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 8 }, { "from_module": "kivy.tests.test_invalid_lang", "imports": "kivy.lang.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "ParserException", "lineno": 8 }, { "from_module": "kivy.tests.test_invalid_lang", "imports": "kivy.factory.FactoryException", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "FactoryException", "lineno": 9 }, { "from_module": "kivy.tests.test_invalid_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 28 }, { "from_module": "kivy.tests.test_invalid_lang", "imports": "kivy.lang.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "ParserException", "lineno": 28 } ], "kivy.tests.test_kivy_init": [ { "from_module": "kivy.tests.test_kivy_init", "imports": "kivy.kivy_configure", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_configure", "lineno": 1 }, { "from_module": "kivy.tests.test_kivy_init", "imports": "kivy.kivy_register_post_configuration", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_register_post_configuration", "lineno": 1 }, { "from_module": "kivy.tests.test_kivy_init", "imports": "kivy.get_includes", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "get_includes", "lineno": 1 }, { "from_module": "kivy.tests.test_kivy_init", "imports": "kivy.kivy_usage", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_usage", "lineno": 1 } ], "kivy.tests.test_knspace": [ { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 11 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 15 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 21 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.KNSpaceBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "KNSpaceBehavior", "lineno": 21 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 22 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 33 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.KNSpaceBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "KNSpaceBehavior", "lineno": 33 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 34 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 43 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 44 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 53 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.KNSpaceBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "KNSpaceBehavior", "lineno": 53 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 54 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 63 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.KNSpaceBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "KNSpaceBehavior", "lineno": 63 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 64 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 75 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 76 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 93 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 94 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 111 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 112 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 129 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 130 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 145 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 146 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 165 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 166 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.KNSpaceBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "KNSpaceBehavior", "lineno": 166 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 167 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 196 }, { "from_module": "kivy.tests.test_knspace", "imports": "kivy.uix.behaviors.knspace.knspace", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "knspace", "lineno": 197 } ], "kivy.tests.test_lang": [ { "from_module": "kivy.tests.test_lang", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 67 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.BuilderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "BuilderBase", "lineno": 68 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "ParserException", "lineno": 77 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "ParserException", "lineno": 92 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "ParserException", "lineno": 104 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.ParserException", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "ParserException", "lineno": 145 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 242 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 243 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 244 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 286 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 297 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 308 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 323 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 363 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 389 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 390 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 391 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 391 }, { "from_module": "kivy.tests.test_lang", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 392 } ], "kivy.tests.test_lang_complex": [ { "from_module": "kivy.tests.test_lang_complex", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 42 }, { "from_module": "kivy.tests.test_lang_complex", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 43 }, { "from_module": "kivy.tests.test_lang_complex", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 44 }, { "from_module": "kivy.tests.test_lang_complex", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 45 }, { "from_module": "kivy.tests.test_lang_complex", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 46 }, { "from_module": "kivy.tests.test_lang_complex", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 46 }, { "from_module": "kivy.tests.test_lang_complex", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 46 } ], "kivy.tests.test_lang_pre_process_and_post_process": [ { "from_module": "kivy.tests.test_lang_pre_process_and_post_process", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 173 }, { "from_module": "kivy.tests.test_lang_pre_process_and_post_process", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 258 }, { "from_module": "kivy.tests.test_lang_pre_process_and_post_process", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 271 }, { "from_module": "kivy.tests.test_lang_pre_process_and_post_process", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 290 }, { "from_module": "kivy.tests.test_lang_pre_process_and_post_process", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 321 } ], "kivy.tests.test_logger": [ { "from_module": "kivy.tests.test_logger", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 21 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 35 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.FileHandler", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "FileHandler", "lineno": 36 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 72 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 72 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 87 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.LOG_LEVELS", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LOG_LEVELS", "lineno": 87 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 87 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 110 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 110 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 122 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.ColonSplittingLogRecord", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "ColonSplittingLogRecord", "lineno": 161 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.ColonSplittingLogRecord", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "ColonSplittingLogRecord", "lineno": 187 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.UncoloredLogRecord", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "UncoloredLogRecord", "lineno": 222 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.UncoloredLogRecord", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "UncoloredLogRecord", "lineno": 256 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.ColoredLogRecord", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "ColoredLogRecord", "lineno": 278 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.ColoredLogRecord", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "ColoredLogRecord", "lineno": 315 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.KivyFormatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "KivyFormatter", "lineno": 340 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.KivyFormatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "KivyFormatter", "lineno": 349 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 435 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 443 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 443 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 451 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 506 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.add_kivy_handlers", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "add_kivy_handlers", "lineno": 506 }, { "from_module": "kivy.tests.test_logger", "imports": "kivy.logger.ConsoleHandler", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "ConsoleHandler", "lineno": 506 } ], "kivy.tests.test_lottie_provider": [ { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 52 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 67 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 76 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 144 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 159 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 171 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_null.LottieNull", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_null", "symbol_part": "LottieNull", "lineno": 193 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_null.LottieNull", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_null", "symbol_part": "LottieNull", "lineno": 198 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_null.LottieNull", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_null", "symbol_part": "LottieNull", "lineno": 257 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.lib.thorvg._thorvg", "type": "import", "lineno": 268 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_thorvg.LottieThorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_thorvg", "symbol_part": "LottieThorvg", "lineno": 295 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_thorvg.LottieThorvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_thorvg", "symbol_part": "LottieThorvg", "lineno": 320 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_thorvg", "symbol_part": "_collect_slot_ids", "lineno": 404 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_thorvg", "symbol_part": "_collect_slot_ids", "lineno": 416 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_thorvg", "symbol_part": "_collect_slot_ids", "lineno": 421 }, { "from_module": "kivy.tests.test_lottie_provider", "imports": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie.lottie_thorvg", "symbol_part": "_collect_slot_ids", "lineno": 426 } ], "kivy.tests.test_metrics": [ { "from_module": "kivy.tests.test_metrics", "imports": "kivy.metrics.dpi2px", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dpi2px", "lineno": 6 }, { "from_module": "kivy.tests.test_metrics", "imports": "kivy.metrics", "type": "import", "lineno": 7 } ], "kivy.tests.test_module_inspector": [ { "from_module": "kivy.tests.test_module_inspector", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 2 }, { "from_module": "kivy.tests.test_module_inspector", "imports": "kivy.tests.common.UnitTestTouch", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UnitTestTouch", "lineno": 2 }, { "from_module": "kivy.tests.test_module_inspector", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 3 }, { "from_module": "kivy.tests.test_module_inspector", "imports": "kivy.modules.inspector", "type": "from_import", "relative_level": 0, "module_part": "kivy.modules", "symbol_part": "inspector", "lineno": 4 }, { "from_module": "kivy.tests.test_module_inspector", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 5 }, { "from_module": "kivy.tests.test_module_inspector", "imports": "kivy.lang.builder", "type": "import", "lineno": 54 }, { "from_module": "kivy.tests.test_module_inspector", "imports": "kivy.lang.builder", "type": "import", "lineno": 65 } ], "kivy.tests.test_motion_event": [ { "from_module": "kivy.tests.test_motion_event", "imports": "kivy.input.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input", "symbol_part": "MotionEvent", "lineno": 4 } ], "kivy.tests.test_mouse_hover_event": [ { "from_module": "kivy.tests.test_mouse_hover_event", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_mouse_hover_event", "imports": "kivy.input.providers.mouse.MouseMotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.mouse", "symbol_part": "MouseMotionEventProvider", "lineno": 14 }, { "from_module": "kivy.tests.test_mouse_hover_event", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 16 }, { "from_module": "kivy.tests.test_mouse_hover_event", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 36 }, { "from_module": "kivy.tests.test_mouse_hover_event", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 79 }, { "from_module": "kivy.tests.test_mouse_hover_event", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 82 } ], "kivy.tests.test_mouse_multitouchsim": [ { "from_module": "kivy.tests.test_mouse_multitouchsim", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_mouse_multitouchsim", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 21 }, { "from_module": "kivy.tests.test_mouse_multitouchsim", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 22 }, { "from_module": "kivy.tests.test_mouse_multitouchsim", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 23 }, { "from_module": "kivy.tests.test_mouse_multitouchsim", "imports": "kivy.input.providers.mouse.MouseMotionEventProvider", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.providers.mouse", "symbol_part": "MouseMotionEventProvider", "lineno": 36 } ], "kivy.tests.test_multistroke": [ { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.multistroke", "type": "import", "lineno": 3 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.multistroke.Recognizer", "type": "from_import", "relative_level": 0, "module_part": "kivy.multistroke", "symbol_part": "Recognizer", "lineno": 4 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.multistroke.MultistrokeGesture", "type": "from_import", "relative_level": 0, "module_part": "kivy.multistroke", "symbol_part": "MultistrokeGesture", "lineno": 4 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 5 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 76 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 93 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 127 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 165 }, { "from_module": "kivy.tests.test_multistroke", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 182 } ], "kivy.tests.test_properties": [ { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 7 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.Property", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "Property", "lineno": 30 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.Property", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "Property", "lineno": 48 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 80 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 96 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 118 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 140 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 156 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 172 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 193 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 193 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 248 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 248 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 281 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 324 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 345 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 373 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 404 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.metrics.Metrics", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "Metrics", "lineno": 405 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 436 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 452 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.uix.togglebutton.ToggleButton", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.togglebutton", "symbol_part": "ToggleButton", "lineno": 453 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 454 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 455 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 455 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 455 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 456 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 564 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 618 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 649 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 701 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 751 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 751 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 803 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 850 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 850 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 895 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 955 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 970 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 985 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 986 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 1048 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 1049 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 1079 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 1080 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 1114 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 1115 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 1144 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 1145 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 1181 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 1182 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 1182 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 1213 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 1214 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 1246 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 1247 }, { "from_module": "kivy.tests.test_properties", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 1279 } ], "kivy.tests.test_provider_registry": [ { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 21 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_options", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_options", "lineno": 21 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 21 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_all_categories", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_all_categories", "lineno": 21 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 35 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 51 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 60 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 91 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy", "type": "import", "lineno": 92 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 129 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 142 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.kivy_options", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_options", "lineno": 159 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 160 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.kivy_options", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_options", "lineno": 173 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_options", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_options", "lineno": 174 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.kivy_options", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_options", "lineno": 188 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 189 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_options", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_options", "lineno": 207 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_options", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_options", "lineno": 214 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 214 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 223 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 230 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 230 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_provider_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_provider_modules", "lineno": 244 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 244 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_all_categories", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_all_categories", "lineno": 261 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.get_all_categories", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "get_all_categories", "lineno": 268 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 268 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 282 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 289 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 296 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 303 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.video.Video", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "Video", "lineno": 310 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.camera.Camera", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.camera", "symbol_part": "Camera", "lineno": 318 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.spelling.Spelling", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.spelling", "symbol_part": "Spelling", "lineno": 325 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.clipboard.Clipboard", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "Clipboard", "lineno": 332 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy", "type": "import", "lineno": 343 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 378 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 390 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 402 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 420 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 432 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 447 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 459 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 471 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 483 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 499 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 515 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy.core.PROVIDER_CONFIGS", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "PROVIDER_CONFIGS", "lineno": 542 }, { "from_module": "kivy.tests.test_provider_registry", "imports": "kivy", "type": "import", "lineno": 570 } ], "kivy.tests.test_resources": [ { "from_module": "kivy.tests.test_resources", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 9 }, { "from_module": "kivy.tests.test_resources", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 10 }, { "from_module": "kivy.tests.test_resources", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 11 }, { "from_module": "kivy.tests.test_resources", "imports": "kivy.resources.resource_add_path", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_add_path", "lineno": 11 } ], "kivy.tests.test_rst_replace": [ { "from_module": "kivy.tests.test_rst_replace", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 3 }, { "from_module": "kivy.tests.test_rst_replace", "imports": "kivy.uix.rst.RstDocument", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.rst", "symbol_part": "RstDocument", "lineno": 7 } ], "kivy.tests.test_screen": [ { "from_module": "kivy.tests.test_screen", "imports": "kivy.uix.screenmanager", "type": "import", "lineno": 11 }, { "from_module": "kivy.tests.test_screen", "imports": "kivy.uix.screenmanager", "type": "import", "lineno": 27 } ], "kivy.tests.test_storage": [ { "from_module": "kivy.tests.test_storage", "imports": "kivy.storage.dictstore.DictStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage.dictstore", "symbol_part": "DictStore", "lineno": 14 }, { "from_module": "kivy.tests.test_storage", "imports": "kivy.storage.dictstore.DictStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage.dictstore", "symbol_part": "DictStore", "lineno": 28 }, { "from_module": "kivy.tests.test_storage", "imports": "kivy.storage.jsonstore.JsonStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage.jsonstore", "symbol_part": "JsonStore", "lineno": 32 }, { "from_module": "kivy.tests.test_storage", "imports": "kivy.storage.jsonstore.JsonStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage.jsonstore", "symbol_part": "JsonStore", "lineno": 36 }, { "from_module": "kivy.tests.test_storage", "imports": "kivy.storage.redisstore.RedisStore", "type": "from_import", "relative_level": 0, "module_part": "kivy.storage.redisstore", "symbol_part": "RedisStore", "lineno": 68 } ], "kivy.tests.test_system_tray": [ { "from_module": "kivy.tests.test_system_tray", "imports": "kivy.tests.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "GraphicUnitTest", "lineno": 5 }, { "from_module": "kivy.tests.test_system_tray", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 6 }, { "from_module": "kivy.tests.test_system_tray", "imports": "kivy.core.system_tray.TrayIcon", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.system_tray", "symbol_part": "TrayIcon", "lineno": 7 }, { "from_module": "kivy.tests.test_system_tray", "imports": "kivy.core.system_tray.TrayMenu", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.system_tray", "symbol_part": "TrayMenu", "lineno": 7 }, { "from_module": "kivy.tests.test_system_tray", "imports": "kivy.core.system_tray.TrayMenuItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.system_tray", "symbol_part": "TrayMenuItem", "lineno": 7 }, { "from_module": "kivy.tests.test_system_tray", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 8 } ], "kivy.tests.test_text_provider": [ { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 22 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 32 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 39 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 46 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 54 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 64 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 78 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 89 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 100 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 107 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 114 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 127 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 136 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 147 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 159 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 176 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 183 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 190 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 191 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 201 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 202 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 215 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 216 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 233 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 247 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.MarkupLabel", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "MarkupLabel", "lineno": 247 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 254 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 255 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 265 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 266 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 278 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 279 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 290 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 297 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 298 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 310 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 311 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 312 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 334 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 353 }, { "from_module": "kivy.tests.test_text_provider", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 370 } ], "kivy.tests.test_thorvg_svg_provider": [ { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.image.img_thorvg_svg._apply_min_raster_size", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image.img_thorvg_svg", "symbol_part": "_apply_min_raster_size", "lineno": 37 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 89 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 93 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 105 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 133 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image.img_thorvg_svg", "symbol_part": "ImageLoaderThorvgSvg", "lineno": 141 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image.img_thorvg_svg", "symbol_part": "ImageLoaderThorvgSvg", "lineno": 154 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 155 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image.img_thorvg_svg", "symbol_part": "ImageLoaderThorvgSvg", "lineno": 174 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 188 }, { "from_module": "kivy.tests.test_thorvg_svg_provider", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 196 } ], "kivy.tests.test_thorvg_wrapper": [], "kivy.tests.test_togglebuttonbehavior": [ { "from_module": "kivy.tests.test_togglebuttonbehavior", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 6 }, { "from_module": "kivy.tests.test_togglebuttonbehavior", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 7 }, { "from_module": "kivy.tests.test_togglebuttonbehavior", "imports": "kivy.uix.behaviors.ToggleButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ToggleButtonBehavior", "lineno": 8 }, { "from_module": "kivy.tests.test_togglebuttonbehavior", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 9 }, { "from_module": "kivy.tests.test_togglebuttonbehavior", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 305 } ], "kivy.tests.test_uix_accordion": [ { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItem", "lineno": 16 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItemTitle", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItemTitle", "lineno": 16 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItem", "lineno": 21 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItemTitle", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItemTitle", "lineno": 21 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItem", "lineno": 27 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItemTitle", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItemTitle", "lineno": 27 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.Accordion", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "Accordion", "lineno": 38 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItem", "lineno": 38 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 39 }, { "from_module": "kivy.tests.test_uix_accordion", "imports": "kivy.uix.accordion.AccordionItem", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.accordion", "symbol_part": "AccordionItem", "lineno": 52 } ], "kivy.tests.test_uix_actionbar": [ { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.tests.common.UTMotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UTMotionEvent", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3 }, { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 4 }, { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.weakproxy.WeakProxy", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakproxy", "symbol_part": "WeakProxy", "lineno": 5 }, { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.uix.dropdown.DropDown", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.dropdown", "symbol_part": "DropDown", "lineno": 75 }, { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.lang.builder", "type": "import", "lineno": 78 }, { "from_module": "kivy.tests.test_uix_actionbar", "imports": "kivy.lang.builder", "type": "import", "lineno": 89 } ], "kivy.tests.test_uix_anchorlayout": [ { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 6 }, { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 12 }, { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 13 }, { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 13 }, { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.uix.anchorlayout.AnchorLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.anchorlayout", "symbol_part": "AnchorLayout", "lineno": 26 }, { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.uix.anchorlayout.AnchorLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.anchorlayout", "symbol_part": "AnchorLayout", "lineno": 35 }, { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.uix.anchorlayout.AnchorLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.anchorlayout", "symbol_part": "AnchorLayout", "lineno": 52 }, { "from_module": "kivy.tests.test_uix_anchorlayout", "imports": "kivy.uix.anchorlayout.AnchorLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.anchorlayout", "symbol_part": "AnchorLayout", "lineno": 69 } ], "kivy.tests.test_uix_asyncimage": [ { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 12 }, { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.tests.common.ensure_web_server", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "ensure_web_server", "lineno": 12 }, { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.kivy_examples_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_examples_dir", "lineno": 19 }, { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 23 }, { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.uix.image.AsyncImage", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "AsyncImage", "lineno": 40 }, { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.kivy_examples_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_examples_dir", "lineno": 75 }, { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 102 }, { "from_module": "kivy.tests.test_uix_asyncimage", "imports": "kivy.uix.image.AsyncImage", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "AsyncImage", "lineno": 103 } ], "kivy.tests.test_uix_boxlayout": [ { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 9 }, { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 15 }, { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 16 }, { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 16 }, { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 29 }, { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 46 }, { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 63 }, { "from_module": "kivy.tests.test_uix_boxlayout", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 80 } ], "kivy.tests.test_uix_bubble": [ { "from_module": "kivy.tests.test_uix_bubble", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_bubble", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 10 }, { "from_module": "kivy.tests.test_uix_bubble", "imports": "kivy.uix.bubble.Bubble", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.bubble", "symbol_part": "Bubble", "lineno": 12 }, { "from_module": "kivy.tests.test_uix_bubble", "imports": "kivy.uix.bubble.BubbleContent", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.bubble", "symbol_part": "BubbleContent", "lineno": 13 }, { "from_module": "kivy.tests.test_uix_bubble", "imports": "kivy.uix.bubble.BubbleButton", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.bubble", "symbol_part": "BubbleButton", "lineno": 14 }, { "from_module": "kivy.tests.test_uix_bubble", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 151 }, { "from_module": "kivy.tests.test_uix_bubble", "imports": "kivy.uix.bubble.BubbleException", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.bubble", "symbol_part": "BubbleException", "lineno": 158 } ], "kivy.tests.test_uix_carousel": [ { "from_module": "kivy.tests.test_uix_carousel", "imports": "kivy.uix.carousel.Carousel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.carousel", "symbol_part": "Carousel", "lineno": 11 }, { "from_module": "kivy.tests.test_uix_carousel", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 12 }, { "from_module": "kivy.tests.test_uix_carousel", "imports": "kivy.uix.carousel.Carousel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.carousel", "symbol_part": "Carousel", "lineno": 78 }, { "from_module": "kivy.tests.test_uix_carousel", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 79 } ], "kivy.tests.test_uix_colorpicker": [ { "from_module": "kivy.tests.test_uix_colorpicker", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 6 }, { "from_module": "kivy.tests.test_uix_colorpicker", "imports": "kivy.tests.common.UTMotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UTMotionEvent", "lineno": 6 }, { "from_module": "kivy.tests.test_uix_colorpicker", "imports": "kivy.uix.colorpicker.ColorWheel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.colorpicker", "symbol_part": "ColorWheel", "lineno": 7 }, { "from_module": "kivy.tests.test_uix_colorpicker", "imports": "kivy.uix.colorpicker.ColorPicker", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.colorpicker", "symbol_part": "ColorPicker", "lineno": 7 } ], "kivy.tests.test_uix_dropdown": [ { "from_module": "kivy.tests.test_uix_dropdown", "imports": "kivy.tests.async_run", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "async_run", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_dropdown", "imports": "kivy.tests.UnitKivyApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "UnitKivyApp", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_dropdown", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 5 }, { "from_module": "kivy.tests.test_uix_dropdown", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 6 }, { "from_module": "kivy.tests.test_uix_dropdown", "imports": "kivy.uix.dropdown.DropDown", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.dropdown", "symbol_part": "DropDown", "lineno": 7 }, { "from_module": "kivy.tests.test_uix_dropdown", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 8 } ], "kivy.tests.test_uix_gridlayout": [ { "from_module": "kivy.tests.test_uix_gridlayout", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_gridlayout", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 10 }, { "from_module": "kivy.tests.test_uix_gridlayout", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 70 }, { "from_module": "kivy.tests.test_uix_gridlayout", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 81 }, { "from_module": "kivy.tests.test_uix_gridlayout", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 89 }, { "from_module": "kivy.tests.test_uix_gridlayout", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 90 }, { "from_module": "kivy.tests.test_uix_gridlayout", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 105 } ], "kivy.tests.test_uix_layout": [ { "from_module": "kivy.tests.test_uix_layout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 9 } ], "kivy.tests.test_uix_lottie": [ { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 22 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.tests.common.requires_graphics", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "requires_graphics", "lineno": 22 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.core.lottie.LottieBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.lottie", "symbol_part": "LottieBase", "lineno": 45 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 46 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie", "type": "import", "lineno": 115 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 146 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 152 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 162 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 168 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 174 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 180 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 187 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 206 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 229 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 235 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 258 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 274 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 337 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 356 }, { "from_module": "kivy.tests.test_uix_lottie", "imports": "kivy.uix.lottie.LottieWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.lottie", "symbol_part": "LottieWidget", "lineno": 381 } ], "kivy.tests.test_uix_modal": [ { "from_module": "kivy.tests.test_uix_modal", "imports": "kivy.tests.async_run", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "async_run", "lineno": 2 }, { "from_module": "kivy.tests.test_uix_modal", "imports": "kivy.tests.UnitKivyApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "UnitKivyApp", "lineno": 2 }, { "from_module": "kivy.tests.test_uix_modal", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_modal", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 9 }, { "from_module": "kivy.tests.test_uix_modal", "imports": "kivy.uix.modalview.ModalView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.modalview", "symbol_part": "ModalView", "lineno": 10 } ], "kivy.tests.test_uix_recyclegridlayout": [ { "from_module": "kivy.tests.test_uix_recyclegridlayout", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_recyclegridlayout", "imports": "kivy.uix.recyclegridlayout.RecycleGridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recyclegridlayout", "symbol_part": "RecycleGridLayout", "lineno": 38 }, { "from_module": "kivy.tests.test_uix_recyclegridlayout", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 188 } ], "kivy.tests.test_uix_relativelayout": [ { "from_module": "kivy.tests.test_uix_relativelayout", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_relativelayout", "imports": "kivy.tests.UTMotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "UTMotionEvent", "lineno": 9 }, { "from_module": "kivy.tests.test_uix_relativelayout", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 10 } ], "kivy.tests.test_uix_scrollview": [ { "from_module": "kivy.tests.test_uix_scrollview", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_scrollview", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 3 }, { "from_module": "kivy.tests.test_uix_scrollview", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 4 }, { "from_module": "kivy.tests.test_uix_scrollview", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 5 }, { "from_module": "kivy.tests.test_uix_scrollview", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 6 }, { "from_module": "kivy.tests.test_uix_scrollview", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 7 }, { "from_module": "kivy.tests.test_uix_scrollview", "imports": "kivy.tests.common.UTMotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UTMotionEvent", "lineno": 8 } ], "kivy.tests.test_uix_settings": [ { "from_module": "kivy.tests.test_uix_settings", "imports": "kivy.config.ConfigParser", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "ConfigParser", "lineno": 5 }, { "from_module": "kivy.tests.test_uix_settings", "imports": "kivy.uix.settings.Settings", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.settings", "symbol_part": "Settings", "lineno": 6 } ], "kivy.tests.test_uix_slider": [ { "from_module": "kivy.tests.test_uix_slider", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_slider", "imports": "kivy.tests.common.UTMotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UTMotionEvent", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_slider", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 3 }, { "from_module": "kivy.tests.test_uix_slider", "imports": "kivy.uix.slider.Slider", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.slider", "symbol_part": "Slider", "lineno": 4 }, { "from_module": "kivy.tests.test_uix_slider", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 5 }, { "from_module": "kivy.tests.test_uix_slider", "imports": "kivy.lang.builder", "type": "import", "lineno": 25 }, { "from_module": "kivy.tests.test_uix_slider", "imports": "kivy.lang.builder", "type": "import", "lineno": 36 } ], "kivy.tests.test_uix_stacklayout": [ { "from_module": "kivy.tests.test_uix_stacklayout", "imports": "kivy.uix.stacklayout.StackLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.stacklayout", "symbol_part": "StackLayout", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_stacklayout", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 9 } ], "kivy.tests.test_uix_svg": [ { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 23 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.tests.common.requires_graphics", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "requires_graphics", "lineno": 23 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.core.svg.SvgProviderBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgProviderBase", "lineno": 52 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 91 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 97 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg._next_power_of_2", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "_next_power_of_2", "lineno": 111 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.AsyncSvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "AsyncSvgWidget", "lineno": 136 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 184 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 261 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 272 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 282 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 291 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 298 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 304 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 310 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 319 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 327 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 336 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 350 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 366 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg._next_power_of_2", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "_next_power_of_2", "lineno": 366 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 380 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 405 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 414 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 430 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.SvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "SvgWidget", "lineno": 445 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.AsyncSvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "AsyncSvgWidget", "lineno": 482 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.AsyncSvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "AsyncSvgWidget", "lineno": 489 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.AsyncSvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "AsyncSvgWidget", "lineno": 499 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.AsyncSvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "AsyncSvgWidget", "lineno": 514 }, { "from_module": "kivy.tests.test_uix_svg", "imports": "kivy.uix.svg.AsyncSvgWidget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.svg", "symbol_part": "AsyncSvgWidget", "lineno": 529 } ], "kivy.tests.test_uix_textinput": [ { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 9 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 10 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.tests.common.UTMotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UTMotionEvent", "lineno": 10 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 11 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.uix.textinput.TextInputCutCopyPaste", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInputCutCopyPaste", "lineno": 11 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 12 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 13 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 428 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 459 }, { "from_module": "kivy.tests.test_uix_textinput", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 507 } ], "kivy.tests.test_uix_translate_coordinates": [ { "from_module": "kivy.tests.test_uix_translate_coordinates", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 15 }, { "from_module": "kivy.tests.test_uix_translate_coordinates", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 28 }, { "from_module": "kivy.tests.test_uix_translate_coordinates", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 37 }, { "from_module": "kivy.tests.test_uix_translate_coordinates", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 49 } ], "kivy.tests.test_uix_videoplayer": [ { "from_module": "kivy.tests.test_uix_videoplayer", "imports": "kivy.tests.async_run", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "async_run", "lineno": 3 }, { "from_module": "kivy.tests.test_uix_videoplayer", "imports": "kivy.tests.UnitKivyApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "UnitKivyApp", "lineno": 3 }, { "from_module": "kivy.tests.test_uix_videoplayer", "imports": "kivy.tests.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "GraphicUnitTest", "lineno": 3 }, { "from_module": "kivy.tests.test_uix_videoplayer", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_videoplayer", "imports": "kivy.uix.videoplayer.VideoPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.videoplayer", "symbol_part": "VideoPlayer", "lineno": 9 } ], "kivy.tests.test_uix_widget": [ { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 7 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.slider.Slider", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.slider", "symbol_part": "Slider", "lineno": 8 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 14 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.slider.Slider", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.slider", "symbol_part": "Slider", "lineno": 23 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 35 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 42 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 43 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 55 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 56 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 68 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 69 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 81 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 82 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 83 }, { "from_module": "kivy.tests.test_uix_widget", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 84 } ], "kivy.tests.test_utils": [ { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.boundary", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "boundary", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.escape_markup", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "escape_markup", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.format_bytes_to_human", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "format_bytes_to_human", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.is_color_transparent", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "is_color_transparent", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.SafeList", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "SafeList", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.get_random_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_random_color", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.get_hex_from_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_hex_from_color", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.get_color_from_hex", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_color_from_hex", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.strtotuple", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "strtotuple", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.QueryDict", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "QueryDict", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.intersection", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "intersection", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.difference", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "difference", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.interpolate", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "interpolate", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils._get_platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "_get_platform", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.deprecated", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "deprecated", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.reify", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "reify", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils.normalize_path_id", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "normalize_path_id", "lineno": 10 }, { "from_module": "kivy.tests.test_utils", "imports": "kivy.utils", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "utils", "lineno": 14 } ], "kivy.tests.test_vector": [ { "from_module": "kivy.tests.test_vector", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 3 } ], "kivy.tests.test_video": [ { "from_module": "kivy.tests.test_video", "imports": "kivy.uix.video.Video", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.video", "symbol_part": "Video", "lineno": 10 }, { "from_module": "kivy.tests.test_video", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 11 }, { "from_module": "kivy.tests.test_video", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 12 }, { "from_module": "kivy.tests.test_video", "imports": "kivy.base.stopTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "stopTouchApp", "lineno": 12 }, { "from_module": "kivy.tests.test_video", "imports": "kivy.kivy_examples_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_examples_dir", "lineno": 13 } ], "kivy.tests.test_weakmethod": [ { "from_module": "kivy.tests.test_weakmethod", "imports": "kivy.weakmethod.WeakMethod", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakmethod", "symbol_part": "WeakMethod", "lineno": 5 }, { "from_module": "kivy.tests.test_weakmethod", "imports": "kivy.weakmethod.WeakMethod", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakmethod", "symbol_part": "WeakMethod", "lineno": 29 } ], "kivy.tests.test_widget": [ { "from_module": "kivy.tests.test_widget", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 9 }, { "from_module": "kivy.tests.test_widget", "imports": "kivy.uix.widget.WidgetException", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "WidgetException", "lineno": 23 }, { "from_module": "kivy.tests.test_widget", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 103 }, { "from_module": "kivy.tests.test_widget", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 104 }, { "from_module": "kivy.tests.test_widget", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 123 } ], "kivy.tests.test_widget_walk": [ { "from_module": "kivy.tests.test_widget_walk", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 7 }, { "from_module": "kivy.tests.test_widget_walk", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 8 }, { "from_module": "kivy.tests.test_widget_walk", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 65 } ], "kivy.tests.test_window_base": [ { "from_module": "kivy.tests.test_window_base", "imports": "kivy.setupconfig", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "setupconfig", "lineno": 3 }, { "from_module": "kivy.tests.test_window_base", "imports": "kivy.tests.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests", "symbol_part": "GraphicUnitTest", "lineno": 4 }, { "from_module": "kivy.tests.test_window_base", "imports": "kivy.logger.LoggerHistory", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "LoggerHistory", "lineno": 5 } ], "kivy.tests.test_window_info": [ { "from_module": "kivy.tests.test_window_info", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_window_info", "imports": "kivy.setupconfig", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "setupconfig", "lineno": 2 }, { "from_module": "kivy.tests.test_window_info", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 7 }, { "from_module": "kivy.tests.test_window_info", "imports": "kivy.core.window.window_info.WindowInfoX11", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window.window_info", "symbol_part": "WindowInfoX11", "lineno": 13 }, { "from_module": "kivy.tests.test_window_info", "imports": "kivy.core.window.window_info.WindowInfoWayland", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window.window_info", "symbol_part": "WindowInfoWayland", "lineno": 19 }, { "from_module": "kivy.tests.test_window_info", "imports": "kivy.core.window.window_info.WindowInfoWindows", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window.window_info", "symbol_part": "WindowInfoWindows", "lineno": 26 } ], "kivy.tests.visual_test_label": [ { "from_module": "kivy.tests.visual_test_label", "imports": "kivy.app.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "runTouchApp", "lineno": 1 }, { "from_module": "kivy.tests.visual_test_label", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 2 }, { "from_module": "kivy.tests.visual_test_label", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 3 }, { "from_module": "kivy.tests.visual_test_label", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 4 }, { "from_module": "kivy.tests.visual_test_label", "imports": "kivy.utils.get_hex_from_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_hex_from_color", "lineno": 5 }, { "from_module": "kivy.tests.visual_test_label", "imports": "kivy.utils.get_random_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_random_color", "lineno": 5 } ], "kivy.tests": [ { "from_module": "kivy.tests", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests", "imports": "kivy.tests.common.UnitTestTouch", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UnitTestTouch", "lineno": 1 }, { "from_module": "kivy.tests", "imports": "kivy.tests.common.UTMotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "UTMotionEvent", "lineno": 1 }, { "from_module": "kivy.tests", "imports": "kivy.tests.common.async_run", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "async_run", "lineno": 1 }, { "from_module": "kivy.tests", "imports": "kivy.tests.async_common.UnitKivyApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.async_common", "symbol_part": "UnitKivyApp", "lineno": 4 } ], "kivy.tests.pyinstaller.test_pyinstaller": [ { "from_module": "kivy.tests.pyinstaller.test_pyinstaller", "imports": "kivy", "type": "import", "lineno": 104 }, { "from_module": "kivy.tests.pyinstaller.test_pyinstaller", "imports": "kivy", "type": "import", "lineno": 112 } ], "kivy.tests.pyinstaller.simple_widget.main": [], "kivy.tests.pyinstaller.simple_widget.project.widget": [ { "from_module": "kivy.tests.pyinstaller.simple_widget.project.widget", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 1 } ], "kivy.tests.pyinstaller.simple_widget.project": [], "kivy.tests.pyinstaller.video_widget.main": [ { "from_module": "kivy.tests.pyinstaller.video_widget.main", "imports": "kivy.core.video.Video", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "Video", "lineno": 4 } ], "kivy.tests.pyinstaller.video_widget.project": [ { "from_module": "kivy.tests.pyinstaller.video_widget.project", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1 }, { "from_module": "kivy.tests.pyinstaller.video_widget.project", "imports": "kivy.uix.videoplayer.VideoPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.videoplayer", "symbol_part": "VideoPlayer", "lineno": 2 }, { "from_module": "kivy.tests.pyinstaller.video_widget.project", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 3 } ], "kivy.tests.test_issues.test_6315": [ { "from_module": "kivy.tests.test_issues.test_6315", "imports": "kivy.uix.checkbox.CheckBox", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.checkbox", "symbol_part": "CheckBox", "lineno": 6 }, { "from_module": "kivy.tests.test_issues.test_6315", "imports": "kivy.uix.checkbox.CheckBox", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.checkbox", "symbol_part": "CheckBox", "lineno": 39 } ], "kivy.tests.test_issues.test_issue_1084": [ { "from_module": "kivy.tests.test_issues.test_issue_1084", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 11 }, { "from_module": "kivy.tests.test_issues.test_issue_1084", "imports": "kivy.uix.settings.Settings", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.settings", "symbol_part": "Settings", "lineno": 40 } ], "kivy.tests.test_issues.test_issue_1091": [ { "from_module": "kivy.tests.test_issues.test_issue_1091", "imports": "kivy.uix.stacklayout.StackLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.stacklayout", "symbol_part": "StackLayout", "lineno": 6 }, { "from_module": "kivy.tests.test_issues.test_issue_1091", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 7 } ], "kivy.tests.test_issues.test_issue_599": [ { "from_module": "kivy.tests.test_issues.test_issue_599", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 7 }, { "from_module": "kivy.tests.test_issues.test_issue_599", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 8 } ], "kivy.tests.test_issues.test_issue_609": [ { "from_module": "kivy.tests.test_issues.test_issue_609", "imports": "kivy.tests.common.GraphicUnitTest", "type": "from_import", "relative_level": 0, "module_part": "kivy.tests.common", "symbol_part": "GraphicUnitTest", "lineno": 1 }, { "from_module": "kivy.tests.test_issues.test_issue_609", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 7 }, { "from_module": "kivy.tests.test_issues.test_issue_609", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 8 } ], "kivy.tests.test_issues.test_issue_6909": [ { "from_module": "kivy.tests.test_issues.test_issue_6909", "imports": "kivy.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "Config", "lineno": 4 }, { "from_module": "kivy.tests.test_issues.test_issue_6909", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 5 }, { "from_module": "kivy.tests.test_issues.test_issue_6909", "imports": "kivy.logger.FileHandler", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "FileHandler", "lineno": 5 } ], "kivy.tests.test_issues.test_issue_883": [ { "from_module": "kivy.tests.test_issues.test_issue_883", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 6 } ], "kivy.tests.test_urlrequest.conftest": [], "kivy.tests.test_urlrequest.test_urlrequest_requests": [ { "from_module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "imports": "kivy.network.urlrequest.UrlRequestRequests", "type": "from_import", "relative_level": 0, "module_part": "kivy.network.urlrequest", "symbol_part": "UrlRequestRequests", "lineno": 13 } ], "kivy.tests.test_urlrequest.test_urlrequest_urllib": [ { "from_module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "imports": "kivy.network.urlrequest.UrlRequestUrllib", "type": "from_import", "relative_level": 0, "module_part": "kivy.network.urlrequest", "symbol_part": "UrlRequestUrllib", "lineno": 21 } ], "kivy.tools.benchmark": [ { "from_module": "kivy.tools.benchmark", "imports": "kivy", "type": "import", "lineno": 20 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 25 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 26 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 27 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 28 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.input.motionevent.MotionEvent", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.motionevent", "symbol_part": "MotionEvent", "lineno": 29 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 30 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 31 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.core.gl.glGetString", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "glGetString", "lineno": 209 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.core.gl.GL_VENDOR", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "GL_VENDOR", "lineno": 209 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.core.gl.GL_RENDERER", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "GL_RENDERER", "lineno": 209 }, { "from_module": "kivy.tools.benchmark", "imports": "kivy.core.gl.GL_VERSION", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.gl", "symbol_part": "GL_VERSION", "lineno": 209 } ], "kivy.tools.changelog_parser": [], "kivy.tools.coverage": [ { "from_module": "kivy.tools.coverage", "imports": "kivy.lang.parser.Parser", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang.parser", "symbol_part": "Parser", "lineno": 36 } ], "kivy.tools.gallery": [ { "from_module": "kivy.tools.gallery", "imports": "kivy", "type": "import", "lineno": 16 }, { "from_module": "kivy.tools.gallery", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 17 } ], "kivy.tools.generate-icons": [], "kivy.tools.kviewer": [ { "from_module": "kivy.tools.kviewer", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 27 }, { "from_module": "kivy.tools.kviewer", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 28 }, { "from_module": "kivy.tools.kviewer", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 29 }, { "from_module": "kivy.tools.kviewer", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 30 }, { "from_module": "kivy.tools.kviewer", "imports": "kivy.clock.mainthread", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "mainthread", "lineno": 30 }, { "from_module": "kivy.tools.kviewer", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 31 } ], "kivy.tools.report": [ { "from_module": "kivy.tools.report", "imports": "kivy", "type": "import", "lineno": 17 }, { "from_module": "kivy.tools.report", "imports": "kivy.core.gl", "type": "from_import", "relative_level": 0, "module_part": "kivy.core", "symbol_part": "gl", "lineno": 98 }, { "from_module": "kivy.tools.report", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 99 }, { "from_module": "kivy.tools.report", "imports": "kivy.core.audio_output.SoundLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.audio_output", "symbol_part": "SoundLoader", "lineno": 119 }, { "from_module": "kivy.tools.report", "imports": "kivy.core.camera.Camera", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.camera", "symbol_part": "Camera", "lineno": 121 }, { "from_module": "kivy.tools.report", "imports": "kivy.core.image.ImageLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "ImageLoader", "lineno": 123 }, { "from_module": "kivy.tools.report", "imports": "kivy.core.text.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "Label", "lineno": 125 }, { "from_module": "kivy.tools.report", "imports": "kivy.core.video.Video", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "Video", "lineno": 127 }, { "from_module": "kivy.tools.report", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 161 }, { "from_module": "kivy.tools.report", "imports": "kivy.input.factory.MotionEventFactory", "type": "from_import", "relative_level": 0, "module_part": "kivy.input.factory", "symbol_part": "MotionEventFactory", "lineno": 168 } ], "kivy.tools.stub-gl-debug": [], "kivy.tools.texturecompress": [], "kivy.tools": [], "kivy.tools.gles_compat.subset_gles": [], "kivy.tools.highlight": [], "kivy.tools.image-testsuite.gimp28-testsuite": [], "kivy.tools.packaging.cython_cfg": [], "kivy.tools.packaging.factory": [ { "from_module": "kivy.tools.packaging.factory", "imports": "kivy", "type": "import", "lineno": 10 } ], "kivy.tools.packaging": [], "kivy.tools.packaging.pyinstaller_hooks.hook-kivy": [ { "from_module": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy", "imports": "kivy.tools.packaging.pyinstaller_hooks.add_dep_paths", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.pyinstaller_hooks", "symbol_part": "add_dep_paths", "lineno": 1 }, { "from_module": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy", "imports": "kivy.tools.packaging.pyinstaller_hooks.excludedimports", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.pyinstaller_hooks", "symbol_part": "excludedimports", "lineno": 1 }, { "from_module": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy", "imports": "kivy.tools.packaging.pyinstaller_hooks.datas", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.pyinstaller_hooks", "symbol_part": "datas", "lineno": 1 }, { "from_module": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy", "imports": "kivy.tools.packaging.pyinstaller_hooks.get_deps_all", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.pyinstaller_hooks", "symbol_part": "get_deps_all", "lineno": 1 }, { "from_module": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy", "imports": "kivy.tools.packaging.pyinstaller_hooks.get_factory_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.pyinstaller_hooks", "symbol_part": "get_factory_modules", "lineno": 1 }, { "from_module": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy", "imports": "kivy.tools.packaging.pyinstaller_hooks.kivy_modules", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.pyinstaller_hooks", "symbol_part": "kivy_modules", "lineno": 1 } ], "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy": [], "kivy.tools.packaging.pyinstaller_hooks": [ { "from_module": "kivy.tools.packaging.pyinstaller_hooks", "imports": "kivy", "type": "import", "lineno": 71 }, { "from_module": "kivy.tools.packaging.pyinstaller_hooks", "imports": "kivy.deps", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "deps", "lineno": 73 }, { "from_module": "kivy.tools.packaging.pyinstaller_hooks", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 80 } ], "kivy.tools.packaging.pyinstaller_hooks.__main__": [ { "from_module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "imports": "kivy.tools.packaging.pyinstaller_hooks.get_deps_all", "type": "from_import", "relative_level": 0, "module_part": "kivy.tools.packaging.pyinstaller_hooks", "symbol_part": "get_deps_all", "lineno": 1 } ], "kivy.tools.pep8checker.pep8": [], "kivy.tools.pep8checker.pep8kivy": [], "kivy.uix.accordion": [ { "from_module": "kivy.uix.accordion", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 89 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 90 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 91 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 92 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 93 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 94 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 94 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 94 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 94 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 94 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 94 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 97 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 98 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 480 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 481 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 482 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 483 }, { "from_module": "kivy.uix.accordion", "imports": "kivy.uix.slider.Slider", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.slider", "symbol_part": "Slider", "lineno": 510 } ], "kivy.uix.actionbar": [ { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 42 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.dropdown.DropDown", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.dropdown", "symbol_part": "DropDown", "lineno": 43 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 44 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 45 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.togglebutton.ToggleButton", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.togglebutton", "symbol_part": "ToggleButton", "lineno": 46 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.checkbox.CheckBox", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.checkbox", "symbol_part": "CheckBox", "lineno": 47 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.spinner.Spinner", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.spinner", "symbol_part": "Spinner", "lineno": 48 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 49 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 50 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 51 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.metrics.sp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "sp", "lineno": 53 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 54 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 888 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 889 }, { "from_module": "kivy.uix.actionbar", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 890 } ], "kivy.uix.anchorlayout": [ { "from_module": "kivy.uix.anchorlayout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 30 }, { "from_module": "kivy.uix.anchorlayout", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 31 }, { "from_module": "kivy.uix.anchorlayout", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 31 } ], "kivy.uix.boxlayout": [ { "from_module": "kivy.uix.boxlayout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 77 }, { "from_module": "kivy.uix.boxlayout", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 78 }, { "from_module": "kivy.uix.boxlayout", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 78 }, { "from_module": "kivy.uix.boxlayout", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 78 }, { "from_module": "kivy.uix.boxlayout", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 78 } ], "kivy.uix.bubble": [ { "from_module": "kivy.uix.bubble", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 103 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 104 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 105 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 106 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 107 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 108 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 109 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 110 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 111 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 112 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 113 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 114 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 115 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 116 }, { "from_module": "kivy.uix.bubble", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 117 } ], "kivy.uix.button": [ { "from_module": "kivy.uix.button", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 51 }, { "from_module": "kivy.uix.button", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 52 }, { "from_module": "kivy.uix.button", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 52 }, { "from_module": "kivy.uix.button", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 52 }, { "from_module": "kivy.uix.button", "imports": "kivy.uix.behaviors.ButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ButtonBehavior", "lineno": 53 } ], "kivy.uix.camera": [ { "from_module": "kivy.uix.camera", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 30 }, { "from_module": "kivy.uix.camera", "imports": "kivy.core.camera.Camera", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.camera", "symbol_part": "Camera", "lineno": 31 }, { "from_module": "kivy.uix.camera", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 32 }, { "from_module": "kivy.uix.camera", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 32 }, { "from_module": "kivy.uix.camera", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 32 } ], "kivy.uix.carousel": [ { "from_module": "kivy.uix.carousel", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 65 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 66 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 67 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.uix.stencilview.StencilView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.stencilview", "symbol_part": "StencilView", "lineno": 68 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 69 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 70 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 70 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 70 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 70 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 70 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 70 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 70 }, { "from_module": "kivy.uix.carousel", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 682 } ], "kivy.uix.checkbox": [ { "from_module": "kivy.uix.checkbox", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 33 }, { "from_module": "kivy.uix.checkbox", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 33 }, { "from_module": "kivy.uix.checkbox", "imports": "kivy.uix.behaviors.ToggleButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ToggleButtonBehavior", "lineno": 34 }, { "from_module": "kivy.uix.checkbox", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 35 }, { "from_module": "kivy.uix.checkbox", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 168 }, { "from_module": "kivy.uix.checkbox", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 169 } ], "kivy.uix.codeinput": [ { "from_module": "kivy.uix.codeinput", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 45 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.core.text.markup.MarkupLabel", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "MarkupLabel", "lineno": 46 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 47 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 48 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 48 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.utils.get_hex_from_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_hex_from_color", "lineno": 49 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.utils.get_color_from_hex", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_color_from_hex", "lineno": 49 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.uix.behaviors.CodeNavigationBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "CodeNavigationBehavior", "lineno": 50 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.extras.highlight.KivyLexer", "type": "from_import", "relative_level": 0, "module_part": "kivy.extras.highlight", "symbol_part": "KivyLexer", "lineno": 220 }, { "from_module": "kivy.uix.codeinput", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 221 } ], "kivy.uix.colorpicker": [ { "from_module": "kivy.uix.colorpicker", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 42 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.graphics.Mesh", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Mesh", "lineno": 43 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.graphics.InstructionGroup", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "InstructionGroup", "lineno": 43 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 43 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 44 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 45 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 45 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 45 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 45 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 45 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 45 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 45 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 49 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 50 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 51 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.utils.get_color_from_hex", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_color_from_hex", "lineno": 52 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.utils.get_hex_from_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_hex_from_color", "lineno": 52 }, { "from_module": "kivy.uix.colorpicker", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 591 } ], "kivy.uix.dropdown": [ { "from_module": "kivy.uix.dropdown", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 97 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 98 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 98 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 98 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 99 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 100 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 101 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 102 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 373 }, { "from_module": "kivy.uix.dropdown", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 374 } ], "kivy.uix.effectwidget": [ { "from_module": "kivy.uix.effectwidget", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 123 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 124 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 125 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 125 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 125 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 125 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 125 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Translate", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PushMatrix", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PopMatrix", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearColor", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.graphics.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearBuffers", "lineno": 127 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 130 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 131 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 132 }, { "from_module": "kivy.uix.effectwidget", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 133 } ], "kivy.uix.filechooser": [ { "from_module": "kivy.uix.filechooser", "imports": "kivy.core.text.DEFAULT_FONT", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "DEFAULT_FONT", "lineno": 97 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 98 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 99 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 100 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 101 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 102 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 103 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 104 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.uix.screenmanager.ScreenManager", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "ScreenManager", "lineno": 105 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.uix.screenmanager.Screen", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.screenmanager", "symbol_part": "Screen", "lineno": 105 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.uix.treeview.TreeViewNode", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.treeview", "symbol_part": "TreeViewNode", "lineno": 106 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 107 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 108 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 108 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 108 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 108 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 108 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 108 }, { "from_module": "kivy.uix.filechooser", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1124 } ], "kivy.uix.floatlayout": [ { "from_module": "kivy.uix.floatlayout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 57 } ], "kivy.uix.gesturesurface": [ { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 19 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 20 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 21 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 22 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 23 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.graphics.Line", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Line", "lineno": 23 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 23 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 24 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 24 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 24 }, { "from_module": "kivy.uix.gesturesurface", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 24 } ], "kivy.uix.gridlayout": [ { "from_module": "kivy.uix.gridlayout", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 92 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 93 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 94 }, { "from_module": "kivy.uix.gridlayout", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 94 } ], "kivy.uix.image": [ { "from_module": "kivy.uix.image", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 109 }, { "from_module": "kivy.uix.image", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 110 }, { "from_module": "kivy.uix.image", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 111 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 112 }, { "from_module": "kivy.uix.image", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 122 }, { "from_module": "kivy.uix.image", "imports": "kivy.loader.Loader", "type": "from_import", "relative_level": 0, "module_part": "kivy.loader", "symbol_part": "Loader", "lineno": 522 } ], "kivy.uix.label": [ { "from_module": "kivy.uix.label", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 283 }, { "from_module": "kivy.uix.label", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 284 }, { "from_module": "kivy.uix.label", "imports": "kivy.core.text.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "Label", "lineno": 285 }, { "from_module": "kivy.uix.label", "imports": "kivy.core.text.LabelBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "LabelBase", "lineno": 285 }, { "from_module": "kivy.uix.label", "imports": "kivy.core.text.DEFAULT_FONT", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "DEFAULT_FONT", "lineno": 285 }, { "from_module": "kivy.uix.label", "imports": "kivy.core.text.markup.MarkupLabel", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "MarkupLabel", "lineno": 286 }, { "from_module": "kivy.uix.label", "imports": "kivy.core.text.markup.get_markup_label_class", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text.markup", "symbol_part": "get_markup_label_class", "lineno": 286 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 287 }, { "from_module": "kivy.uix.label", "imports": "kivy.utils.get_hex_from_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_hex_from_color", "lineno": 290 }, { "from_module": "kivy.uix.label", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 291 } ], "kivy.uix.layout": [ { "from_module": "kivy.uix.layout", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 58 }, { "from_module": "kivy.uix.layout", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 59 } ], "kivy.uix.modalview": [ { "from_module": "kivy.uix.modalview", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 79 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 80 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 80 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 80 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 80 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 80 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 80 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.uix.anchorlayout.AnchorLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.anchorlayout", "symbol_part": "AnchorLayout", "lineno": 83 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 206 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 319 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 320 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 321 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 322 }, { "from_module": "kivy.uix.modalview", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 323 } ], "kivy.uix.pagelayout": [ { "from_module": "kivy.uix.pagelayout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 41 }, { "from_module": "kivy.uix.pagelayout", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 42 }, { "from_module": "kivy.uix.pagelayout", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 42 }, { "from_module": "kivy.uix.pagelayout", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 43 }, { "from_module": "kivy.uix.pagelayout", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 225 }, { "from_module": "kivy.uix.pagelayout", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 226 } ], "kivy.uix.popup": [ { "from_module": "kivy.uix.popup", "imports": "kivy.core.text.DEFAULT_FONT", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "DEFAULT_FONT", "lineno": 106 }, { "from_module": "kivy.uix.popup", "imports": "kivy.uix.modalview.ModalView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.modalview", "symbol_part": "ModalView", "lineno": 107 }, { "from_module": "kivy.uix.popup", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 108 }, { "from_module": "kivy.uix.popup", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 108 }, { "from_module": "kivy.uix.popup", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 108 }, { "from_module": "kivy.uix.popup", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 108 }, { "from_module": "kivy.uix.popup", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 108 }, { "from_module": "kivy.uix.popup", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 240 }, { "from_module": "kivy.uix.popup", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 241 }, { "from_module": "kivy.uix.popup", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 242 }, { "from_module": "kivy.uix.popup", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 243 }, { "from_module": "kivy.uix.popup", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 244 } ], "kivy.uix.progressbar": [ { "from_module": "kivy.uix.progressbar", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 28 }, { "from_module": "kivy.uix.progressbar", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 29 }, { "from_module": "kivy.uix.progressbar", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 29 }, { "from_module": "kivy.uix.progressbar", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 94 } ], "kivy.uix.recycleboxlayout": [ { "from_module": "kivy.uix.recycleboxlayout", "imports": "kivy.uix.recyclelayout.RecycleLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recyclelayout", "symbol_part": "RecycleLayout", "lineno": 18 }, { "from_module": "kivy.uix.recycleboxlayout", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 19 } ], "kivy.uix.recyclegridlayout": [ { "from_module": "kivy.uix.recyclegridlayout", "imports": "kivy.uix.recyclelayout.RecycleLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recyclelayout", "symbol_part": "RecycleLayout", "lineno": 19 }, { "from_module": "kivy.uix.recyclegridlayout", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 20 }, { "from_module": "kivy.uix.recyclegridlayout", "imports": "kivy.uix.gridlayout.GridLayoutException", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayoutException", "lineno": 20 }, { "from_module": "kivy.uix.recyclegridlayout", "imports": "kivy.uix.gridlayout.nmax", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "nmax", "lineno": 20 }, { "from_module": "kivy.uix.recyclegridlayout", "imports": "kivy.uix.gridlayout.nmin", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "nmin", "lineno": 20 } ], "kivy.uix.recyclelayout": [ { "from_module": "kivy.uix.recyclelayout", "imports": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.layout", "symbol_part": "RecycleLayoutManagerBehavior", "lineno": 12 }, { "from_module": "kivy.uix.recyclelayout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 13 }, { "from_module": "kivy.uix.recyclelayout", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 14 }, { "from_module": "kivy.uix.recyclelayout", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 14 }, { "from_module": "kivy.uix.recyclelayout", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 14 }, { "from_module": "kivy.uix.recyclelayout", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 14 }, { "from_module": "kivy.uix.recyclelayout", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 17 } ], "kivy.uix.relativelayout": [ { "from_module": "kivy.uix.relativelayout", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 266 } ], "kivy.uix.rst": [ { "from_module": "kivy.uix.rst", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 65 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 66 }, { "from_module": "kivy.uix.rst", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 69 }, { "from_module": "kivy.uix.rst", "imports": "kivy.utils.get_hex_from_color", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_hex_from_color", "lineno": 70 }, { "from_module": "kivy.uix.rst", "imports": "kivy.utils.get_color_from_hex", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "get_color_from_hex", "lineno": 70 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 71 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 72 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 73 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 74 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.image.AsyncImage", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "AsyncImage", "lineno": 75 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 75 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.videoplayer.VideoPlayer", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.videoplayer", "symbol_part": "VideoPlayer", "lineno": 76 }, { "from_module": "kivy.uix.rst", "imports": "kivy.uix.anchorlayout.AnchorLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.anchorlayout", "symbol_part": "AnchorLayout", "lineno": 77 }, { "from_module": "kivy.uix.rst", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 78 }, { "from_module": "kivy.uix.rst", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 79 }, { "from_module": "kivy.uix.rst", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 1486 } ], "kivy.uix.sandbox": [ { "from_module": "kivy.uix.sandbox", "imports": "kivy.context.Context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "Context", "lineno": 28 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.base.ExceptionManagerBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "ExceptionManagerBase", "lineno": 29 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 30 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 31 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 32 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 33 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 34 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 154 }, { "from_module": "kivy.uix.sandbox", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 155 } ], "kivy.uix.scatter": [ { "from_module": "kivy.uix.scatter", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 97 }, { "from_module": "kivy.uix.scatter", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 97 }, { "from_module": "kivy.uix.scatter", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 97 }, { "from_module": "kivy.uix.scatter", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 97 }, { "from_module": "kivy.uix.scatter", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 97 }, { "from_module": "kivy.uix.scatter", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 99 }, { "from_module": "kivy.uix.scatter", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 100 }, { "from_module": "kivy.uix.scatter", "imports": "kivy.graphics.transformation.Matrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.transformation", "symbol_part": "Matrix", "lineno": 101 } ], "kivy.uix.scatterlayout": [ { "from_module": "kivy.uix.scatterlayout", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 51 }, { "from_module": "kivy.uix.scatterlayout", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 52 }, { "from_module": "kivy.uix.scatterlayout", "imports": "kivy.uix.scatter.ScatterPlane", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "ScatterPlane", "lineno": 52 }, { "from_module": "kivy.uix.scatterlayout", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 53 } ], "kivy.uix.screenmanager": [ { "from_module": "kivy.uix.screenmanager", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 193 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 194 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 195 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 196 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 197 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 200 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.animation.AnimationTransition", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "AnimationTransition", "lineno": 200 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 201 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 202 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.RenderContext", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "RenderContext", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearColor", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearBuffers", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.BindTexture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "BindTexture", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PushMatrix", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PopMatrix", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Translate", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.Callback", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Callback", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.graphics.Scale", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Scale", "lineno": 203 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1218 }, { "from_module": "kivy.uix.screenmanager", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 1219 } ], "kivy.uix.scrollview": [ { "from_module": "kivy.uix.scrollview", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 246 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 247 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 248 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 249 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.graphics.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PushMatrix", "lineno": 250 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.graphics.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Translate", "lineno": 250 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.graphics.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PopMatrix", "lineno": 250 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.graphics.Canvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Canvas", "lineno": 250 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.uix.stencilview.StencilView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.stencilview", "symbol_part": "StencilView", "lineno": 251 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 252 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.effects.dampedscroll.DampedScrollEffect", "type": "from_import", "relative_level": 0, "module_part": "kivy.effects.dampedscroll", "symbol_part": "DampedScrollEffect", "lineno": 253 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 254 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.uix.behaviors.FocusBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "FocusBehavior", "lineno": 264 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 3500 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 3502 }, { "from_module": "kivy.uix.scrollview", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 3503 } ], "kivy.uix.settings": [ { "from_module": "kivy.uix.settings", "imports": "kivy.utils", "type": "import", "lineno": 175 }, { "from_module": "kivy.uix.settings", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 176 }, { "from_module": "kivy.uix.settings", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 177 }, { "from_module": "kivy.uix.settings", "imports": "kivy.config.ConfigParser", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "ConfigParser", "lineno": 178 }, { "from_module": "kivy.uix.settings", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 179 }, { "from_module": "kivy.uix.settings", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 180 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 181 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.tabbedpanel.TabbedPanelHeader", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.tabbedpanel", "symbol_part": "TabbedPanelHeader", "lineno": 182 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 183 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.filechooser.FileChooserListView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.filechooser", "symbol_part": "FileChooserListView", "lineno": 184 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.colorpicker.ColorPicker", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.colorpicker", "symbol_part": "ColorPicker", "lineno": 185 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 186 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 187 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 188 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 189 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.popup.Popup", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.popup", "symbol_part": "Popup", "lineno": 190 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.textinput.TextInput", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.textinput", "symbol_part": "TextInput", "lineno": 191 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.togglebutton.ToggleButton", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.togglebutton", "symbol_part": "ToggleButton", "lineno": 192 }, { "from_module": "kivy.uix.settings", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 193 }, { "from_module": "kivy.uix.settings", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 194 }, { "from_module": "kivy.uix.settings", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 194 }, { "from_module": "kivy.uix.settings", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 194 }, { "from_module": "kivy.uix.settings", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 194 }, { "from_module": "kivy.uix.settings", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 194 }, { "from_module": "kivy.uix.settings", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 194 }, { "from_module": "kivy.uix.settings", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 1104 }, { "from_module": "kivy.uix.settings", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 1105 }, { "from_module": "kivy.uix.settings", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 1323 } ], "kivy.uix.slider": [ { "from_module": "kivy.uix.slider", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 42 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 43 }, { "from_module": "kivy.uix.slider", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 415 } ], "kivy.uix.spinner": [ { "from_module": "kivy.uix.spinner", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 53 }, { "from_module": "kivy.uix.spinner", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 54 }, { "from_module": "kivy.uix.spinner", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 54 }, { "from_module": "kivy.uix.spinner", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 54 }, { "from_module": "kivy.uix.spinner", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 55 }, { "from_module": "kivy.uix.spinner", "imports": "kivy.uix.dropdown.DropDown", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.dropdown", "symbol_part": "DropDown", "lineno": 56 } ], "kivy.uix.splitter": [ { "from_module": "kivy.uix.splitter", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 48 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 49 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 50 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 50 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 50 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 50 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 50 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 52 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 397 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 398 }, { "from_module": "kivy.uix.splitter", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 399 } ], "kivy.uix.stacklayout": [ { "from_module": "kivy.uix.stacklayout", "imports": "kivy.uix.layout.Layout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.layout", "symbol_part": "Layout", "lineno": 34 }, { "from_module": "kivy.uix.stacklayout", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 35 }, { "from_module": "kivy.uix.stacklayout", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 35 }, { "from_module": "kivy.uix.stacklayout", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 35 }, { "from_module": "kivy.uix.stacklayout", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 35 } ], "kivy.uix.stencilview": [ { "from_module": "kivy.uix.stencilview", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 34 } ], "kivy.uix.svg": [ { "from_module": "kivy.uix.svg", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 84 }, { "from_module": "kivy.uix.svg", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 85 }, { "from_module": "kivy.uix.svg", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 86 }, { "from_module": "kivy.uix.svg", "imports": "kivy.network.urlrequest.UrlRequest", "type": "from_import", "relative_level": 0, "module_part": "kivy.network.urlrequest", "symbol_part": "UrlRequest", "lineno": 87 }, { "from_module": "kivy.uix.svg", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 88 }, { "from_module": "kivy.uix.svg", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 88 }, { "from_module": "kivy.uix.svg", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 88 }, { "from_module": "kivy.uix.svg", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 88 }, { "from_module": "kivy.uix.svg", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 88 }, { "from_module": "kivy.uix.svg", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 88 }, { "from_module": "kivy.uix.svg", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 88 }, { "from_module": "kivy.uix.svg", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 97 }, { "from_module": "kivy.uix.svg", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 98 }, { "from_module": "kivy.uix.svg", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 99 }, { "from_module": "kivy.uix.svg", "imports": "kivy.core.svg.SvgLoader", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.svg", "symbol_part": "SvgLoader", "lineno": 117 }, { "from_module": "kivy.uix.svg", "imports": "kivy.loader.Loader", "type": "from_import", "relative_level": 0, "module_part": "kivy.loader", "symbol_part": "Loader", "lineno": 862 } ], "kivy.uix.switch": [ { "from_module": "kivy.uix.switch", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 50 }, { "from_module": "kivy.uix.switch", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 51 }, { "from_module": "kivy.uix.switch", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 52 }, { "from_module": "kivy.uix.switch", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 52 }, { "from_module": "kivy.uix.switch", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 52 }, { "from_module": "kivy.uix.switch", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 121 } ], "kivy.uix.tabbedpanel": [ { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 127 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 128 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.uix.togglebutton.ToggleButton", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.togglebutton", "symbol_part": "ToggleButton", "lineno": 129 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 130 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 131 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 132 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 133 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 134 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 135 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.metrics.dp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "dp", "lineno": 136 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 137 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 137 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 137 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 137 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 137 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 137 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 137 }, { "from_module": "kivy.uix.tabbedpanel", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 137 } ], "kivy.uix.textinput": [ { "from_module": "kivy.uix.textinput", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 172 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 173 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.cache.Cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.cache", "symbol_part": "Cache", "lineno": 174 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 175 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 176 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.core.window.Window", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.window", "symbol_part": "Window", "lineno": 177 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.metrics.inch", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "inch", "lineno": 178 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.utils.boundary", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "boundary", "lineno": 179 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.utils.platform", "type": "from_import", "relative_level": 0, "module_part": "kivy.utils", "symbol_part": "platform", "lineno": 179 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.uix.behaviors.FocusBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "FocusBehavior", "lineno": 180 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.core.text.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "Label", "lineno": 182 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.core.text.DEFAULT_FONT", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.text", "symbol_part": "DEFAULT_FONT", "lineno": 182 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 183 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.Rectangle", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Rectangle", "lineno": 183 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.PushMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PushMatrix", "lineno": 183 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.PopMatrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "PopMatrix", "lineno": 183 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.Callback", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Callback", "lineno": 183 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.context_instructions.Transform", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context_instructions", "symbol_part": "Transform", "lineno": 184 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.texture.Texture", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.texture", "symbol_part": "Texture", "lineno": 185 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 187 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.uix.bubble.Bubble", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.bubble", "symbol_part": "Bubble", "lineno": 188 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.uix.behaviors.ButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ButtonBehavior", "lineno": 189 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 190 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.VariableListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "VariableListProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.properties.BoundedNumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BoundedNumericProperty", "lineno": 192 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.clock.triggered", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "triggered", "lineno": 208 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.graphics.context.get_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.context", "symbol_part": "get_context", "lineno": 257 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.core.clipboard.Clipboard", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "Clipboard", "lineno": 2044 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.core.clipboard.CutBuffer", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.clipboard", "symbol_part": "CutBuffer", "lineno": 2044 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 3939 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.uix.boxlayout.BoxLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.boxlayout", "symbol_part": "BoxLayout", "lineno": 3940 }, { "from_module": "kivy.uix.textinput", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 3941 } ], "kivy.uix.togglebutton": [ { "from_module": "kivy.uix.togglebutton", "imports": "kivy.uix.button.Button", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.button", "symbol_part": "Button", "lineno": 29 }, { "from_module": "kivy.uix.togglebutton", "imports": "kivy.uix.behaviors.ToggleButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "ToggleButtonBehavior", "lineno": 30 } ], "kivy.uix.treeview": [ { "from_module": "kivy.uix.treeview", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 114 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 115 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.uix.widget.Widget", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.widget", "symbol_part": "Widget", "lineno": 116 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 117 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 117 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 117 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 117 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 117 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 117 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 117 }, { "from_module": "kivy.uix.treeview", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 645 } ], "kivy.uix.video": [ { "from_module": "kivy.uix.video", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 47 }, { "from_module": "kivy.uix.video", "imports": "kivy.uix.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.image", "symbol_part": "Image", "lineno": 48 }, { "from_module": "kivy.uix.video", "imports": "kivy.core.video.Video", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.video", "symbol_part": "Video", "lineno": 49 }, { "from_module": "kivy.uix.video", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 50 }, { "from_module": "kivy.uix.video", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 51 }, { "from_module": "kivy.uix.video", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 51 }, { "from_module": "kivy.uix.video", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 51 }, { "from_module": "kivy.uix.video", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 51 }, { "from_module": "kivy.uix.video", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 51 }, { "from_module": "kivy.uix.video", "imports": "kivy.app.App", "type": "from_import", "relative_level": 0, "module_part": "kivy.app", "symbol_part": "App", "lineno": 257 } ], "kivy.uix.videoplayer": [ { "from_module": "kivy.uix.videoplayer", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 84 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 84 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 84 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 84 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 84 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 84 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 86 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.uix.gridlayout.GridLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.gridlayout", "symbol_part": "GridLayout", "lineno": 87 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.uix.floatlayout.FloatLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.floatlayout", "symbol_part": "FloatLayout", "lineno": 88 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.uix.progressbar.ProgressBar", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.progressbar", "symbol_part": "ProgressBar", "lineno": 89 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 90 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.uix.video.Video", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.video", "symbol_part": "Video", "lineno": 91 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.uix.video.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.video", "symbol_part": "Image", "lineno": 92 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 93 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 94 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 95 }, { "from_module": "kivy.uix.videoplayer", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 669 } ], "kivy.uix.vkeyboard": [ { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.kivy_data_dir", "type": "from_import", "relative_level": 0, "module_part": "kivy", "symbol_part": "kivy_data_dir", "lineno": 114 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.vector.Vector", "type": "from_import", "relative_level": 0, "module_part": "kivy.vector", "symbol_part": "Vector", "lineno": 115 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 116 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.uix.scatter.Scatter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scatter", "symbol_part": "Scatter", "lineno": 117 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.uix.label.Label", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.label", "symbol_part": "Label", "lineno": 118 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.properties.ColorProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ColorProperty", "lineno": 119 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 121 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 122 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.graphics.BorderImage", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "BorderImage", "lineno": 122 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.graphics.Canvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Canvas", "lineno": 122 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 123 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.resources.resource_find", "type": "from_import", "relative_level": 0, "module_part": "kivy.resources", "symbol_part": "resource_find", "lineno": 124 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 125 }, { "from_module": "kivy.uix.vkeyboard", "imports": "kivy.base.runTouchApp", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "runTouchApp", "lineno": 877 } ], "kivy.uix.widget": [ { "from_module": "kivy.uix.widget", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 239 }, { "from_module": "kivy.uix.widget", "imports": "kivy.eventmanager.MODE_DONT_DISPATCH", "type": "from_import", "relative_level": 0, "module_part": "kivy.eventmanager", "symbol_part": "MODE_DONT_DISPATCH", "lineno": 240 }, { "from_module": "kivy.uix.widget", "imports": "kivy.eventmanager.MODE_FILTERED_DISPATCH", "type": "from_import", "relative_level": 0, "module_part": "kivy.eventmanager", "symbol_part": "MODE_FILTERED_DISPATCH", "lineno": 240 }, { "from_module": "kivy.uix.widget", "imports": "kivy.eventmanager.MODE_DEFAULT_DISPATCH", "type": "from_import", "relative_level": 0, "module_part": "kivy.eventmanager", "symbol_part": "MODE_DEFAULT_DISPATCH", "lineno": 240 }, { "from_module": "kivy.uix.widget", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 245 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 246 }, { "from_module": "kivy.uix.widget", "imports": "kivy.graphics.Canvas", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Canvas", "lineno": 249 }, { "from_module": "kivy.uix.widget", "imports": "kivy.graphics.Translate", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Translate", "lineno": 249 }, { "from_module": "kivy.uix.widget", "imports": "kivy.graphics.Fbo", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Fbo", "lineno": 249 }, { "from_module": "kivy.uix.widget", "imports": "kivy.graphics.ClearColor", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearColor", "lineno": 249 }, { "from_module": "kivy.uix.widget", "imports": "kivy.graphics.ClearBuffers", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ClearBuffers", "lineno": 249 }, { "from_module": "kivy.uix.widget", "imports": "kivy.graphics.Scale", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Scale", "lineno": 249 }, { "from_module": "kivy.uix.widget", "imports": "kivy.graphics.transformation.Matrix", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics.transformation", "symbol_part": "Matrix", "lineno": 251 }, { "from_module": "kivy.uix.widget", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 252 }, { "from_module": "kivy.uix.widget", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 253 }, { "from_module": "kivy.uix.widget", "imports": "kivy.context.get_current_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "get_current_context", "lineno": 254 }, { "from_module": "kivy.uix.widget", "imports": "kivy.weakproxy.WeakProxy", "type": "from_import", "relative_level": 0, "module_part": "kivy.weakproxy", "symbol_part": "WeakProxy", "lineno": 255 }, { "from_module": "kivy.uix.widget", "imports": "kivy.core.image.Image", "type": "from_import", "relative_level": 0, "module_part": "kivy.core.image", "symbol_part": "Image", "lineno": 864 } ], "kivy.uix": [], "kivy.uix.behaviors.button": [ { "from_module": "kivy.uix.behaviors.button", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 99 }, { "from_module": "kivy.uix.behaviors.button", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 99 }, { "from_module": "kivy.uix.behaviors.button", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 99 } ], "kivy.uix.behaviors.codenavigation": [ { "from_module": "kivy.uix.behaviors.codenavigation", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 16 } ], "kivy.uix.behaviors.compoundselection": [ { "from_module": "kivy.uix.behaviors.compoundselection", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 132 }, { "from_module": "kivy.uix.behaviors.compoundselection", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 132 }, { "from_module": "kivy.uix.behaviors.compoundselection", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 132 }, { "from_module": "kivy.uix.behaviors.compoundselection", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 136 } ], "kivy.uix.behaviors.cover": [ { "from_module": "kivy.uix.behaviors.cover", "imports": "kivy.lang.Builder", "type": "from_import", "relative_level": 0, "module_part": "kivy.lang", "symbol_part": "Builder", "lineno": 61 }, { "from_module": "kivy.uix.behaviors.cover", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 62 } ], "kivy.uix.behaviors.drag": [ { "from_module": "kivy.uix.behaviors.drag", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 51 }, { "from_module": "kivy.uix.behaviors.drag", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 52 }, { "from_module": "kivy.uix.behaviors.drag", "imports": "kivy.properties.ReferenceListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ReferenceListProperty", "lineno": 52 }, { "from_module": "kivy.uix.behaviors.drag", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 53 }, { "from_module": "kivy.uix.behaviors.drag", "imports": "kivy.metrics.sp", "type": "from_import", "relative_level": 0, "module_part": "kivy.metrics", "symbol_part": "sp", "lineno": 54 } ], "kivy.uix.behaviors.emacs": [ { "from_module": "kivy.uix.behaviors.emacs", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 37 } ], "kivy.uix.behaviors.focus": [ { "from_module": "kivy.uix.behaviors.focus", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 83 }, { "from_module": "kivy.uix.behaviors.focus", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 83 }, { "from_module": "kivy.uix.behaviors.focus", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 83 }, { "from_module": "kivy.uix.behaviors.focus", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 83 }, { "from_module": "kivy.uix.behaviors.focus", "imports": "kivy.config.Config", "type": "from_import", "relative_level": 0, "module_part": "kivy.config", "symbol_part": "Config", "lineno": 85 }, { "from_module": "kivy.uix.behaviors.focus", "imports": "kivy.base.EventLoop", "type": "from_import", "relative_level": 0, "module_part": "kivy.base", "symbol_part": "EventLoop", "lineno": 86 } ], "kivy.uix.behaviors.hover": [ { "from_module": "kivy.uix.behaviors.hover", "imports": "kivy.eventmanager.MODE_DONT_DISPATCH", "type": "from_import", "relative_level": 0, "module_part": "kivy.eventmanager", "symbol_part": "MODE_DONT_DISPATCH", "lineno": 121 }, { "from_module": "kivy.uix.behaviors.hover", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 122 }, { "from_module": "kivy.uix.behaviors.hover", "imports": "kivy.properties.DictProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "DictProperty", "lineno": 122 }, { "from_module": "kivy.uix.behaviors.hover", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 122 } ], "kivy.uix.behaviors.knspace": [ { "from_module": "kivy.uix.behaviors.knspace", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 265 }, { "from_module": "kivy.uix.behaviors.knspace", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 266 }, { "from_module": "kivy.uix.behaviors.knspace", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 266 }, { "from_module": "kivy.uix.behaviors.knspace", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 266 }, { "from_module": "kivy.uix.behaviors.knspace", "imports": "kivy.context.register_context", "type": "from_import", "relative_level": 0, "module_part": "kivy.context", "symbol_part": "register_context", "lineno": 267 } ], "kivy.uix.behaviors.togglebutton": [ { "from_module": "kivy.uix.behaviors.togglebutton", "imports": "kivy.logger.Logger", "type": "from_import", "relative_level": 0, "module_part": "kivy.logger", "symbol_part": "Logger", "lineno": 193 }, { "from_module": "kivy.uix.behaviors.togglebutton", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 194 }, { "from_module": "kivy.uix.behaviors.togglebutton", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 194 }, { "from_module": "kivy.uix.behaviors.togglebutton", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 194 }, { "from_module": "kivy.uix.behaviors.togglebutton", "imports": "kivy.properties.OptionProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "OptionProperty", "lineno": 194 }, { "from_module": "kivy.uix.behaviors.togglebutton", "imports": "kivy.uix.behaviors.button.ButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.button", "symbol_part": "ButtonBehavior", "lineno": 200 } ], "kivy.uix.behaviors.touchripple": [ { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.animation.Animation", "type": "from_import", "relative_level": 0, "module_part": "kivy.animation", "symbol_part": "Animation", "lineno": 26 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 27 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.graphics.CanvasBase", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "CanvasBase", "lineno": 28 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.graphics.Color", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Color", "lineno": 28 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.graphics.Ellipse", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "Ellipse", "lineno": 28 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.graphics.ScissorPush", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ScissorPush", "lineno": 28 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.graphics.ScissorPop", "type": "from_import", "relative_level": 0, "module_part": "kivy.graphics", "symbol_part": "ScissorPop", "lineno": 28 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.properties.BooleanProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "BooleanProperty", "lineno": 29 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 29 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.properties.NumericProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "NumericProperty", "lineno": 29 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 29 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 29 }, { "from_module": "kivy.uix.behaviors.touchripple", "imports": "kivy.uix.relativelayout.RelativeLayout", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.relativelayout", "symbol_part": "RelativeLayout", "lineno": 31 } ], "kivy.uix.behaviors": [ { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.button.ButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.button", "symbol_part": "ButtonBehavior", "lineno": 97 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.codenavigation.CodeNavigationBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.codenavigation", "symbol_part": "CodeNavigationBehavior", "lineno": 98 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.compoundselection", "symbol_part": "CompoundSelectionBehavior", "lineno": 99 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.cover.CoverBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.cover", "symbol_part": "CoverBehavior", "lineno": 100 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.drag.DragBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.drag", "symbol_part": "DragBehavior", "lineno": 101 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.emacs.EmacsBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.emacs", "symbol_part": "EmacsBehavior", "lineno": 102 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.focus.FocusBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.focus", "symbol_part": "FocusBehavior", "lineno": 103 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.hover.HoverBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.hover", "symbol_part": "HoverBehavior", "lineno": 104 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.hover.HoverCollideBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.hover", "symbol_part": "HoverCollideBehavior", "lineno": 104 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.knspace.KNSpaceBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.knspace", "symbol_part": "KNSpaceBehavior", "lineno": 105 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.togglebutton", "symbol_part": "ToggleButtonBehavior", "lineno": 106 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.touchripple.TouchRippleBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.touchripple", "symbol_part": "TouchRippleBehavior", "lineno": 107 }, { "from_module": "kivy.uix.behaviors", "imports": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors.touchripple", "symbol_part": "TouchRippleButtonBehavior", "lineno": 108 } ], "kivy.uix.recycleview.datamodel": [ { "from_module": "kivy.uix.recycleview.datamodel", "imports": "kivy.properties.ListProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ListProperty", "lineno": 16 }, { "from_module": "kivy.uix.recycleview.datamodel", "imports": "kivy.properties.ObservableDict", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObservableDict", "lineno": 16 }, { "from_module": "kivy.uix.recycleview.datamodel", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 16 }, { "from_module": "kivy.uix.recycleview.datamodel", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 17 } ], "kivy.uix.recycleview.layout": [ { "from_module": "kivy.uix.recycleview.layout", "imports": "kivy.factory.Factory", "type": "from_import", "relative_level": 0, "module_part": "kivy.factory", "symbol_part": "Factory", "lineno": 14 }, { "from_module": "kivy.uix.recycleview.layout", "imports": "kivy.properties.StringProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "StringProperty", "lineno": 15 }, { "from_module": "kivy.uix.recycleview.layout", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 15 }, { "from_module": "kivy.uix.recycleview.layout", "imports": "kivy.uix.behaviors.CompoundSelectionBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.behaviors", "symbol_part": "CompoundSelectionBehavior", "lineno": 16 }, { "from_module": "kivy.uix.recycleview.layout", "imports": "kivy.uix.recycleview.views.RecycleDataViewBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.views", "symbol_part": "RecycleDataViewBehavior", "lineno": 17 }, { "from_module": "kivy.uix.recycleview.layout", "imports": "kivy.uix.recycleview.views._view_base_cache", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.views", "symbol_part": "_view_base_cache", "lineno": 17 } ], "kivy.uix.recycleview.views": [ { "from_module": "kivy.uix.recycleview.views", "imports": "kivy.properties.ObjectProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "ObjectProperty", "lineno": 20 }, { "from_module": "kivy.uix.recycleview.views", "imports": "kivy.event.EventDispatcher", "type": "from_import", "relative_level": 0, "module_part": "kivy.event", "symbol_part": "EventDispatcher", "lineno": 21 } ], "kivy.uix.recycleview": [ { "from_module": "kivy.uix.recycleview", "imports": "kivy.uix.scrollview.ScrollView", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.scrollview", "symbol_part": "ScrollView", "lineno": 266 }, { "from_module": "kivy.uix.recycleview", "imports": "kivy.properties.AliasProperty", "type": "from_import", "relative_level": 0, "module_part": "kivy.properties", "symbol_part": "AliasProperty", "lineno": 267 }, { "from_module": "kivy.uix.recycleview", "imports": "kivy.clock.Clock", "type": "from_import", "relative_level": 0, "module_part": "kivy.clock", "symbol_part": "Clock", "lineno": 268 }, { "from_module": "kivy.uix.recycleview", "imports": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.layout", "symbol_part": "RecycleLayoutManagerBehavior", "lineno": 270 }, { "from_module": "kivy.uix.recycleview", "imports": "kivy.uix.recycleview.layout.LayoutChangeException", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.layout", "symbol_part": "LayoutChangeException", "lineno": 270 }, { "from_module": "kivy.uix.recycleview", "imports": "kivy.uix.recycleview.views.RecycleDataAdapter", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.views", "symbol_part": "RecycleDataAdapter", "lineno": 272 }, { "from_module": "kivy.uix.recycleview", "imports": "kivy.uix.recycleview.datamodel.RecycleDataModelBehavior", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.datamodel", "symbol_part": "RecycleDataModelBehavior", "lineno": 273 }, { "from_module": "kivy.uix.recycleview", "imports": "kivy.uix.recycleview.datamodel.RecycleDataModel", "type": "from_import", "relative_level": 0, "module_part": "kivy.uix.recycleview.datamodel", "symbol_part": "RecycleDataModel", "lineno": 273 } ], "tools.add-ios-frameworks": [] }, "dependency_graph": { "setuptools": { "used_by": [ "setup", ".ci.thorvg_wrapper_build", "kivy.tools.packaging.factory" ], "import_count": 8 }, "tempfile": { "used_by": [ "setup", "kivy.loader", "kivy.core", "kivy.tests.common", "kivy.tests.test_fonts", "kivy.tests.test_garden", "kivy.tests.test_image", "kivy.tests.test_lang", "kivy.tests.test_multistroke", "kivy.tests.test_resources", "kivy.tests.test_storage", "kivy.tests.test_system_tray", "kivy.tests.test_uix_asyncimage", "kivy.tests.test_widget" ], "import_count": 15 }, "textwrap": { "used_by": [ "setup", "examples.desktop_path_id.demo_app", "kivy.tests.test_app", "kivy.tests.test_graphics", "kivy.tests.test_lang", "kivy.tests.test_lang_pre_process_and_post_process", "kivy.tests.test_uix_recyclegridlayout", "kivy.tests.test_uix_translate_coordinates", "kivy.tools.gallery", "kivy.tools.packaging.cython_cfg", "kivy.uix.filechooser", "kivy.uix.textinput" ], "import_count": 13 }, "sysconfig": { "used_by": [ "setup", "kivy.core" ], "import_count": 2 }, "logging": { "used_by": [ "setup", ".ci.thorvg_wrapper_bootstrap", "kivy.logger", "kivy.tests.common", "kivy.tests.test_logger", "kivy.tools.packaging.pyinstaller_hooks" ], "import_count": 7 }, "pathlib": { "used_by": [ "setup", ".ci.thorvg_wrapper_build", "examples.svg.svg_scale", "examples.widgets.lottie.lottie_async_status", "examples.widgets.lottie.lottie_quality", "examples.widgets.lottie.lottie_slot_theme", "examples.widgets.lottie.lottie_spinning_star", "kivy.logger", "kivy.tests.test_image_provider", "kivy.tests.test_logger", "kivy.tests.test_lottie_provider", "kivy.tests.test_provider_registry", "kivy.tests.test_uix_lottie" ], "import_count": 13 }, "time": { "used_by": [ "setup", "examples.camera.main", "examples.demo.showcase.main", "examples.demo.touchtracer.main", "examples.kinect.kinectviewer", "examples.miscellaneous.system_theme_monitor", "examples.widgets.recycleview.infinite_scrolling", "examples.widgets.recycleview.pull_to_refresh", "kivy.clock", "kivy.loader", "kivy.logger", "kivy.core.audio_output.audio_ffpyplayer", "kivy.core.clipboard.clipboard_android", "kivy.core.video.video_ffpyplayer", "kivy.effects.kinetic", "kivy.effects.scroll", "kivy.input.motionevent", "kivy.input.recorder", "kivy.input.postproc.doubletap", "kivy.input.postproc.retaintouch", "kivy.input.postproc.tripletap", "kivy.input.providers.mtdev", "kivy.lib.mtdev", "kivy.network.urlrequest", "kivy.tests.async_common", "kivy.tests.fixtures", "kivy.tests.test_audio", "kivy.tests.test_logger", "kivy.tests.test_multistroke", "kivy.tests.test_uix_actionbar", "kivy.tests.test_uix_scrollview", "kivy.tests.pyinstaller.video_widget.project", "kivy.tests.test_urlrequest.test_urlrequest_requests", "kivy.tests.test_urlrequest.test_urlrequest_urllib", "kivy.tools.benchmark", "kivy.tools.report", "kivy.tools.pep8checker.pep8", "kivy.uix.filechooser", "kivy.uix.behaviors.compoundselection" ], "import_count": 44 }, "collections": { "used_by": [ "setup", "examples.kinect.kinectviewer", "kivy.animation", "kivy.config", "kivy.loader", "kivy.multistroke", "kivy.support", "kivy.core.window.window_sdl3", "kivy.core.window", "kivy.effects.kinetic", "kivy.eventmanager.hover", "kivy.input.providers.hidinput", "kivy.input.providers.leapfinger", "kivy.input.providers.linuxwacom", "kivy.input.providers.mactouch", "kivy.input.providers.mouse", "kivy.input.providers.mtdev", "kivy.input.providers.tuio", "kivy.input.providers.wm_pen", "kivy.input.providers.wm_touch", "kivy.lang.parser", "kivy.modules._webdebugger", "kivy.network.urlrequest", "kivy.tests.async_common", "kivy.tests.test_imageloader", "kivy.tests.test_lang_pre_process_and_post_process", "kivy.tools.changelog_parser", "kivy.uix.filechooser", "kivy.uix.recyclegridlayout", "kivy.uix.behaviors.togglebutton", "kivy.uix.recycleview.views" ], "import_count": 32 }, "os": { "used_by": [ "setup", ".ci.thorvg_wrapper_bootstrap", ".ci.thorvg_wrapper_build", ".ci.thorvg_wrapper_conftest", "doc.autobuild", "doc.sources.conf", "doc.sources.sphinxext.preprocess", "examples.android.takepicture.main", "examples.audio.main", "examples.demo.kivycatalog.main", "examples.demo.pictures.main", "examples.demo.showcase.main", "examples.desktop_path_id.demo_app", "examples.frameworks.twisted.twistd_app", "examples.kv.kvrun", "examples.miscellaneous.clipboard", "examples.RST_Editor.main", "examples.system_tray.system_tray_showcase", "examples.tutorials.notes.final.main", "examples.widgets.codeinput", "examples.widgets.colorpicker", "examples.widgets.image_mipmap", "examples.widgets.unicode_textinput", "examples.widgets.videoplayer", "kivy.app", "kivy.atlas", "kivy.base", "kivy.cache", "kivy.clock", "kivy.config", "kivy.loader", "kivy.logger", "kivy.metrics", "kivy.resources", "kivy.utils", "kivy", "kivy.core", "kivy.core.audio_output.audio_gstplayer", "kivy.core.audio_output", "kivy.core.gl", "kivy.core.image", "kivy.core.system_tray", "kivy.core.text.text_pango", "kivy.core.text", "kivy.core.video.video_gstplayer", "kivy.core.window.window_egl_rpi", "kivy.core.window.window_sdl3", "kivy.core.window", "kivy.garden", "kivy.input.recorder", "kivy.input.postproc", "kivy.input.providers.androidjoystick", "kivy.input.providers.hidinput", "kivy.input.providers.linuxwacom", "kivy.input.providers.mactouch", "kivy.input.providers.mtdev", "kivy.input.providers.probesysfs", "kivy.input.providers.wm_common", "kivy.input.providers.wm_pen", "kivy.input.providers.wm_touch", "kivy.input.providers", "kivy.lang.builder", "kivy.lang.parser", "kivy.lib.mtdev", "kivy.lib.gstplayer", "kivy.modules.cursor", "kivy.modules.screen", "kivy.modules.webdebugger", "kivy.modules", "kivy.network.urlrequest", "kivy.storage.dictstore", "kivy.storage.jsonstore", "kivy.storage.redisstore", "kivy.tests.async_common", "kivy.tests.common", "kivy.tests.conftest", "kivy.tests.fixtures", "kivy.tests.test_app", "kivy.tests.test_audio", "kivy.tests.test_audio_provider", "kivy.tests.test_config", "kivy.tests.test_coverage", "kivy.tests.test_environ_cli", "kivy.tests.test_filechooser", "kivy.tests.test_filechooser_unicode", "kivy.tests.test_fonts", "kivy.tests.test_garden", "kivy.tests.test_image", "kivy.tests.test_imageloader", "kivy.tests.test_image_provider", "kivy.tests.test_kivy_init", "kivy.tests.test_lang", "kivy.tests.test_logger", "kivy.tests.test_lottie_provider", "kivy.tests.test_multistroke", "kivy.tests.test_resources", "kivy.tests.test_storage", "kivy.tests.test_system_tray", "kivy.tests.test_text_provider", "kivy.tests.test_thorvg_svg_provider", "kivy.tests.test_uix_asyncimage", "kivy.tests.test_uix_lottie", "kivy.tests.test_uix_widget", "kivy.tests.test_utils", "kivy.tests.test_video", "kivy.tests.test_widget", "kivy.tests.pyinstaller.test_pyinstaller", "kivy.tests.pyinstaller.video_widget.project", "kivy.tools.benchmark", "kivy.tools.changelog_parser", "kivy.tools.coverage", "kivy.tools.gallery", "kivy.tools.generate-icons", "kivy.tools.kviewer", "kivy.tools.report", "kivy.tools.texturecompress", "kivy.tools.image-testsuite.gimp28-testsuite", "kivy.tools.packaging.cython_cfg", "kivy.tools.packaging.factory", "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "kivy.tools.packaging.pyinstaller_hooks", "kivy.tools.packaging.pyinstaller_hooks.__main__", "kivy.tools.pep8checker.pep8", "kivy.tools.pep8checker.pep8kivy", "kivy.uix.filechooser", "kivy.uix.rst", "kivy.uix.settings", "kivy.uix.textinput", "kivy.uix.videoplayer", "kivy.uix.vkeyboard", "kivy.uix.behaviors.compoundselection", "tools.add-ios-frameworks" ], "import_count": 280 }, "copy": { "used_by": [ "setup", "examples.widgets.recycleview.rv_animate_items", "kivy.factory", "kivy.core.text.markup", "kivy.core.text", "kivy.input.motionevent", "kivy.lang.builder", "kivy.uix.recycleview" ], "import_count": 8 }, "sys": { "used_by": [ "setup", ".ci.thorvg_wrapper_bootstrap", ".ci.thorvg_wrapper_build", ".ci.thorvg_wrapper_conftest", "doc.autobuild", "doc.sources.conf", "doc.sources.sphinxext.preprocess", "examples.application.app_suite", "examples.audio.pitch", "examples.demo.kivycatalog.main", "examples.demo.shadereditor.main", "examples.frameworks.twisted.twistd_app", "examples.kv.kvrun", "examples.widgets.videoplayer", "kivy.atlas", "kivy.base", "kivy.clock", "kivy.logger", "kivy.resources", "kivy.support", "kivy.utils", "kivy", "kivy.core", "kivy.core.audio_output", "kivy.core.gl", "kivy.core.image", "kivy.core.spelling", "kivy.core.text", "kivy.core.window.window_sdl3", "kivy.extras.highlight", "kivy.garden", "kivy.lang.builder", "kivy.lang.parser", "kivy.lib.ddsfile", "kivy.modules.screen", "kivy.modules", "kivy.tests.common", "kivy.tests.fixtures", "kivy.tests.test_benchmark", "kivy.tests.test_environ_cli", "kivy.tests.test_graphics", "kivy.tests.test_imageloader", "kivy.tests.test_logger", "kivy.tests.test_lottie_provider", "kivy.tests.test_uix_lottie", "kivy.tests.pyinstaller.test_pyinstaller", "kivy.tools.benchmark", "kivy.tools.changelog_parser", "kivy.tools.generate-icons", "kivy.tools.kviewer", "kivy.tools.report", "kivy.tools.texturecompress", "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "kivy.tools.packaging.pyinstaller_hooks", "kivy.tools.packaging.pyinstaller_hooks.__main__", "kivy.tools.pep8checker.pep8", "kivy.tools.pep8checker.pep8kivy", "kivy.uix.filechooser", "kivy.uix.rst", "kivy.uix.textinput", "kivy.uix.video", "kivy.uix.videoplayer" ], "import_count": 62 }, "subprocess": { "used_by": [ "setup", "examples.miscellaneous.screen_recording", "kivy.core", "kivy.core.clipboard.clipboard_xclip", "kivy.core.clipboard.clipboard_xsel", "kivy.input.providers.probesysfs", "kivy.tests.test_environ_cli", "kivy.tests.pyinstaller.test_pyinstaller", "kivy.tools.texturecompress", "kivy.tools.packaging.pyinstaller_hooks" ], "import_count": 11 }, "kivy_deps": { "used_by": [ "setup", "kivy", "kivy.tools.packaging.pyinstaller_hooks" ], "import_count": 3 }, "platform": { "used_by": [ "setup", "kivy.tools.report" ], "import_count": 4 }, "Cython": { "used_by": [ "setup", ".ci.thorvg_wrapper_build" ], "import_count": 2 }, "packaging": { "used_by": [ "setup" ], "import_count": 1 }, "types": { "used_by": [ ".ci.thorvg_wrapper_bootstrap", "doc.sources.sphinxext.preprocess", "kivy.core.text.text_pango", "kivy.lang.builder", "kivy.lang.parser" ], "import_count": 5 }, "thorvg_wrapper_bootstrap": { "used_by": [ ".ci.thorvg_wrapper_conftest" ], "import_count": 1 }, "glob": { "used_by": [ "doc.autobuild", "examples.audio.main", "examples.demo.pictures.main", "kivy.atlas", "kivy.input.providers.probesysfs", "kivy.tools.packaging.pyinstaller_hooks" ], "import_count": 6 }, "datetime": { "used_by": [ "doc.sources.conf", "examples.widgets.recycleview.pull_to_refresh", "kivy.tests.test_urlrequest.test_urlrequest_requests", "kivy.tests.test_urlrequest.test_urlrequest_urllib" ], "import_count": 4 }, "configparser": { "used_by": [ "doc.sources.conf", "kivy.config", "kivy.tools.report", "kivy.tools.packaging.cython_cfg", "kivy.tools.pep8checker.pep8" ], "import_count": 5 }, "sphinx": { "used_by": [ "doc.sources.conf", "doc.sources.sphinxext.autodoc", "doc.sources.sphinxext.preprocess" ], "import_count": 8 }, "autobuild": { "used_by": [ "doc.sources.conf" ], "import_count": 1 }, "sphinx_rtd_theme": { "used_by": [ "doc.sources.conf" ], "import_count": 1 }, "pygments": { "used_by": [ "doc.sources.sphinxext.kivy_pygments_theme", "examples.widgets.codeinput", "kivy.extras.highlight", "kivy.uix.codeinput" ], "import_count": 29 }, "re": { "used_by": [ "doc.sources.sphinxext.preprocess", "examples.application.app_suite", "kivy.multistroke", "kivy.parser", "kivy.resources", "kivy.utils", "kivy", "kivy.core.image", "kivy.core.text.markup", "kivy.core.text", "kivy.input.providers.probesysfs", "kivy.lang.parser", "kivy.tests.test_imageloader", "kivy.tests.visual_test_label", "kivy.tools.gallery", "kivy.tools.image-testsuite.gimp28-testsuite", "kivy.tools.packaging.pyinstaller_hooks", "kivy.tools.pep8checker.pep8", "kivy.uix.textinput" ], "import_count": 27 }, "highlight": { "used_by": [ "doc.sources.sphinxext.preprocess" ], "import_count": 1 }, "objloader": { "used_by": [ "examples.3Drendering.main" ], "import_count": 1 }, "jnius": { "used_by": [ "examples.android.compass.main", "examples.android.takepicture.main", "kivy.app", "kivy.metrics", "kivy.core.audio_output.audio_android", "kivy.core.camera.camera_android", "kivy.core.clipboard.clipboard_android", "kivy.core.video.video_android" ], "import_count": 21 }, "math": { "used_by": [ "examples.android.compass.main", "examples.canvas.bezier", "examples.canvas.lines", "examples.canvas.mesh", "examples.canvas.mesh_manipulation", "examples.demo.touchtracer.main", "examples.miscellaneous.shapecollisions", "examples.widgets.colorpicker", "examples.widgets.scrollview_damped_effect_tuning", "kivy.animation", "kivy.gesture", "kivy.multistroke", "kivy.vector", "kivy.core.camera.camera_picamera", "kivy.core.svg.svg_thorvg", "kivy.core.video.video_android", "kivy.core.window", "kivy.effects.dampedscroll", "kivy.tests.async_common", "kivy.tests.test_app", "kivy.tests.test_motion_event", "kivy.tests.test_uix_modal", "kivy.uix.colorpicker", "kivy.uix.gridlayout", "kivy.uix.layout", "kivy.uix.recyclegridlayout", "kivy.uix.scatter", "kivy.uix.scrollview", "kivy.uix.textinput" ], "import_count": 55 }, "android": { "used_by": [ "examples.android.takepicture.main", "kivy.app", "kivy.base", "kivy.metrics", "kivy.support", "kivy.core.audio_output.audio_android", "kivy.core.clipboard.clipboard_android", "kivy.core.window.window_sdl3", "kivy.core.window", "kivy.input.providers.androidjoystick" ], "import_count": 14 }, "functools": { "used_by": [ "examples.android.takepicture.main", "examples.canvas.canvas_stress", "examples.canvas.mesh", "examples.canvas.stencil_canvas", "examples.demo.camera_puzzle", "examples.keyboard.main", "examples.miscellaneous.screen_recording", "kivy.clock", "kivy.logger", "kivy.utils", "kivy.core.text.markup", "kivy.core.text", "kivy.core.video.video_gstplayer", "kivy.input.recorder", "kivy.input.providers.tuio", "kivy.lang.parser", "kivy.modules.console", "kivy.modules.cursor", "kivy.modules.inspector", "kivy.modules.monitor", "kivy.modules.recorder", "kivy.tests.common", "kivy.tests.test_lang", "kivy.tests.test_properties", "kivy.tests.test_uix_translate_coordinates", "kivy.tests.visual_test_label", "kivy.uix.actionbar", "kivy.uix.carousel", "kivy.uix.sandbox", "kivy.uix.scrollview", "kivy.uix.tabbedpanel", "kivy.uix.widget", "kivy.uix.behaviors.drag", "kivy.uix.recycleview.datamodel" ], "import_count": 36 }, "PIL": { "used_by": [ "examples.android.takepicture.main", "kivy.atlas", "kivy.core.image.img_pil", "kivy.core.text.text_pil", "kivy.tests.common", "kivy.tools.generate-icons", "kivy.tools.texturecompress" ], "import_count": 12 }, "__future__": { "used_by": [ "examples.application.app_suite", "examples.frameworks.twisted.echo_client_app", "kivy.core.camera.camera_opencv", "kivy.tests.common", "kivy.tools.benchmark", "kivy.tools.stub-gl-debug", "kivy.tools.gles_compat.subset_gles", "kivy.tools.packaging.factory", "kivy.tools.pep8checker.pep8" ], "import_count": 9 }, "random": { "used_by": [ "examples.application.app_suite", "examples.canvas.canvas_stress", "examples.canvas.stencil_canvas", "examples.demo.camera_puzzle", "examples.demo.pictures.main", "examples.demo.touchtracer.main", "examples.guide.firstwidget.5_random_colors", "examples.guide.firstwidget.6_button", "examples.miscellaneous.screen_recording", "examples.miscellaneous.shapecollisions", "examples.tutorials.pong.steps.step4.main", "examples.widgets.recycleview.basic_data", "examples.widgets.recycleview.infinite_scrolling", "examples.widgets.recycleview.key_viewclass", "kivy.utils", "kivy.tests.async_common", "kivy.tests.test_benchmark", "kivy.tests.visual_test_label", "kivy.tools.benchmark", "kivy.tools.image-testsuite.gimp28-testsuite", "kivy.uix.checkbox", "kivy.uix.gesturesurface" ], "import_count": 27 }, "asyncio": { "used_by": [ "examples.async.asyncio_advanced", "examples.async.asyncio_basic", "kivy.clock", "kivy.tests.fixtures" ], "import_count": 5 }, "trio": { "used_by": [ "examples.async.trio_advanced", "examples.async.trio_basic", "kivy.clock", "kivy.tests.common" ], "import_count": 5 }, "helpers": { "used_by": [ "examples.demo.multistroke.gesturedatabase", "examples.demo.multistroke.historymanager" ], "import_count": 2 }, "settings": { "used_by": [ "examples.demo.multistroke.historymanager", "examples.demo.multistroke.main" ], "import_count": 2 }, "historymanager": { "used_by": [ "examples.demo.multistroke.main" ], "import_count": 1 }, "gesturedatabase": { "used_by": [ "examples.demo.multistroke.main" ], "import_count": 1 }, "twisted": { "used_by": [ "examples.frameworks.twisted.echo_client_app", "examples.frameworks.twisted.echo_server_app", "examples.frameworks.twisted.twistd_app", "kivy.support" ], "import_count": 12 }, "my_gestures": { "used_by": [ "examples.gestures.gesture_board" ], "import_count": 4 }, "freenect": { "used_by": [ "examples.kinect.kinectviewer" ], "import_count": 1 }, "threading": { "used_by": [ "examples.kinect.kinectviewer", "examples.miscellaneous.system_theme_monitor", "examples.widgets.recycleview.pull_to_refresh", "kivy.clock", "kivy.interactive", "kivy.loader", "kivy.core.camera.camera_android", "kivy.core.video.video_ffpyplayer", "kivy.core.video.video_gstplayer", "kivy.input.providers.hidinput", "kivy.input.providers.linuxwacom", "kivy.input.providers.mactouch", "kivy.input.providers.mtdev", "kivy.modules._webdebugger", "kivy.network.urlrequest", "kivy.tests.common", "kivy.tests.test_graphics", "kivy.tests.test_logger", "kivy.tests.test_uix_asyncimage", "kivy.tests.test_urlrequest.test_urlrequest_requests", "kivy.tests.test_urlrequest.test_urlrequest_urllib" ], "import_count": 24 }, "io": { "used_by": [ "examples.miscellaneous.imagesave", "kivy.gesture", "kivy.multistroke", "kivy.core.image", "kivy.tests.test_image", "kivy.tests.test_logger", "kivy.tools.report", "kivy.tools.pep8checker.pep8", "kivy.uix.vkeyboard" ], "import_count": 9 }, "contextlib": { "used_by": [ "examples.miscellaneous.screen_recording" ], "import_count": 2 }, "dataclasses": { "used_by": [ "examples.miscellaneous.screen_recording" ], "import_count": 1 }, "itertools": { "used_by": [ "examples.miscellaneous.shapecollisions", "examples.shader.shadertree", "kivy.modules.console", "kivy.modules.inspector", "kivy.tests.test_graphics", "kivy.tests.test_uix_scrollview", "kivy.tests.test_uix_textinput", "kivy.tests.test_window_base", "kivy.uix.gridlayout", "kivy.uix.recyclegridlayout", "kivy.uix.textinput", "kivy.uix.widget" ], "import_count": 16 }, "json": { "used_by": [ "examples.miscellaneous.urlrequest", "examples.tutorials.notes.final.main", "kivy.atlas", "kivy.core.image.img_tex", "kivy.core.lottie.lottie_thorvg", "kivy.core.lottie", "kivy.modules._webdebugger", "kivy.network.urlrequest", "kivy.storage.jsonstore", "kivy.storage.redisstore", "kivy.tests.test_lottie_provider", "kivy.tests.test_uix_lottie", "kivy.tests.test_uix_settings", "kivy.tests.test_urlrequest.test_urlrequest_urllib", "kivy.tools.benchmark", "kivy.tools.changelog_parser", "kivy.tools.report", "kivy.tools.texturecompress", "kivy.uix.settings", "kivy.uix.videoplayer", "kivy.uix.vkeyboard" ], "import_count": 24 }, "codecs": { "used_by": [ "examples.widgets.codeinput" ], "import_count": 1 }, "string": { "used_by": [ "examples.widgets.recycleview.basic_data", "examples.widgets.recycleview.infinite_scrolling", "examples.widgets.recycleview.key_viewclass", "kivy.tests.test_benchmark", "kivy.uix.colorpicker", "kivy.uix.behaviors.codenavigation" ], "import_count": 6 }, "uix": { "used_by": [ "examples.widgets.sequenced_images.main" ], "import_count": 1 }, "inspect": { "used_by": [ "kivy.app", "kivy.interactive", "kivy.utils", "kivy.input.motionevent", "kivy.tests.common", "kivy.tools.pep8checker.pep8" ], "import_count": 6 }, "heapq": { "used_by": [ "kivy.cache" ], "import_count": 1 }, "weakref": { "used_by": [ "kivy.clock", "kivy.config", "kivy.weakmethod", "kivy.core.camera.camera_gi", "kivy.core.video.video_gstplayer", "kivy.input.motionevent", "kivy.modules.console", "kivy.modules.inspector", "kivy.tests.fixtures", "kivy.tests.test_clock", "kivy.tests.test_clock_triggered", "kivy.tests.test_lang", "kivy.tests.test_togglebuttonbehavior", "kivy.uix.filechooser", "kivy.uix.textinput", "kivy.uix.behaviors.togglebutton" ], "import_count": 17 }, "ctypes": { "used_by": [ "kivy.clock", "kivy.core.camera.camera_gi", "kivy.core.clipboard.clipboard_winctypes", "kivy.core.gl", "kivy.input.providers.mactouch", "kivy.input.providers.probesysfs", "kivy.input.providers.wm_common", "kivy.input.providers.wm_pen", "kivy.input.providers.wm_touch", "kivy.lib.mtdev" ], "import_count": 50 }, "ConfigParser": { "used_by": [ "kivy.config", "kivy.tools.pep8checker.pep8" ], "import_count": 2 }, "importlib": { "used_by": [ "kivy.factory", "kivy", "kivy.core", "kivy.garden", "kivy.lang.parser", "kivy.modules", "kivy.tools.packaging.pyinstaller_hooks" ], "import_count": 8 }, "pickle": { "used_by": [ "kivy.gesture", "kivy.multistroke", "kivy.storage.dictstore" ], "import_count": 3 }, "base64": { "used_by": [ "kivy.gesture", "kivy.multistroke", "kivy.core.image", "kivy.network.urlrequest", "kivy.tests.test_urlrequest.test_urlrequest_requests", "kivy.tests.test_urlrequest.test_urlrequest_urllib" ], "import_count": 6 }, "zlib": { "used_by": [ "kivy.gesture", "kivy.multistroke" ], "import_count": 2 }, "mimetypes": { "used_by": [ "kivy.loader" ], "import_count": 1 }, "urllib": { "used_by": [ "kivy.loader", "kivy.core.audio_output.audio_gstplayer", "kivy.core.video.video_gstplayer", "kivy.network.urlrequest", "kivy.tests.test_uix_asyncimage", "kivy.tests.test_urlrequest.test_urlrequest_urllib" ], "import_count": 9 }, "smb": { "used_by": [ "kivy.loader" ], "import_count": 1 }, "certifi": { "used_by": [ "kivy.loader", "kivy.network.urlrequest", "kivy.tests.test_urlrequest.test_urlrequest_requests" ], "import_count": 3 }, "ssl": { "used_by": [ "kivy.loader", "kivy.network.urlrequest", "kivy.tests.test_urlrequest.conftest" ], "import_count": 3 }, "queue": { "used_by": [ "kivy.loader", "kivy.core.video.video_ffpyplayer" ], "import_count": 4 }, "ios": { "used_by": [ "kivy.metrics", "kivy.core.window" ], "import_count": 3 }, "gi": { "used_by": [ "kivy.support", "kivy.core.camera.camera_gi", "kivy.core.clipboard.clipboard_gtk3" ], "import_count": 5 }, "gobject": { "used_by": [ "kivy.support" ], "import_count": 1 }, "pygame": { "used_by": [ "kivy.support", "kivy.input.providers.androidjoystick" ], "import_count": 2 }, "unicodedata": { "used_by": [ "kivy.utils" ], "import_count": 2 }, "shutil": { "used_by": [ "kivy", "kivy.tests.common", "kivy.tests.test_fonts", "kivy.tests.test_uix_asyncimage", "kivy.tests.test_widget", "kivy.tests.pyinstaller.test_pyinstaller" ], "import_count": 8 }, "getopt": { "used_by": [ "kivy" ], "import_count": 2 }, "pkgutil": { "used_by": [ "kivy", "kivy.tools.packaging.pyinstaller_hooks" ], "import_count": 2 }, "site": { "used_by": [ "kivy" ], "import_count": 1 }, "traceback": { "used_by": [ "kivy.core", "kivy.lang.parser", "kivy.modules", "kivy.tests.common", "kivy.tools.benchmark", "kivy.uix.sandbox" ], "import_count": 6 }, "pyobjus": { "used_by": [ "kivy.core.audio_output.audio_avplayer", "kivy.core.clipboard.clipboard_nspaste" ], "import_count": 7 }, "ffpyplayer": { "used_by": [ "kivy.core.audio_output.audio_ffpyplayer", "kivy.core.image.img_ffpyplayer", "kivy.core.video.video_ffpyplayer" ], "import_count": 14 }, "numpy": { "used_by": [ "kivy.core.camera.camera_android", "kivy.core.camera.camera_picamera" ], "import_count": 2 }, "cv2": { "used_by": [ "kivy.core.camera.camera_android", "kivy.core.camera.camera_opencv" ], "import_count": 2 }, "atexit": { "used_by": [ "kivy.core.camera.camera_gi", "kivy.lang.builder" ], "import_count": 2 }, "opencv": { "used_by": [ "kivy.core.camera.camera_opencv" ], "import_count": 2 }, "picamera": { "used_by": [ "kivy.core.camera.camera_picamera" ], "import_count": 1 }, "dbus": { "used_by": [ "kivy.core.clipboard.clipboard_dbusklipper" ], "import_count": 1 }, "Image": { "used_by": [ "kivy.core.image.img_pil" ], "import_count": 1 }, "struct": { "used_by": [ "kivy.core.image.img_tex", "kivy.input.providers.hidinput", "kivy.input.providers.linuxwacom", "kivy.lib.ddsfile", "kivy.tools.texturecompress" ], "import_count": 7 }, "filetype": { "used_by": [ "kivy.core.image" ], "import_count": 1 }, "zipfile": { "used_by": [ "kivy.core.image", "kivy.tests.test_filechooser_unicode", "kivy.tests.test_fonts", "kivy.tests.test_image_provider", "kivy.tests.test_uix_asyncimage", "tools.add-ios-frameworks" ], "import_count": 6 }, "enchant": { "used_by": [ "kivy.core.spelling.spelling_enchant" ], "import_count": 1 }, "AppKit": { "used_by": [ "kivy.core.spelling.spelling_osxappkit" ], "import_count": 2 }, "xml": { "used_by": [ "kivy.core.svg.svg_thorvg" ], "import_count": 1 }, "ast": { "used_by": [ "kivy.core.text", "kivy.input.recorder", "kivy.lang.parser" ], "import_count": 3 }, "ffmpeg": { "used_by": [ "kivy.core.video.video_ffmpeg" ], "import_count": 1 }, "__main__": { "used_by": [ "kivy.garden" ], "import_count": 1 }, "fcntl": { "used_by": [ "kivy.input.providers.hidinput", "kivy.input.providers.linuxwacom" ], "import_count": 2 }, "Leap": { "used_by": [ "kivy.input.providers.leapfinger" ], "import_count": 2 }, "oscpy": { "used_by": [ "kivy.input.providers.tuio" ], "import_count": 1 }, "html": { "used_by": [ "kivy.lang.builder" ], "import_count": 1 }, "gc": { "used_by": [ "kivy.modules._webdebugger", "kivy.tests.fixtures", "kivy.tests.test_animations", "kivy.tests.test_benchmark", "kivy.tests.test_clock", "kivy.tests.test_clock_triggered", "kivy.tests.test_togglebuttonbehavior", "kivy.tests.test_weakmethod", "kivy.tools.benchmark" ], "import_count": 10 }, "flask": { "used_by": [ "kivy.modules._webdebugger" ], "import_count": 3 }, "http": { "used_by": [ "kivy.network.urlrequest", "kivy.tests.common" ], "import_count": 3 }, "requests": { "used_by": [ "kivy.network.urlrequest", "kivy.tests.test_urlrequest.test_urlrequest_requests", "kivy.tools.benchmark", "kivy.tools.report" ], "import_count": 4 }, "cPickle": { "used_by": [ "kivy.storage.dictstore" ], "import_count": 1 }, "errno": { "used_by": [ "kivy.storage.dictstore", "kivy.storage.jsonstore", "kivy.tests.test_storage" ], "import_count": 3 }, "redis": { "used_by": [ "kivy.storage.redisstore", "kivy.tests.test_storage" ], "import_count": 2 }, "pytest": { "used_by": [ "kivy.tests.bench_thorvg_wrapper", "kivy.tests.common", "kivy.tests.conftest", "kivy.tests.fixtures", "kivy.tests.test_animations", "kivy.tests.test_audio", "kivy.tests.test_audio_provider", "kivy.tests.test_benchmark", "kivy.tests.test_clock", "kivy.tests.test_coverage", "kivy.tests.test_environ_cli", "kivy.tests.test_filechooser_unicode", "kivy.tests.test_graphics", "kivy.tests.test_image_provider", "kivy.tests.test_logger", "kivy.tests.test_lottie_provider", "kivy.tests.test_metrics", "kivy.tests.test_motion_event", "kivy.tests.test_multistroke", "kivy.tests.test_properties", "kivy.tests.test_provider_registry", "kivy.tests.test_resources", "kivy.tests.test_screen", "kivy.tests.test_text_provider", "kivy.tests.test_thorvg_svg_provider", "kivy.tests.test_thorvg_wrapper", "kivy.tests.test_uix_bubble", "kivy.tests.test_uix_carousel", "kivy.tests.test_uix_gridlayout", "kivy.tests.test_uix_lottie", "kivy.tests.test_uix_recyclegridlayout", "kivy.tests.test_uix_settings", "kivy.tests.test_uix_translate_coordinates", "kivy.tests.test_uix_videoplayer", "kivy.tests.pyinstaller.test_pyinstaller", "kivy.tests.test_issues.test_issue_6909", "kivy.tests.test_urlrequest.conftest", "kivy.tests.test_urlrequest.test_urlrequest_requests", "kivy.tests.test_urlrequest.test_urlrequest_urllib" ], "import_count": 39 }, "unittest": { "used_by": [ "kivy.tests.common", "kivy.tests.test_app_on_ready", "kivy.tests.test_audio", "kivy.tests.test_buttonbehavior", "kivy.tests.test_core_svg", "kivy.tests.test_fbo", "kivy.tests.test_filechooser_unicode", "kivy.tests.test_fonts", "kivy.tests.test_garden", "kivy.tests.test_image", "kivy.tests.test_imageloader", "kivy.tests.test_invalid_lang", "kivy.tests.test_kivy_init", "kivy.tests.test_knspace", "kivy.tests.test_lang", "kivy.tests.test_lang_complex", "kivy.tests.test_lang_pre_process_and_post_process", "kivy.tests.test_lottie_provider", "kivy.tests.test_module_inspector", "kivy.tests.test_mouse_multitouchsim", "kivy.tests.test_multistroke", "kivy.tests.test_properties", "kivy.tests.test_resources", "kivy.tests.test_rst_replace", "kivy.tests.test_storage", "kivy.tests.test_system_tray", "kivy.tests.test_togglebuttonbehavior", "kivy.tests.test_uix_accordion", "kivy.tests.test_uix_actionbar", "kivy.tests.test_uix_asyncimage", "kivy.tests.test_uix_gridlayout", "kivy.tests.test_uix_layout", "kivy.tests.test_uix_lottie", "kivy.tests.test_uix_relativelayout", "kivy.tests.test_uix_scrollview", "kivy.tests.test_uix_slider", "kivy.tests.test_uix_stacklayout", "kivy.tests.test_uix_svg", "kivy.tests.test_uix_textinput", "kivy.tests.test_uix_videoplayer", "kivy.tests.test_utils", "kivy.tests.test_vector", "kivy.tests.test_video", "kivy.tests.test_widget", "kivy.tests.test_widget_walk", "kivy.tests.test_issues.test_6315", "kivy.tests.test_issues.test_issue_1091", "kivy.tests.test_issues.test_issue_599", "kivy.tests.test_issues.test_issue_6909", "kivy.tests.test_issues.test_issue_883" ], "import_count": 58 }, "typing": { "used_by": [ "kivy.tests.common" ], "import_count": 2 }, "socketserver": { "used_by": [ "kivy.tests.common" ], "import_count": 1 }, "tkinter": { "used_by": [ "kivy.tests.common" ], "import_count": 12 }, "pytest_asyncio": { "used_by": [ "kivy.tests.common", "kivy.tests.fixtures" ], "import_count": 2 }, "pytest_trio": { "used_by": [ "kivy.tests.common" ], "import_count": 1 }, "timeit": { "used_by": [ "kivy.tests.perf_test_textinput", "kivy.tests.visual_test_label" ], "import_count": 2 }, "resource": { "used_by": [ "kivy.tests.perf_test_textinput" ], "import_count": 4 }, "coverage": { "used_by": [ "kivy.tests.test_coverage", "kivy.tools.coverage" ], "import_count": 2 }, "shlex": { "used_by": [ "kivy.tests.test_environ_cli" ], "import_count": 1 }, "enum": { "used_by": [ "kivy.tests.test_togglebuttonbehavior", "kivy.uix.scrollview" ], "import_count": 2 }, "operator": { "used_by": [ "kivy.tests.test_vector", "kivy.uix.gridlayout" ], "import_count": 2 }, "PyInstaller": { "used_by": [ "kivy.tests.pyinstaller.test_pyinstaller", "kivy.tools.packaging.pyinstaller_hooks" ], "import_count": 4 }, "project": { "used_by": [ "kivy.tests.pyinstaller.simple_widget.main", "kivy.tests.pyinstaller.video_widget.main" ], "import_count": 2 }, "locale": { "used_by": [ "kivy.tests.test_issues.test_issue_6909" ], "import_count": 1 }, "socket": { "used_by": [ "kivy.tests.test_urlrequest.conftest", "kivy.tests.test_urlrequest.test_urlrequest_urllib" ], "import_count": 2 }, "pytest_httpserver": { "used_by": [ "kivy.tests.test_urlrequest.conftest" ], "import_count": 1 }, "responses": { "used_by": [ "kivy.tests.test_urlrequest.test_urlrequest_requests" ], "import_count": 2 }, "argparse": { "used_by": [ "kivy.tools.generate-icons", "kivy.tools.texturecompress", "tools.add-ios-frameworks" ], "import_count": 3 }, "watchdog": { "used_by": [ "kivy.tools.kviewer" ], "import_count": 2 }, "pprint": { "used_by": [ "kivy.tools.texturecompress", "kivy.uix.filechooser" ], "import_count": 2 }, "gimpfu": { "used_by": [ "kivy.tools.image-testsuite.gimp28-testsuite" ], "import_count": 1 }, "fnmatch": { "used_by": [ "kivy.tools.packaging.factory", "kivy.tools.pep8checker.pep8", "kivy.uix.filechooser" ], "import_count": 3 }, "keyword": { "used_by": [ "kivy.tools.pep8checker.pep8" ], "import_count": 1 }, "tokenize": { "used_by": [ "kivy.tools.pep8checker.pep8" ], "import_count": 1 }, "warnings": { "used_by": [ "kivy.tools.pep8checker.pep8" ], "import_count": 1 }, "optparse": { "used_by": [ "kivy.tools.pep8checker.pep8" ], "import_count": 1 }, "signal": { "used_by": [ "kivy.tools.pep8checker.pep8" ], "import_count": 1 }, "testsuite": { "used_by": [ "kivy.tools.pep8checker.pep8" ], "import_count": 1 }, "pep8": { "used_by": [ "kivy.tools.pep8checker.pep8kivy" ], "import_count": 1 }, "colorsys": { "used_by": [ "kivy.uix.colorpicker", "kivy.uix.gesturesurface" ], "import_count": 3 }, "win32file": { "used_by": [ "kivy.uix.filechooser" ], "import_count": 3 }, "docutils": { "used_by": [ "kivy.uix.rst" ], "import_count": 8 }, "decimal": { "used_by": [ "kivy.uix.behaviors.cover" ], "import_count": 1 } }, "declared_dependencies": {}, "call_graph": { "setup": [ { "caller": "setup.get_description", "callee": ".os.path.join", "lineno": 42, "resolution": "external_constructor_call" }, { "caller": "setup.get_description", "callee": ".os.path.dirname", "lineno": 42, "resolution": "external_constructor_call" }, { "caller": "setup.pkgconfig", "callee": ".os.path.join", "lineno": 66, "resolution": "external_constructor_call" }, { "caller": "setup.pkgconfig", "callee": ".os.path.isdir", "lineno": 67, "resolution": "external_constructor_call" }, { "caller": "setup.pkgconfig", "callee": ".os.path.join", "lineno": 76, "resolution": "external_constructor_call" }, { "caller": "setup.pkgconfig", "callee": ".os.path.join", "lineno": 79, "resolution": "external_constructor_call" }, { "caller": "setup.pkgconfig", "callee": "setup.getoutput", "lineno": 85, "resolution": "direct_name_call" }, { "caller": "setup.pkgconfig", "callee": ".dict.get", "lineno": 88, "resolution": "local_builtin_method_call" }, { "caller": "setup.get_isolated_env_paths", "callee": ".os.path.join", "lineno": 104, "resolution": "external_constructor_call" }, { "caller": "setup.get_isolated_env_paths", "callee": ".os.path.isdir", "lineno": 105, "resolution": "external_constructor_call" }, { "caller": "setup.get_isolated_env_paths", "callee": ".os.path.join", "lineno": 105, "resolution": "external_constructor_call" }, { "caller": "setup.get_isolated_env_paths", "callee": ".os.path.join", "lineno": 105, "resolution": "external_constructor_call" }, { "caller": "setup.get_isolated_env_paths", "callee": ".os.path.isdir", "lineno": 106, "resolution": "external_constructor_call" }, { "caller": "setup.get_isolated_env_paths", "callee": ".os.path.join", "lineno": 106, "resolution": "external_constructor_call" }, { "caller": "setup.get_isolated_env_paths", "callee": ".os.path.join", "lineno": 106, "resolution": "external_constructor_call" }, { "caller": "setup.check_c_source_compiles.get_compiler", "callee": ".setuptools.Distribution", "lineno": 122, "resolution": "external_constructor_call" }, { "caller": "setup.check_c_source_compiles.get_compiler", "callee": ".setuptools.Extension", "lineno": 125, "resolution": "external_constructor_call" }, { "caller": "setup.check_c_source_compiles", "callee": "setup.check_c_source_compiles.get_compiler", "lineno": 139, "resolution": "nested_function_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 161, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 177, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".collections.OrderedDict", "lineno": 199, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".platform.ios_ver", "lineno": 204, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".collections.OrderedDict", "lineno": 209, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 211, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 212, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 213, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 214, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 216, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 217, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 218, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 219, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 221, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 222, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 223, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 224, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 226, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 227, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 229, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 230, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 232, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 267, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 269, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 270, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".collections.OrderedDict", "lineno": 282, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 292, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 296, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 297, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 300, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 301, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 304, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 305, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 308, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 309, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".collections.OrderedDict", "lineno": 320, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.dirname", "lineno": 356, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 362, "resolution": "external_constructor_call" }, { "caller": "setup.KivyBuildExt.finalize_options", "callee": ".os.path.exists", "lineno": 381, "resolution": "external_constructor_call" }, { "caller": "setup.KivyBuildExt.build_extensions", "callee": "setup.expand", "lineno": 420, "resolution": "direct_name_call" }, { "caller": "setup.KivyBuildExt.build_extensions", "callee": "setup.KivyBuildExt.update_if_changed", "lineno": 421, "resolution": "self_method_call" }, { "caller": "setup.KivyBuildExt.build_extensions", "callee": "setup.expand", "lineno": 423, "resolution": "direct_name_call" }, { "caller": "setup.KivyBuildExt.build_extensions", "callee": "setup.KivyBuildExt.update_if_changed", "lineno": 424, "resolution": "self_method_call" }, { "caller": "setup.KivyBuildExt.update_if_changed", "callee": ".os.path.exists", "lineno": 437, "resolution": "external_constructor_call" }, { "caller": "setup.KivyBuildExt.update_if_changed", "callee": ".os.path.dirname", "lineno": 441, "resolution": "external_constructor_call" }, { "caller": "setup.KivyBuildExt.update_if_changed", "callee": ".os.path.exists", "lineno": 442, "resolution": "external_constructor_call" }, { "caller": "setup.KivyBuildExt.update_if_changed", "callee": ".os.makedirs", "lineno": 443, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "kivy.tools.packaging.cython_cfg.get_cython_versions", "lineno": 457, "resolution": "imported_call" }, { "caller": "setup.", "callee": "kivy.tools.packaging.cython_cfg.get_cython_msg", "lineno": 458, "resolution": "imported_call" }, { "caller": "setup.", "callee": ".time.sleep", "lineno": 475, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 534, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 549, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.pkgconfig", "lineno": 551, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.get_isolated_env_paths", "lineno": 557, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 561, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 561, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.pkgconfig", "lineno": 572, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 598, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 623, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 628, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.pkgconfig", "lineno": 641, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 651, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 661, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.dirname", "lineno": 666, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 668, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 669, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 697, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 698, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 703, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 704, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 711, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 712, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.check_c_source_compiles", "lineno": 724, "resolution": "direct_name_call" }, { "caller": "setup.expand", "callee": ".os.path.join", "lineno": 746, "resolution": "external_constructor_call" }, { "caller": "setup.merge", "callee": ".copy.deepcopy", "lineno": 763, "resolution": "external_constructor_call" }, { "caller": "setup.merge", "callee": ".copy.deepcopy", "lineno": 766, "resolution": "external_constructor_call" }, { "caller": "setup.determine_base_flags", "callee": "setup.get_isolated_env_paths", "lineno": 775, "resolution": "direct_name_call" }, { "caller": "setup.determine_base_flags", "callee": ".os.path.join", "lineno": 779, "resolution": "external_constructor_call" }, { "caller": "setup.determine_base_flags", "callee": ".os.path.join", "lineno": 784, "resolution": "external_constructor_call" }, { "caller": "setup.determine_base_flags", "callee": ".os.path.join", "lineno": 786, "resolution": "external_constructor_call" }, { "caller": "setup.determine_base_flags", "callee": ".os.path.join", "lineno": 792, "resolution": "external_constructor_call" }, { "caller": "setup.determine_base_flags", "callee": "setup.getoutput", "lineno": 797, "resolution": "direct_name_call" }, { "caller": "setup.determine_base_flags", "callee": ".os.path.join", "lineno": 801, "resolution": "external_constructor_call" }, { "caller": "setup.determine_base_flags", "callee": ".os.path.join", "lineno": 813, "resolution": "external_constructor_call" }, { "caller": "setup.determine_angle_flags", "callee": ".os.path.dirname", "lineno": 856, "resolution": "external_constructor_call" }, { "caller": "setup.determine_angle_flags", "callee": ".os.path.dirname", "lineno": 857, "resolution": "external_constructor_call" }, { "caller": "setup.determine_angle_flags", "callee": ".os.path.dirname", "lineno": 876, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.dirname", "lineno": 946, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 962, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 968, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.exists", "lineno": 969, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 971, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 1028, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 1033, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 1034, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 1035, "resolution": "external_constructor_call" }, { "caller": "setup.determine_thorvg_flags", "callee": ".os.path.join", "lineno": 1036, "resolution": "external_constructor_call" }, { "caller": "setup.determine_gl_flags", "callee": ".os.path.join", "lineno": 1058, "resolution": "external_constructor_call" }, { "caller": "setup.determine_gl_flags", "callee": "setup.determine_angle_flags", "lineno": 1067, "resolution": "direct_name_call" }, { "caller": "setup.determine_gl_flags", "callee": ".os.path.dirname", "lineno": 1084, "resolution": "external_constructor_call" }, { "caller": "setup.determine_gl_flags", "callee": ".os.path.dirname", "lineno": 1085, "resolution": "external_constructor_call" }, { "caller": "setup.determine_gl_flags", "callee": ".os.path.exists", "lineno": 1124, "resolution": "external_constructor_call" }, { "caller": "setup.determine_gl_flags", "callee": ".os.path.dirname", "lineno": 1126, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1165, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1166, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1167, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1168, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1169, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1170, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1171, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": "setup.get_isolated_env_paths", "lineno": 1177, "resolution": "direct_name_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1188, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1190, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.isdir", "lineno": 1191, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".list.append", "lineno": 1192, "resolution": "local_builtin_method_call" }, { "caller": "setup.determine_sdl3", "callee": ".list.extend", "lineno": 1194, "resolution": "local_builtin_method_call" }, { "caller": "setup.determine_sdl3", "callee": "setup.merge", "lineno": 1214, "resolution": "direct_name_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.join", "lineno": 1222, "resolution": "external_constructor_call" }, { "caller": "setup.determine_sdl3", "callee": ".os.path.exists", "lineno": 1223, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.determine_base_flags", "lineno": 1239, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.determine_gl_flags", "lineno": 1240, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1307, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1310, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1312, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1313, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1314, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1315, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1316, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1317, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1318, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1319, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1320, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1321, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1322, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1323, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1324, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1325, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1326, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1327, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1328, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1329, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1330, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1331, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1332, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1333, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1334, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1335, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1336, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1337, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1340, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1352, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.determine_sdl3", "lineno": 1356, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1359, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1378, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1382, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.pkgconfig", "lineno": 1388, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1395, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1416, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1419, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1458, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1469, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1471, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1478, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.check_c_source_compiles", "lineno": 1490, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1504, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1506, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1515, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1527, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.determine_thorvg_flags", "lineno": 1545, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".os.path.exists", "lineno": 1548, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 1548, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.merge", "lineno": 1565, "resolution": "direct_name_call" }, { "caller": "setup.get_dependencies", "callee": ".dict.get", "lineno": 1582, "resolution": "local_builtin_method_call" }, { "caller": "setup.get_dependencies", "callee": ".list.append", "lineno": 1584, "resolution": "local_builtin_method_call" }, { "caller": "setup.get_dependencies", "callee": "setup.get_dependencies", "lineno": 1585, "resolution": "direct_name_call" }, { "caller": "setup.resolve_dependencies", "callee": ".os.path.basename", "lineno": 1590, "resolution": "external_constructor_call" }, { "caller": "setup.resolve_dependencies", "callee": "setup.get_dependencies", "lineno": 1592, "resolution": "direct_name_call" }, { "caller": "setup.resolve_dependencies", "callee": "setup.get_dependencies", "lineno": 1593, "resolution": "direct_name_call" }, { "caller": "setup.resolve_dependencies", "callee": "setup.expand", "lineno": 1600, "resolution": "direct_name_call" }, { "caller": "setup.resolve_dependencies", "callee": ".os.path.exists", "lineno": 1601, "resolution": "external_constructor_call" }, { "caller": "setup.resolve_dependencies", "callee": ".list.append", "lineno": 1602, "resolution": "local_builtin_method_call" }, { "caller": "setup.get_extensions_from_sources", "callee": ".dict.items", "lineno": 1619, "resolution": "local_builtin_method_call" }, { "caller": "setup.get_extensions_from_sources", "callee": "setup.expand", "lineno": 1621, "resolution": "direct_name_call" }, { "caller": "setup.get_extensions_from_sources", "callee": "setup.expand", "lineno": 1622, "resolution": "direct_name_call" }, { "caller": "setup.get_extensions_from_sources", "callee": "setup.expand", "lineno": 1623, "resolution": "direct_name_call" }, { "caller": "setup.get_extensions_from_sources", "callee": "setup.resolve_dependencies", "lineno": 1625, "resolution": "direct_name_call" }, { "caller": "setup.get_extensions_from_sources", "callee": ".list.append", "lineno": 1633, "resolution": "local_builtin_method_call" }, { "caller": "setup.get_extensions_from_sources", "callee": "setup.CythonExtension.__init__", "lineno": 1633, "resolution": "same_module_class_call" }, { "caller": "setup.", "callee": "setup.get_extensions_from_sources", "lineno": 1638, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".os.walk", "lineno": 1649, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 1654, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.dirname", "lineno": 1655, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 1661, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.path.isdir", "lineno": 1662, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".os.walk", "lineno": 1663, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": ".list.append", "lineno": 1665, "resolution": "local_builtin_method_call" }, { "caller": "setup.", "callee": ".os.path.join", "lineno": 1666, "resolution": "external_constructor_call" }, { "caller": "setup.glob_paths", "callee": ".pathlib.Path", "lineno": 1671, "resolution": "external_constructor_call" }, { "caller": "setup.glob_paths", "callee": ".os.path.join", "lineno": 1671, "resolution": "external_constructor_call" }, { "caller": "setup.glob_paths", "callee": ".list.append", "lineno": 1677, "resolution": "local_builtin_method_call" }, { "caller": "setup.", "callee": ".setuptools.setup", "lineno": 1684, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.get_description", "lineno": 1700, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".setuptools.find_packages", "lineno": 1704, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.glob_paths", "lineno": 1708, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.glob_paths", "lineno": 1709, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.glob_paths", "lineno": 1710, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.glob_paths", "lineno": 1711, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.glob_paths", "lineno": 1712, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.glob_paths", "lineno": 1713, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": "setup.glob_paths", "lineno": 1714, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".dict.items", "lineno": 1719, "resolution": "local_builtin_method_call" }, { "caller": "setup.", "callee": ".setuptools.setup", "lineno": 1753, "resolution": "external_constructor_call" }, { "caller": "setup.", "callee": "setup.get_description", "lineno": 1762, "resolution": "direct_name_call" }, { "caller": "setup.", "callee": ".dict.items", "lineno": 1763, "resolution": "local_builtin_method_call" } ], ".ci.thorvg_wrapper_bootstrap": [ { "caller": ".ci.thorvg_wrapper_bootstrap.", "callee": ".ci.thorvg_wrapper_bootstrap._bootstrap", "lineno": 60, "resolution": "direct_name_call" } ], ".ci.thorvg_wrapper_build": [ { "caller": ".ci.thorvg_wrapper_build.", "callee": ".pathlib.Path", "lineno": 41, "resolution": "external_constructor_call" }, { "caller": ".ci.thorvg_wrapper_build.", "callee": ".list.append", "lineno": 51, "resolution": "local_builtin_method_call" }, { "caller": ".ci.thorvg_wrapper_build.", "callee": ".list.append", "lineno": 53, "resolution": "local_builtin_method_call" }, { "caller": ".ci.thorvg_wrapper_build.", "callee": ".setuptools.Extension", "lineno": 55, "resolution": "external_constructor_call" }, { "caller": ".ci.thorvg_wrapper_build.", "callee": ".setuptools.setup", "lineno": 69, "resolution": "external_constructor_call" }, { "caller": ".ci.thorvg_wrapper_build.", "callee": ".Cython.Build.cythonize", "lineno": 71, "resolution": "external_constructor_call" } ], ".ci.thorvg_wrapper_conftest": [], "doc.autobuild": [ { "caller": "doc.autobuild.", "callee": ".list.append", "lineno": 130, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": ".list.append", "lineno": 132, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": ".list.sort", "lineno": 139, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": ".list.sort", "lineno": 152, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": "doc.autobuild.writefile", "lineno": 156, "resolution": "direct_name_call" }, { "caller": "doc.autobuild.", "callee": "doc.autobuild.extract_summary_line", "lineno": 212, "resolution": "direct_name_call" }, { "caller": "doc.autobuild.", "callee": ".dict.keys", "lineno": 228, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": "doc.autobuild.extract_summary_line", "lineno": 229, "resolution": "direct_name_call" }, { "caller": "doc.autobuild.", "callee": "doc.autobuild.writefile", "lineno": 236, "resolution": "direct_name_call" }, { "caller": "doc.autobuild.", "callee": ".dict.keys", "lineno": 240, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": "doc.autobuild.extract_summary_line", "lineno": 244, "resolution": "direct_name_call" }, { "caller": "doc.autobuild.", "callee": ".glob.glob", "lineno": 256, "resolution": "external_constructor_call" }, { "caller": "doc.autobuild.", "callee": ".list.append", "lineno": 263, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": ".list.append", "lineno": 270, "resolution": "local_builtin_method_call" }, { "caller": "doc.autobuild.", "callee": "doc.autobuild.writefile", "lineno": 283, "resolution": "direct_name_call" } ], "doc": [], "doc.sources.conf": [ { "caller": "doc.sources.conf.", "callee": "kivy.tools.gallery.write_all_rst_pages", "lineno": 85, "resolution": "qualified_module_call" }, { "caller": "doc.sources.conf.", "callee": ".dict.items", "lineno": 250, "resolution": "local_builtin_method_call" }, { "caller": "doc.sources.conf.", "callee": ".list.append", "lineno": 252, "resolution": "local_builtin_method_call" } ], "doc.sources.sphinxext.autodoc": [ { "caller": "doc.sources.sphinxext.autodoc.KivyClassDocumenter.add_directive_header", "callee": "doc.sources.sphinxext.autodoc.KivyClassDocumenter.add_directive_header.fix", "lineno": 24, "resolution": "same_class_name_call" }, { "caller": "doc.sources.sphinxext.autodoc.KivyClassDocumenter.add_directive_header", "callee": ".sphinx.locale._", "lineno": 26, "resolution": "external_constructor_call" } ], "doc.sources.sphinxext.kivy_pygments_theme": [], "doc.sources.sphinxext.preprocess": [ { "caller": "doc.sources.sphinxext.preprocess.callback_docstring", "callee": "doc.sources.sphinxext.preprocess.is_cython_extension", "lineno": 67, "resolution": "direct_name_call" }, { "caller": "doc.sources.sphinxext.preprocess.callback_signature", "callee": "doc.sources.sphinxext.preprocess.is_cython_extension", "lineno": 102, "resolution": "direct_name_call" }, { "caller": "doc.sources.sphinxext.preprocess.setup", "callee": ".os.path.join", "lineno": 116, "resolution": "external_constructor_call" }, { "caller": "doc.sources.sphinxext.preprocess.setup", "callee": ".os.path.dirname", "lineno": 116, "resolution": "external_constructor_call" }, { "caller": "doc.sources.sphinxext.preprocess.setup", "callee": ".highlight.KivyLexer", "lineno": 122, "resolution": "external_constructor_call" } ], "doc.sources.sphinxext": [], "examples.3Drendering.main": [ { "caller": "examples.3Drendering.main.Renderer.__init__", "callee": "kivy.resources.resource_find", "lineno": 30, "resolution": "imported_call" }, { "caller": "examples.3Drendering.main.Renderer.__init__", "callee": ".objloader.ObjFile", "lineno": 31, "resolution": "external_constructor_call" }, { "caller": "examples.3Drendering.main.Renderer.__init__", "callee": "kivy.resources.resource_find", "lineno": 31, "resolution": "imported_call" }, { "caller": "examples.3Drendering.main.Renderer.__init__", "callee": "examples.3Drendering.main.Renderer.setup_scene", "lineno": 36, "resolution": "self_method_call" }, { "caller": "examples.3Drendering.main.RendererApp.build", "callee": "examples.3Drendering.main.Renderer.__init__", "lineno": 73, "resolution": "same_module_class_call" }, { "caller": "examples.3Drendering.main.", "callee": "examples.3Drendering.main.RendererApp.", "lineno": 77, "resolution": "same_module_class_call" } ], "examples.3Drendering.objloader": [ { "caller": "examples.3Drendering.objloader.ObjFile.finish_object", "callee": "examples.3Drendering.objloader.MeshData.__init__", "lineno": 44, "resolution": "same_module_class_call" }, { "caller": "examples.3Drendering.objloader.ObjFile.__init__", "callee": "examples.3Drendering.objloader.ObjFile.finish_object", "lineno": 95, "resolution": "self_method_call" }, { "caller": "examples.3Drendering.objloader.ObjFile.__init__", "callee": ".list.append", "lineno": 119, "resolution": "local_builtin_method_call" }, { "caller": "examples.3Drendering.objloader.ObjFile.__init__", "callee": ".list.append", "lineno": 121, "resolution": "local_builtin_method_call" }, { "caller": "examples.3Drendering.objloader.ObjFile.__init__", "callee": ".list.append", "lineno": 123, "resolution": "local_builtin_method_call" }, { "caller": "examples.3Drendering.objloader.ObjFile.__init__", "callee": ".list.append", "lineno": 125, "resolution": "local_builtin_method_call" }, { "caller": "examples.3Drendering.objloader.ObjFile.__init__", "callee": ".list.append", "lineno": 127, "resolution": "local_builtin_method_call" }, { "caller": "examples.3Drendering.objloader.ObjFile.__init__", "callee": "examples.3Drendering.objloader.ObjFile.finish_object", "lineno": 129, "resolution": "self_method_call" } ], "examples.android.compass.main": [ { "caller": "examples.android.compass.main.", "callee": "kivy.require", "lineno": 23, "resolution": "qualified_module_call" }, { "caller": "examples.android.compass.main.", "callee": ".jnius.autoclass", "lineno": 33, "resolution": "external_constructor_call" }, { "caller": "examples.android.compass.main.CompassApp.update_compass", "callee": "kivy.vector.Vector.__init__", "lineno": 50, "resolution": "imported_call" }, { "caller": "examples.android.compass.main.CompassApp.update_compass", "callee": ".math.floor", "lineno": 58, "resolution": "external_constructor_call" }, { "caller": "examples.android.compass.main.CompassApp.update_compass", "callee": "kivy.animation.Animation.__init__", "lineno": 63, "resolution": "imported_call" }, { "caller": "examples.android.compass.main.", "callee": "examples.android.compass.main.CompassApp.", "lineno": 77, "resolution": "same_module_class_call" } ], "examples.android.takepicture.main": [ { "caller": "examples.android.takepicture.main.", "callee": ".jnius.autoclass", "lineno": 34, "resolution": "external_constructor_call" }, { "caller": "examples.android.takepicture.main.", "callee": ".jnius.autoclass", "lineno": 35, "resolution": "external_constructor_call" }, { "caller": "examples.android.takepicture.main.", "callee": ".jnius.autoclass", "lineno": 36, "resolution": "external_constructor_call" }, { "caller": "examples.android.takepicture.main.", "callee": ".jnius.autoclass", "lineno": 37, "resolution": "external_constructor_call" }, { "caller": "examples.android.takepicture.main.TakePictureApp.get_filename", "callee": ".os.path.exists", "lineno": 54, "resolution": "external_constructor_call" }, { "caller": "examples.android.takepicture.main.TakePictureApp.take_picture", "callee": "examples.android.takepicture.main.TakePictureApp.get_filename", "lineno": 59, "resolution": "self_method_call" }, { "caller": "examples.android.takepicture.main.TakePictureApp.take_picture", "callee": ".jnius.cast", "lineno": 61, "resolution": "external_constructor_call" }, { "caller": "examples.android.takepicture.main.TakePictureApp.on_activity_result", "callee": ".functools.partial", "lineno": 67, "resolution": "external_constructor_call" }, { "caller": "examples.android.takepicture.main.", "callee": "examples.android.takepicture.main.TakePictureApp.", "lineno": 80, "resolution": "same_module_class_call" } ], "examples.animation.animate": [ { "caller": "examples.animation.animate.", "callee": "kivy.require", "lineno": 11, "resolution": "qualified_module_call" }, { "caller": "examples.animation.animate.TestApp.animate", "callee": "kivy.animation.Animation.__init__", "lineno": 24, "resolution": "imported_call" }, { "caller": "examples.animation.animate.TestApp.animate", "callee": "kivy.animation.Animation.__init__", "lineno": 25, "resolution": "imported_call" }, { "caller": "examples.animation.animate.TestApp.animate", "callee": "kivy.animation.Animation.__init__", "lineno": 26, "resolution": "imported_call" }, { "caller": "examples.animation.animate.TestApp.animate", "callee": "kivy.animation.Animation.__init__", "lineno": 27, "resolution": "imported_call" }, { "caller": "examples.animation.animate.TestApp.animate", "callee": "kivy.animation.Animation.start", "lineno": 32, "resolution": "local_typed_method_call" }, { "caller": "examples.animation.animate.", "callee": "examples.animation.animate.TestApp.", "lineno": 42, "resolution": "same_module_class_call" } ], "examples.application.app_suite": [ { "caller": "examples.application.app_suite.", "callee": "kivy.require", "lineno": 22, "resolution": "qualified_module_call" }, { "caller": "examples.application.app_suite.", "callee": ".random.choice", "lineno": 115, "resolution": "external_constructor_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.print_class", "lineno": 118, "resolution": "direct_name_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.TestBuildApp.", "lineno": 119, "resolution": "same_module_class_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.print_class", "lineno": 121, "resolution": "direct_name_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.print_class", "lineno": 124, "resolution": "direct_name_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.print_class", "lineno": 127, "resolution": "direct_name_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.TestKVStringApp.", "lineno": 128, "resolution": "same_module_class_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.print_class", "lineno": 130, "resolution": "direct_name_call" }, { "caller": "examples.application.app_suite.", "callee": "examples.application.app_suite.TestPrebuiltApp.", "lineno": 131, "resolution": "same_module_class_call" } ], "examples.application.app_with_build": [ { "caller": "examples.application.app_with_build.", "callee": "kivy.require", "lineno": 10, "resolution": "qualified_module_call" }, { "caller": "examples.application.app_with_build.", "callee": "examples.application.app_with_build.TestApp.", "lineno": 24, "resolution": "same_module_class_call" } ], "examples.application.app_with_config": [ { "caller": "examples.application.app_with_config.", "callee": "examples.application.app_with_config.ConfigApp.", "lineno": 49, "resolution": "same_module_class_call" } ], "examples.application.app_with_kv": [ { "caller": "examples.application.app_with_kv.", "callee": "kivy.require", "lineno": 15, "resolution": "qualified_module_call" } ], "examples.application.app_with_kv_in_template1": [ { "caller": "examples.application.app_with_kv_in_template1.", "callee": "kivy.require", "lineno": 17, "resolution": "qualified_module_call" } ], "examples.async.asyncio_advanced": [ { "caller": "examples.async.asyncio_advanced.AsyncApp.app_func", "callee": "examples.async.asyncio_advanced.AsyncApp.waste_time_freely", "lineno": 50, "resolution": "self_method_call" }, { "caller": "examples.async.asyncio_advanced.AsyncApp.app_func.run_wrapper", "callee": "kivy.app.App.async_run", "lineno": 55, "resolution": "inherited_method_call" }, { "caller": "examples.async.asyncio_advanced.AsyncApp.app_func", "callee": "examples.async.asyncio_advanced.AsyncApp.app_func.run_wrapper", "lineno": 59, "resolution": "same_class_name_call" }, { "caller": "examples.async.asyncio_advanced.", "callee": "examples.async.asyncio_advanced.AsyncApp.", "lineno": 89, "resolution": "same_module_class_call" } ], "examples.async.asyncio_basic": [ { "caller": "examples.async.asyncio_basic.root_func", "callee": "examples.async.asyncio_basic.waste_time_freely", "lineno": 54, "resolution": "direct_name_call" }, { "caller": "examples.async.asyncio_basic.root_func", "callee": "examples.async.asyncio_basic.run_app_happily", "lineno": 55, "resolution": "direct_name_call" }, { "caller": "examples.async.asyncio_basic.", "callee": "examples.async.asyncio_basic.root_func", "lineno": 58, "resolution": "direct_name_call" } ], "examples.async.trio_advanced": [ { "caller": "examples.async.trio_advanced.AsyncApp.app_func.run_wrapper", "callee": "kivy.app.App.async_run", "lineno": 60, "resolution": "inherited_method_call" }, { "caller": "examples.async.trio_advanced.", "callee": "examples.async.trio_advanced.AsyncApp.", "lineno": 93, "resolution": "same_module_class_call" } ], "examples.async.trio_basic": [], "examples.audio.main": [ { "caller": "examples.audio.main.", "callee": "kivy.require", "lineno": 15, "resolution": "qualified_module_call" }, { "caller": "examples.audio.main.AudioButton.on_press", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 34, "resolution": "qualified_module_call" }, { "caller": "examples.audio.main.AudioApp.build", "callee": ".glob.glob", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "examples.audio.main.AudioApp.build", "callee": ".os.path.join", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "examples.audio.main.AudioApp.build", "callee": ".os.path.dirname", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "examples.audio.main.AudioApp.build", "callee": "examples.audio.main.AudioButton.", "lineno": 63, "resolution": "same_module_class_call" }, { "caller": "examples.audio.main.AudioApp.build", "callee": ".os.path.basename", "lineno": 64, "resolution": "external_constructor_call" }, { "caller": "examples.audio.main.", "callee": "examples.audio.main.AudioApp.", "lineno": 81, "resolution": "same_module_class_call" } ], "examples.audio.pitch": [ { "caller": "examples.audio.pitch.Test.build", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 24, "resolution": "qualified_module_call" }, { "caller": "examples.audio.pitch.Test.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 28, "resolution": "imported_call" }, { "caller": "examples.audio.pitch.Test.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 34, "resolution": "local_typed_method_call" }, { "caller": "examples.audio.pitch.", "callee": "examples.audio.pitch.Test.", "lineno": 42, "resolution": "same_module_class_call" } ], "examples.camera.main": [ { "caller": "examples.camera.main.TestCamera.build", "callee": "examples.camera.main.CameraClick.", "lineno": 56, "resolution": "same_module_class_call" }, { "caller": "examples.camera.main.", "callee": "examples.camera.main.TestCamera.", "lineno": 59, "resolution": "same_module_class_call" } ], "examples.canvas.antialiasing": [ { "caller": "examples.canvas.antialiasing.", "callee": "examples.canvas.antialiasing.AntialiasDemoApp.", "lineno": 84, "resolution": "same_module_class_call" } ], "examples.canvas.bezier": [ { "caller": "examples.canvas.bezier.BezierTest.__init__", "callee": "kivy.uix.slider.Slider.", "lineno": 43, "resolution": "imported_call" }, { "caller": "examples.canvas.bezier.BezierTest.__init__", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 45, "resolution": "inherited_method_call" }, { "caller": "examples.canvas.bezier.BezierTest.__init__", "callee": "kivy.uix.slider.Slider.", "lineno": 47, "resolution": "imported_call" }, { "caller": "examples.canvas.bezier.BezierTest.__init__", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 49, "resolution": "inherited_method_call" }, { "caller": "examples.canvas.bezier.BezierTest.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 62, "resolution": "inherited_method_call" }, { "caller": "examples.canvas.bezier.BezierTest.on_touch_up", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 72, "resolution": "inherited_method_call" }, { "caller": "examples.canvas.bezier.BezierTest.on_touch_move", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 79, "resolution": "inherited_method_call" }, { "caller": "examples.canvas.bezier.Main.build", "callee": ".math.radians", "lineno": 99, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.bezier.Main.build", "callee": ".list.extend", "lineno": 100, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.bezier.Main.build", "callee": ".math.cos", "lineno": 100, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.bezier.Main.build", "callee": ".math.sin", "lineno": 100, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.bezier.Main.build", "callee": "examples.canvas.bezier.BezierTest.__init__", "lineno": 101, "resolution": "same_module_class_call" }, { "caller": "examples.canvas.bezier.", "callee": "examples.canvas.bezier.Main.", "lineno": 105, "resolution": "same_module_class_call" } ], "examples.canvas.canvas_stress": [ { "caller": "examples.canvas.canvas_stress.StressCanvasApp.double_rects", "callee": "examples.canvas.canvas_stress.StressCanvasApp.add_rects", "lineno": 34, "resolution": "self_method_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 41, "resolution": "imported_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 43, "resolution": "imported_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": ".functools.partial", "lineno": 46, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": ".functools.partial", "lineno": 49, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": ".functools.partial", "lineno": 52, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": ".functools.partial", "lineno": 55, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 57, "resolution": "imported_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 58, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 59, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 60, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 61, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 62, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 64, "resolution": "imported_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 65, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.canvas_stress.StressCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 66, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.canvas_stress.", "callee": "examples.canvas.canvas_stress.StressCanvasApp.", "lineno": 72, "resolution": "same_module_class_call" } ], "examples.canvas.circle": [ { "caller": "examples.canvas.circle.", "callee": "examples.canvas.circle.CircleApp.", "lineno": 84, "resolution": "same_module_class_call" } ], "examples.canvas.fbo_canvas": [ { "caller": "examples.canvas.fbo_canvas.ScreenLayerApp.build", "callee": "examples.canvas.fbo_canvas.FboFloatLayout.__init__", "lineno": 76, "resolution": "same_module_class_call" }, { "caller": "examples.canvas.fbo_canvas.ScreenLayerApp.build", "callee": "examples.canvas.fbo_canvas.FboFloatLayout.add_widget", "lineno": 78, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.fbo_canvas.ScreenLayerApp.build.anim_btn", "callee": "kivy.animation.Animation.__init__", "lineno": 82, "resolution": "imported_call" }, { "caller": "examples.canvas.fbo_canvas.ScreenLayerApp.build.anim_btn", "callee": "kivy.animation.Animation.__init__", "lineno": 84, "resolution": "imported_call" }, { "caller": "examples.canvas.fbo_canvas.", "callee": "examples.canvas.fbo_canvas.ScreenLayerApp.", "lineno": 91, "resolution": "same_module_class_call" } ], "examples.canvas.lines": [ { "caller": "examples.canvas.lines.LinePlayground.update_points_animation", "callee": ".list.append", "lineno": 282, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.lines.LinePlayground.update_points_animation", "callee": ".list.append", "lineno": 283, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.lines.LinePlayground.update_points_animation", "callee": ".math.cos", "lineno": 283, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.lines.LinePlayground.update_points_animation", "callee": ".list.append", "lineno": 284, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.lines.LinePlayground.update_points_animation", "callee": ".list.append", "lineno": 285, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.lines.LinePlayground.update_points_animation", "callee": ".math.sin", "lineno": 285, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.lines.TestLineApp.build", "callee": "examples.canvas.lines.LinePlayground.", "lineno": 292, "resolution": "same_module_class_call" }, { "caller": "examples.canvas.lines.", "callee": "examples.canvas.lines.TestLineApp.", "lineno": 296, "resolution": "same_module_class_call" } ], "examples.canvas.lines_extended": [ { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 169, "resolution": "imported_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 170, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 171, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 172, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 173, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 174, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 175, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 176, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 177, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.LineExtendedApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 178, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.lines_extended.", "callee": "examples.canvas.lines_extended.LineExtendedApp.", "lineno": 183, "resolution": "same_module_class_call" } ], "examples.canvas.mesh": [ { "caller": "examples.canvas.mesh.MeshTestApp.build_mesh", "callee": ".math.cos", "lineno": 31, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build_mesh", "callee": ".math.sin", "lineno": 32, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build_mesh", "callee": ".list.extend", "lineno": 33, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build_mesh", "callee": ".list.append", "lineno": 34, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": "examples.canvas.mesh.MeshTestApp.build_mesh", "lineno": 40, "resolution": "self_method_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 42, "resolution": "imported_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": ".functools.partial", "lineno": 46, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 47, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 49, "resolution": "imported_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 50, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.mesh.MeshTestApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 51, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.mesh.", "callee": "examples.canvas.mesh.MeshTestApp.", "lineno": 57, "resolution": "same_module_class_call" } ], "examples.canvas.mesh_manipulation": [ { "caller": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "callee": ".list.extend", "lineno": 89, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "callee": ".math.cos", "lineno": 90, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "callee": ".math.sin", "lineno": 91, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "callee": ".math.sin", "lineno": 92, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "callee": ".math.sin", "lineno": 93, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "callee": ".math.sin", "lineno": 94, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh_manipulation.MeshBallApp.update_points", "callee": ".math.cos", "lineno": 95, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.mesh_manipulation.", "callee": "examples.canvas.mesh_manipulation.MeshBallApp.", "lineno": 101, "resolution": "same_module_class_call" } ], "examples.canvas.multitexture": [ { "caller": "examples.canvas.multitexture.MultitextureApp.build", "callee": "examples.canvas.multitexture.MultitextureLayout.__init__", "lineno": 106, "resolution": "same_module_class_call" }, { "caller": "examples.canvas.multitexture.", "callee": "examples.canvas.multitexture.MultitextureApp.", "lineno": 110, "resolution": "same_module_class_call" } ], "examples.canvas.repeat_texture": [ { "caller": "examples.canvas.repeat_texture.RepeatTexture.build", "callee": "kivy.uix.image.Image.__init__", "lineno": 59, "resolution": "imported_call" }, { "caller": "examples.canvas.repeat_texture.", "callee": "examples.canvas.repeat_texture.RepeatTexture.", "lineno": 65, "resolution": "same_module_class_call" } ], "examples.canvas.rotation": [ { "caller": "examples.canvas.rotation.", "callee": "examples.canvas.rotation.RotationApp.", "lineno": 35, "resolution": "same_module_class_call" } ], "examples.canvas.rounded_rectangle": [ { "caller": "examples.canvas.rounded_rectangle.DrawRoundedRectanglesApp.build", "callee": "examples.canvas.rounded_rectangle.RoundedRectangleWidget.", "lineno": 145, "resolution": "same_module_class_call" }, { "caller": "examples.canvas.rounded_rectangle.DrawRoundedRectanglesApp.build", "callee": "examples.canvas.rounded_rectangle.RoundedRectangleWidget.prepare", "lineno": 146, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.rounded_rectangle.DrawRoundedRectanglesApp.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 148, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.rounded_rectangle.", "callee": "examples.canvas.rounded_rectangle.DrawRoundedRectanglesApp.", "lineno": 153, "resolution": "same_module_class_call" } ], "examples.canvas.scale": [ { "caller": "examples.canvas.scale.", "callee": "examples.canvas.scale.ScalingApp.", "lineno": 37, "resolution": "same_module_class_call" } ], "examples.canvas.stencil_canvas": [ { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "examples.canvas.stencil_canvas.StencilTestWidget.", "lineno": 56, "resolution": "same_module_class_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 58, "resolution": "imported_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": ".functools.partial", "lineno": 61, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": ".functools.partial", "lineno": 64, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": ".functools.partial", "lineno": 67, "resolution": "external_constructor_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 69, "resolution": "imported_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 70, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 71, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 72, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 73, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 75, "resolution": "imported_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 76, "resolution": "imported_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 77, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 78, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.stencil_canvas.StencilCanvasApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 79, "resolution": "local_typed_method_call" }, { "caller": "examples.canvas.stencil_canvas.", "callee": "examples.canvas.stencil_canvas.StencilCanvasApp.", "lineno": 85, "resolution": "same_module_class_call" } ], "examples.canvas.tesselate": [ { "caller": "examples.canvas.tesselate.ShapeBuilder.__init__", "callee": "examples.canvas.tesselate.ShapeBuilder.build", "lineno": 62, "resolution": "self_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.on_touch_down", "callee": "examples.canvas.tesselate.ShapeBuilder.build", "lineno": 69, "resolution": "self_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.on_touch_move", "callee": "examples.canvas.tesselate.ShapeBuilder.build", "lineno": 77, "resolution": "self_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.on_touch_up", "callee": "examples.canvas.tesselate.ShapeBuilder.push_shape", "lineno": 84, "resolution": "self_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.on_touch_up", "callee": "examples.canvas.tesselate.ShapeBuilder.build", "lineno": 85, "resolution": "self_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.build", "callee": ".list.append", "lineno": 117, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.build", "callee": ".list.append", "lineno": 118, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.build", "callee": ".list.append", "lineno": 119, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.build", "callee": ".list.append", "lineno": 120, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.tesselate.ShapeBuilder.build", "callee": ".list.pop", "lineno": 121, "resolution": "local_builtin_method_call" }, { "caller": "examples.canvas.tesselate.TessApp.build", "callee": "examples.canvas.tesselate.ShapeBuilder.__init__", "lineno": 143, "resolution": "same_module_class_call" }, { "caller": "examples.canvas.tesselate.", "callee": "examples.canvas.tesselate.TessApp.", "lineno": 146, "resolution": "same_module_class_call" } ], "examples.canvas.texture": [ { "caller": "examples.canvas.texture.", "callee": "kivy.base.runTouchApp", "lineno": 143, "resolution": "imported_call" } ], "examples.container.main": [ { "caller": "examples.container.main.", "callee": "kivy.require", "lineno": 16, "resolution": "qualified_module_call" }, { "caller": "examples.container.main.", "callee": "examples.container.main.EzsApp.", "lineno": 63, "resolution": "same_module_class_call" } ], "examples.cover.cover_image": [ { "caller": "examples.cover.cover_image.MainApp.build", "callee": "examples.cover.cover_image.CoverImage.__init__", "lineno": 21, "resolution": "same_module_class_call" }, { "caller": "examples.cover.cover_image.", "callee": "examples.cover.cover_image.MainApp.", "lineno": 25, "resolution": "same_module_class_call" } ], "examples.cover.cover_video": [ { "caller": "examples.cover.cover_video.MainApp.build", "callee": "examples.cover.cover_video.CoverVideo.", "lineno": 27, "resolution": "same_module_class_call" }, { "caller": "examples.cover.cover_video.", "callee": "examples.cover.cover_video.MainApp.", "lineno": 31, "resolution": "same_module_class_call" } ], "examples.demo.camera_puzzle": [ { "caller": "examples.demo.camera_puzzle.Puzzle.on_texture_size", "callee": "examples.demo.camera_puzzle.Puzzle.build", "lineno": 30, "resolution": "self_method_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.on_blocksize", "callee": "examples.demo.camera_puzzle.Puzzle.build", "lineno": 33, "resolution": "self_method_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.build", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 36, "resolution": "inherited_method_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.build", "callee": "kivy.uix.scatter.Scatter.__init__", "lineno": 49, "resolution": "imported_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 53, "resolution": "inherited_method_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.build", "callee": "examples.demo.camera_puzzle.Puzzle.shuffle", "lineno": 55, "resolution": "self_method_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.shuffle", "callee": ".random.randint", "lineno": 65, "resolution": "external_constructor_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.shuffle", "callee": "kivy.animation.Animation.__init__", "lineno": 69, "resolution": "imported_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.shuffle", "callee": ".random.random", "lineno": 69, "resolution": "external_constructor_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.shuffle", "callee": "kivy.animation.Animation.__init__", "lineno": 69, "resolution": "imported_call" }, { "caller": "examples.demo.camera_puzzle.Puzzle.on_touch_down", "callee": "examples.demo.camera_puzzle.Puzzle.shuffle", "lineno": 76, "resolution": "self_method_call" }, { "caller": "examples.demo.camera_puzzle.PuzzleApp.build", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 83, "resolution": "imported_call" }, { "caller": "examples.demo.camera_puzzle.PuzzleApp.build", "callee": "examples.demo.camera_puzzle.Puzzle.", "lineno": 84, "resolution": "same_module_class_call" }, { "caller": "examples.demo.camera_puzzle.PuzzleApp.build", "callee": "kivy.uix.slider.Slider.", "lineno": 85, "resolution": "imported_call" }, { "caller": "examples.demo.camera_puzzle.PuzzleApp.build", "callee": ".functools.partial", "lineno": 86, "resolution": "external_constructor_call" }, { "caller": "examples.demo.camera_puzzle.PuzzleApp.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 88, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.camera_puzzle.PuzzleApp.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 89, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.camera_puzzle.", "callee": "examples.demo.camera_puzzle.PuzzleApp.", "lineno": 98, "resolution": "same_module_class_call" } ], "examples.demo.kivycatalog.main": [ { "caller": "examples.demo.kivycatalog.main.", "callee": "kivy.require", "lineno": 23, "resolution": "qualified_module_call" }, { "caller": "examples.demo.kivycatalog.main.Container.__init__", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 63, "resolution": "inherited_method_call" }, { "caller": "examples.demo.kivycatalog.main.Catalog.__init__", "callee": "examples.demo.kivycatalog.main.Catalog.show_kv", "lineno": 122, "resolution": "self_method_call" }, { "caller": "examples.demo.kivycatalog.main.Catalog.show_kv", "callee": "examples.demo.kivycatalog.main.Catalog.change_kv", "lineno": 136, "resolution": "self_method_call" }, { "caller": "examples.demo.kivycatalog.main.Catalog.change_kv", "callee": "examples.demo.kivycatalog.main.Catalog.show_error", "lineno": 168, "resolution": "self_method_call" }, { "caller": "examples.demo.kivycatalog.main.Catalog.change_kv", "callee": "examples.demo.kivycatalog.main.Catalog.show_error", "lineno": 170, "resolution": "self_method_call" }, { "caller": "examples.demo.kivycatalog.main.Catalog.show_error", "callee": "kivy.animation.Animation.__init__", "lineno": 174, "resolution": "imported_call" }, { "caller": "examples.demo.kivycatalog.main.Catalog.show_error", "callee": "kivy.animation.Animation.__init__", "lineno": 175, "resolution": "imported_call" }, { "caller": "examples.demo.kivycatalog.main.Catalog.show_error", "callee": "kivy.animation.Animation.__init__", "lineno": 176, "resolution": "imported_call" }, { "caller": "examples.demo.kivycatalog.main.KivyCatalogApp.build", "callee": "examples.demo.kivycatalog.main.Catalog.__init__", "lineno": 185, "resolution": "same_module_class_call" }, { "caller": "examples.demo.kivycatalog.main.", "callee": "examples.demo.kivycatalog.main.KivyCatalogApp.", "lineno": 192, "resolution": "same_module_class_call" } ], "examples.demo.multistroke.gesturedatabase": [ { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.__init__", "callee": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.update_template_count", "lineno": 37, "resolution": "self_method_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.toggle_selected", "callee": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem._draw_rect", "lineno": 43, "resolution": "self_method_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.draw_item", "callee": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem._draw_rect", "lineno": 63, "resolution": "self_method_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.", "callee": ".helpers.InformationPopup", "lineno": 85, "resolution": "external_constructor_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabase.import_gdb", "callee": "examples.demo.multistroke.gesturedatabase.GestureDatabaseItem.__init__", "lineno": 103, "resolution": "same_module_class_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabase.perform_export", "callee": "examples.demo.multistroke.gesturedatabase.GestureDatabase.save_selection_to_file", "lineno": 150, "resolution": "self_method_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabase.perform_import", "callee": "examples.demo.multistroke.gesturedatabase.GestureDatabase.import_gdb", "lineno": 160, "resolution": "self_method_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabase.save_selection_to_file", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 170, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.gesturedatabase.GestureDatabase.save_selection_to_file", "callee": "kivy.multistroke.Recognizer.export_gesture", "lineno": 175, "resolution": "local_typed_method_call" } ], "examples.demo.multistroke.helpers": [], "examples.demo.multistroke.historymanager": [ { "caller": "examples.demo.multistroke.historymanager.GestureHistoryManager.__init__", "callee": "examples.demo.multistroke.historymanager.GestureSettingsForm.__init__", "lineno": 29, "resolution": "same_module_class_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureHistoryManager.__init__", "callee": ".helpers.InformationPopup", "lineno": 32, "resolution": "external_constructor_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureHistoryManager.__init__", "callee": "kivy.app.App.get_running_app", "lineno": 33, "resolution": "qualified_module_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureHistoryManager.clear_history", "callee": "examples.demo.multistroke.historymanager.GestureHistoryManager.visualizer_deselect", "lineno": 103, "resolution": "self_method_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureHistoryManager.visualizer_select", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 110, "resolution": "inherited_method_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureHistoryManager.visualizer_deselect", "callee": "kivy.uix.layout.Layout.remove_widget", "lineno": 117, "resolution": "inherited_method_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureHistoryManager.add_recognizer_result", "callee": "examples.demo.multistroke.historymanager.GestureVisualizer.__init__", "lineno": 125, "resolution": "same_module_class_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureSettingsForm.__init__", "callee": ".helpers.InformationPopup", "lineno": 171, "resolution": "external_constructor_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureSettingsForm.__init__", "callee": "examples.demo.multistroke.historymanager.RecognizerResultDetails.__init__", "lineno": 172, "resolution": "same_module_class_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureSettingsForm.__init__", "callee": "kivy.app.App.get_running_app", "lineno": 174, "resolution": "qualified_module_call" }, { "caller": "examples.demo.multistroke.historymanager.GestureVisualizer.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 227, "resolution": "inherited_method_call" } ], "examples.demo.multistroke.main": [ { "caller": "examples.demo.multistroke.main.MultistrokeApp.handle_gesture_discard", "callee": "kivy.uix.label.Label.__init__", "lineno": 60, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.handle_recognize_complete", "callee": "kivy.uix.label.Label.__init__", "lineno": 84, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.screenmanager.ScreenManager.__init__", "lineno": 91, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.screenmanager.SlideTransition.", "lineno": 91, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 93, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.gesturesurface.GestureSurface.__init__", "lineno": 96, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.screenmanager.Screen.", "lineno": 98, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 99, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": ".historymanager.GestureHistoryManager", "lineno": 108, "resolution": "external_constructor_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.screenmanager.Screen.", "lineno": 109, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 110, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": ".gesturedatabase.GestureDatabase", "lineno": 115, "resolution": "external_constructor_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.screenmanager.Screen.", "lineno": 116, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 117, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.screenmanager.Screen.", "lineno": 132, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 133, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 137, "resolution": "imported_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 138, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.multistroke.main.MultistrokeApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 139, "resolution": "local_typed_method_call" }, { "caller": "examples.demo.multistroke.main.", "callee": "examples.demo.multistroke.main.MultistrokeApp.", "lineno": 144, "resolution": "same_module_class_call" } ], "examples.demo.multistroke.settings": [ { "caller": "examples.demo.multistroke.settings.MultistrokeSettingSlider.__init__", "callee": "examples.demo.multistroke.settings.EditSettingPopup.__init__", "lineno": 56, "resolution": "same_module_class_call" }, { "caller": "examples.demo.multistroke.settings.MultistrokeSettingSlider._validate", "callee": "examples.demo.multistroke.settings.MultistrokeSettingSlider._to_numtype", "lineno": 74, "resolution": "self_method_call" }, { "caller": "examples.demo.multistroke.settings.MultistrokeSettingSlider.on_touch_down", "callee": "examples.demo.multistroke.settings.MultistrokeSettingSlider._to_numtype", "lineno": 86, "resolution": "self_method_call" } ], "examples.demo.pictures.main": [ { "caller": "examples.demo.pictures.main.", "callee": "kivy.require", "lineno": 27, "resolution": "qualified_module_call" }, { "caller": "examples.demo.pictures.main.PicturesApp.build", "callee": ".os.path.dirname", "lineno": 58, "resolution": "external_constructor_call" }, { "caller": "examples.demo.pictures.main.PicturesApp.build", "callee": ".glob.glob", "lineno": 59, "resolution": "external_constructor_call" }, { "caller": "examples.demo.pictures.main.PicturesApp.build", "callee": ".os.path.join", "lineno": 59, "resolution": "external_constructor_call" }, { "caller": "examples.demo.pictures.main.PicturesApp.build", "callee": ".random.randint", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "examples.demo.pictures.main.", "callee": "examples.demo.pictures.main.PicturesApp.", "lineno": 73, "resolution": "same_module_class_call" } ], "examples.demo.shadereditor.main": [ { "caller": "examples.demo.shadereditor.main.", "callee": "kivy.require", "lineno": 19, "resolution": "qualified_module_call" }, { "caller": "examples.demo.shadereditor.main.ShaderEditorApp.build", "callee": "examples.demo.shadereditor.main.ShaderEditor.__init__", "lineno": 137, "resolution": "same_module_class_call" }, { "caller": "examples.demo.shadereditor.main.", "callee": "examples.demo.shadereditor.main.ShaderEditorApp.", "lineno": 141, "resolution": "same_module_class_call" } ], "examples.demo.showcase.main": [ { "caller": "examples.demo.showcase.main.ShowcaseApp.build", "callee": ".os.path.dirname", "lineno": 73, "resolution": "external_constructor_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.build", "callee": ".os.path.join", "lineno": 74, "resolution": "external_constructor_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.build", "callee": "examples.demo.showcase.main.ShowcaseApp.go_next_screen", "lineno": 76, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.go_previous_screen", "callee": "examples.demo.showcase.main.ShowcaseApp.load_screen", "lineno": 89, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.go_previous_screen", "callee": "examples.demo.showcase.main.ShowcaseApp.update_sourcecode", "lineno": 93, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.go_next_screen", "callee": "examples.demo.showcase.main.ShowcaseApp.load_screen", "lineno": 97, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.go_next_screen", "callee": "examples.demo.showcase.main.ShowcaseApp.update_sourcecode", "lineno": 101, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.go_screen", "callee": "examples.demo.showcase.main.ShowcaseApp.load_screen", "lineno": 105, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.go_screen", "callee": "examples.demo.showcase.main.ShowcaseApp.update_sourcecode", "lineno": 106, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.go_hierarchy_previous", "callee": "examples.demo.showcase.main.ShowcaseApp.go_screen", "lineno": 116, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.toggle_source_code", "callee": "kivy.animation.Animation.__init__", "lineno": 137, "resolution": "imported_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.toggle_source_code", "callee": "examples.demo.showcase.main.ShowcaseApp.update_sourcecode", "lineno": 140, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp.update_sourcecode", "callee": "examples.demo.showcase.main.ShowcaseApp.read_sourcecode", "lineno": 146, "resolution": "self_method_call" }, { "caller": "examples.demo.showcase.main.ShowcaseApp._update_clock", "callee": ".time.time", "lineno": 239, "resolution": "external_constructor_call" }, { "caller": "examples.demo.showcase.main.", "callee": "examples.demo.showcase.main.ShowcaseApp.", "lineno": 243, "resolution": "same_module_class_call" } ], "examples.demo.touchtracer.main": [ { "caller": "examples.demo.touchtracer.main.", "callee": "kivy.require", "lineno": 29, "resolution": "qualified_module_call" }, { "caller": "examples.demo.touchtracer.main.calculate_points", "callee": ".math.sqrt", "lineno": 43, "resolution": "external_constructor_call" }, { "caller": "examples.demo.touchtracer.main.calculate_points", "callee": ".list.extend", "lineno": 52, "resolution": "local_builtin_method_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.normalize_pressure", "callee": "kivy.metrics.dp", "lineno": 64, "resolution": "imported_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_down", "callee": "kivy.uix.widget.Widget.get_parent_window", "lineno": 67, "resolution": "inherited_method_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_down", "callee": "examples.demo.touchtracer.main.Touchtracer.normalize_pressure", "lineno": 74, "resolution": "self_method_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_down", "callee": ".random.random", "lineno": 75, "resolution": "external_constructor_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_down", "callee": "kivy.uix.label.Label.__init__", "lineno": 85, "resolution": "imported_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_down", "callee": "examples.demo.touchtracer.main.Touchtracer.update_touch_label", "lineno": 86, "resolution": "self_method_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_down", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 87, "resolution": "inherited_method_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_move", "callee": "examples.demo.touchtracer.main.calculate_points", "lineno": 108, "resolution": "direct_name_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_move", "callee": "examples.demo.touchtracer.main.Touchtracer.normalize_pressure", "lineno": 118, "resolution": "self_method_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_move", "callee": "examples.demo.touchtracer.main.Touchtracer.update_touch_label", "lineno": 140, "resolution": "self_method_call" }, { "caller": "examples.demo.touchtracer.main.Touchtracer.on_touch_up", "callee": "kivy.uix.floatlayout.FloatLayout.remove_widget", "lineno": 148, "resolution": "inherited_method_call" }, { "caller": "examples.demo.touchtracer.main.TouchtracerApp.build", "callee": "examples.demo.touchtracer.main.Touchtracer.", "lineno": 163, "resolution": "same_module_class_call" }, { "caller": "examples.demo.touchtracer.main.", "callee": "examples.demo.touchtracer.main.TouchtracerApp.", "lineno": 170, "resolution": "same_module_class_call" } ], "examples.desktop_path_id.demo_app": [ { "caller": "examples.desktop_path_id.demo_app.DesktopPathIdDemoApp.on_start", "callee": ".textwrap.dedent", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "examples.desktop_path_id.demo_app.", "callee": "examples.desktop_path_id.demo_app.DesktopPathIdDemoApp.", "lineno": 106, "resolution": "same_module_class_call" } ], "examples.frameworks.twisted.echo_client_app": [ { "caller": "examples.frameworks.twisted.echo_client_app.", "callee": "kivy.support.install_twisted_reactor", "lineno": 6, "resolution": "imported_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.build", "callee": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.setup_gui", "lineno": 51, "resolution": "self_method_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.build", "callee": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.connect_to_server", "lineno": 52, "resolution": "self_method_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.setup_gui", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.setup_gui", "callee": "kivy.uix.label.Label.__init__", "lineno": 58, "resolution": "imported_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.setup_gui", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 59, "resolution": "imported_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.setup_gui", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 60, "resolution": "local_typed_method_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.setup_gui", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 61, "resolution": "local_typed_method_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.connect_to_server", "callee": "examples.frameworks.twisted.echo_client_app.EchoClientFactory.__init__", "lineno": 65, "resolution": "same_module_class_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.on_connection", "callee": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.print_message", "lineno": 68, "resolution": "self_method_call" }, { "caller": "examples.frameworks.twisted.echo_client_app.", "callee": "examples.frameworks.twisted.echo_client_app.TwistedClientApp.", "lineno": 82, "resolution": "same_module_class_call" } ], "examples.frameworks.twisted.echo_server_app": [ { "caller": "examples.frameworks.twisted.echo_server_app.", "callee": "kivy.support.install_twisted_reactor", "lineno": 4, "resolution": "imported_call" }, { "caller": "examples.frameworks.twisted.echo_server_app.TwistedServerApp.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "examples.frameworks.twisted.echo_server_app.TwistedServerApp.build", "callee": "examples.frameworks.twisted.echo_server_app.EchoServerFactory.__init__", "lineno": 33, "resolution": "same_module_class_call" }, { "caller": "examples.frameworks.twisted.echo_server_app.TwistedServerApp.handle_message", "callee": ".str.encode", "lineno": 45, "resolution": "local_builtin_method_call" }, { "caller": "examples.frameworks.twisted.echo_server_app.", "callee": "examples.frameworks.twisted.echo_server_app.TwistedServerApp.", "lineno": 49, "resolution": "same_module_class_call" } ], "examples.frameworks.twisted.twistd_app": [ { "caller": "examples.frameworks.twisted.twistd_app.", "callee": "kivy.support.install_twisted_reactor", "lineno": 2, "resolution": "imported_call" }, { "caller": "examples.frameworks.twisted.twistd_app.AndroidApplicationRunner.run", "callee": ".twisted.application.service.IServiceCollection", "lineno": 25, "resolution": "external_constructor_call" }, { "caller": "examples.frameworks.twisted.twistd_app.TwistedTwistd.cb_twistd", "callee": ".twisted.application.service.IServiceCollection", "lineno": 48, "resolution": "external_constructor_call" }, { "caller": "examples.frameworks.twisted.twistd_app.TwistedTwistd.cb_twistd", "callee": ".str.split", "lineno": 52, "resolution": "local_builtin_method_call" }, { "caller": "examples.frameworks.twisted.twistd_app.TwistedTwistd.cb_twistd", "callee": ".twisted.scripts._twistd_unix.ServerOptions", "lineno": 53, "resolution": "external_constructor_call" }, { "caller": "examples.frameworks.twisted.twistd_app.TwistedTwistd.cb_twistd", "callee": "examples.frameworks.twisted.twistd_app.AndroidApplicationRunner.", "lineno": 55, "resolution": "same_module_class_call" }, { "caller": "examples.frameworks.twisted.twistd_app.TwistedTwistdApp.build", "callee": "examples.frameworks.twisted.twistd_app.TwistedTwistd.", "lineno": 62, "resolution": "same_module_class_call" }, { "caller": "examples.frameworks.twisted.twistd_app.", "callee": "examples.frameworks.twisted.twistd_app.TwistedTwistdApp.", "lineno": 66, "resolution": "same_module_class_call" } ], "examples.gestures.gesture_board": [ { "caller": "examples.gestures.gesture_board.simplegesture", "callee": "kivy.gesture.Gesture.__init__", "lineno": 14, "resolution": "imported_call" }, { "caller": "examples.gestures.gesture_board.simplegesture", "callee": "kivy.gesture.Gesture.add_stroke", "lineno": 15, "resolution": "local_typed_method_call" }, { "caller": "examples.gestures.gesture_board.simplegesture", "callee": "kivy.gesture.Gesture.normalize", "lineno": 16, "resolution": "local_typed_method_call" }, { "caller": "examples.gestures.gesture_board.GestureBoard.__init__", "callee": "kivy.gesture.GestureDatabase.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "examples.gestures.gesture_board.GestureBoard.on_touch_up", "callee": "examples.gestures.gesture_board.simplegesture", "lineno": 59, "resolution": "direct_name_call" }, { "caller": "examples.gestures.gesture_board.DemoGesture.build", "callee": "examples.gestures.gesture_board.GestureBoard.__init__", "lineno": 91, "resolution": "same_module_class_call" }, { "caller": "examples.gestures.gesture_board.", "callee": "examples.gestures.gesture_board.DemoGesture.", "lineno": 95, "resolution": "same_module_class_call" } ], "examples.gestures.my_gestures": [ { "caller": "examples.gestures.my_gestures.", "callee": "kivy.gesture.GestureDatabase.__init__", "lineno": 3, "resolution": "imported_call" }, { "caller": "examples.gestures.my_gestures.", "callee": "kivy.gesture.GestureDatabase.str_to_gesture", "lineno": 5, "resolution": "local_typed_method_call" }, { "caller": "examples.gestures.my_gestures.", "callee": "kivy.gesture.GestureDatabase.str_to_gesture", "lineno": 24, "resolution": "local_typed_method_call" }, { "caller": "examples.gestures.my_gestures.", "callee": "kivy.gesture.GestureDatabase.str_to_gesture", "lineno": 51, "resolution": "local_typed_method_call" }, { "caller": "examples.gestures.my_gestures.", "callee": "kivy.gesture.GestureDatabase.str_to_gesture", "lineno": 70, "resolution": "local_typed_method_call" } ], "examples.guide.designwithkv.main": [ { "caller": "examples.guide.designwithkv.main.", "callee": "kivy.require", "lineno": 2, "resolution": "qualified_module_call" }, { "caller": "examples.guide.designwithkv.main.ControllerApp.build", "callee": "examples.guide.designwithkv.main.Controller.", "lineno": 25, "resolution": "same_module_class_call" }, { "caller": "examples.guide.designwithkv.main.", "callee": "examples.guide.designwithkv.main.ControllerApp.", "lineno": 29, "resolution": "same_module_class_call" } ], "examples.guide.firstwidget.1_skeleton": [ { "caller": "examples.guide.firstwidget.1_skeleton.", "callee": "examples.guide.firstwidget.1_skeleton.MyPaintApp.", "lineno": 15, "resolution": "same_module_class_call" } ], "examples.guide.firstwidget.2_print_touch": [ { "caller": "examples.guide.firstwidget.2_print_touch.MyPaintApp.build", "callee": "examples.guide.firstwidget.2_print_touch.MyPaintWidget.", "lineno": 12, "resolution": "same_module_class_call" }, { "caller": "examples.guide.firstwidget.2_print_touch.", "callee": "examples.guide.firstwidget.2_print_touch.MyPaintApp.", "lineno": 16, "resolution": "same_module_class_call" } ], "examples.guide.firstwidget.3_draw_ellipse": [ { "caller": "examples.guide.firstwidget.3_draw_ellipse.MyPaintApp.build", "callee": "examples.guide.firstwidget.3_draw_ellipse.MyPaintWidget.", "lineno": 18, "resolution": "same_module_class_call" }, { "caller": "examples.guide.firstwidget.3_draw_ellipse.", "callee": "examples.guide.firstwidget.3_draw_ellipse.MyPaintApp.", "lineno": 22, "resolution": "same_module_class_call" } ], "examples.guide.firstwidget.4_draw_line": [ { "caller": "examples.guide.firstwidget.4_draw_line.MyPaintApp.build", "callee": "examples.guide.firstwidget.4_draw_line.MyPaintWidget.", "lineno": 22, "resolution": "same_module_class_call" }, { "caller": "examples.guide.firstwidget.4_draw_line.", "callee": "examples.guide.firstwidget.4_draw_line.MyPaintApp.", "lineno": 26, "resolution": "same_module_class_call" } ], "examples.guide.firstwidget.5_random_colors": [ { "caller": "examples.guide.firstwidget.5_random_colors.MyPaintWidget.on_touch_down", "callee": ".random.random", "lineno": 10, "resolution": "external_constructor_call" }, { "caller": "examples.guide.firstwidget.5_random_colors.MyPaintWidget.on_touch_down", "callee": ".random.random", "lineno": 10, "resolution": "external_constructor_call" }, { "caller": "examples.guide.firstwidget.5_random_colors.MyPaintWidget.on_touch_down", "callee": ".random.random", "lineno": 10, "resolution": "external_constructor_call" }, { "caller": "examples.guide.firstwidget.5_random_colors.MyPaintApp.build", "callee": "examples.guide.firstwidget.5_random_colors.MyPaintWidget.", "lineno": 24, "resolution": "same_module_class_call" }, { "caller": "examples.guide.firstwidget.5_random_colors.", "callee": "examples.guide.firstwidget.5_random_colors.MyPaintApp.", "lineno": 28, "resolution": "same_module_class_call" } ], "examples.guide.firstwidget.6_button": [ { "caller": "examples.guide.firstwidget.6_button.MyPaintWidget.on_touch_down", "callee": ".random.random", "lineno": 11, "resolution": "external_constructor_call" }, { "caller": "examples.guide.firstwidget.6_button.MyPaintApp.build", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 25, "resolution": "imported_call" }, { "caller": "examples.guide.firstwidget.6_button.MyPaintApp.build", "callee": "examples.guide.firstwidget.6_button.MyPaintWidget.", "lineno": 26, "resolution": "same_module_class_call" }, { "caller": "examples.guide.firstwidget.6_button.MyPaintApp.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 29, "resolution": "local_typed_method_call" }, { "caller": "examples.guide.firstwidget.6_button.MyPaintApp.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 30, "resolution": "local_typed_method_call" }, { "caller": "examples.guide.firstwidget.6_button.", "callee": "examples.guide.firstwidget.6_button.MyPaintApp.", "lineno": 38, "resolution": "same_module_class_call" } ], "examples.guide.quickstart.main": [ { "caller": "examples.guide.quickstart.main.", "callee": "kivy.require", "lineno": 2, "resolution": "qualified_module_call" }, { "caller": "examples.guide.quickstart.main.", "callee": "examples.guide.quickstart.main.MyApp.", "lineno": 15, "resolution": "same_module_class_call" } ], "examples.includes.main": [], "examples.keyboard.main": [ { "caller": "examples.keyboard.main.", "callee": "kivy.require", "lineno": 23, "resolution": "imported_call" }, { "caller": "examples.keyboard.main.KeyboardScreen.__init__", "callee": "examples.keyboard.main.KeyboardScreen._add_keyboards", "lineno": 163, "resolution": "self_method_call" }, { "caller": "examples.keyboard.main.KeyboardScreen._add_keyboards", "callee": "kivy.uix.vkeyboard.VKeyboard.__init__", "lineno": 169, "resolution": "imported_call" }, { "caller": "examples.keyboard.main.KeyboardScreen._add_keyboards", "callee": ".functools.partial", "lineno": 176, "resolution": "external_constructor_call" }, { "caller": "examples.keyboard.main.KeyboardDemo.build", "callee": "kivy.uix.screenmanager.ScreenManager.__init__", "lineno": 218, "resolution": "imported_call" }, { "caller": "examples.keyboard.main.KeyboardDemo.build", "callee": "examples.keyboard.main.ModeScreen.", "lineno": 219, "resolution": "same_module_class_call" }, { "caller": "examples.keyboard.main.KeyboardDemo.build", "callee": "examples.keyboard.main.KeyboardScreen.__init__", "lineno": 220, "resolution": "same_module_class_call" }, { "caller": "examples.keyboard.main.", "callee": "examples.keyboard.main.KeyboardDemo.", "lineno": 226, "resolution": "same_module_class_call" } ], "examples.kinect.kinectviewer": [ { "caller": "examples.kinect.kinectviewer.KinectDepth.__init__", "callee": ".collections.deque", "lineno": 151, "resolution": "external_constructor_call" }, { "caller": "examples.kinect.kinectviewer.KinectDepth.run", "callee": ".time.sleep", "lineno": 160, "resolution": "external_constructor_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewer.__init__", "callee": "examples.kinect.kinectviewer.KinectDepth.__init__", "lineno": 182, "resolution": "same_module_class_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewerApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 230, "resolution": "imported_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewerApp.build", "callee": "examples.kinect.kinectviewer.KinectViewer.__init__", "lineno": 232, "resolution": "same_module_class_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewerApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 235, "resolution": "local_typed_method_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewerApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 237, "resolution": "imported_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewerApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 238, "resolution": "local_typed_method_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewerApp.build", "callee": "kivy.uix.slider.Slider.", "lineno": 240, "resolution": "imported_call" }, { "caller": "examples.kinect.kinectviewer.KinectViewerApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 246, "resolution": "local_typed_method_call" }, { "caller": "examples.kinect.kinectviewer.", "callee": "examples.kinect.kinectviewer.KinectViewerApp.", "lineno": 283, "resolution": "same_module_class_call" } ], "examples.kv.kvrun": [ { "caller": "examples.kv.kvrun.", "callee": "examples.kv.kvrun.KvApp.__init__", "lineno": 38, "resolution": "same_module_class_call" } ], "examples.kv.ids.id_in_kv.id_in_kv": [ { "caller": "examples.kv.ids.id_in_kv.id_in_kv.", "callee": "kivy.require", "lineno": 10, "resolution": "qualified_module_call" } ], "examples.kv.ids.kv_and_py.kv_and_py": [ { "caller": "examples.kv.ids.kv_and_py.kv_and_py.", "callee": "kivy.require", "lineno": 9, "resolution": "qualified_module_call" } ], "examples.miscellaneous.clipboard": [ { "caller": "examples.miscellaneous.clipboard.Clip.make_labels", "callee": "kivy.uix.label.Label.__init__", "lineno": 50, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.clipboard.Clip.make_pretty_labels", "callee": "kivy.uix.label.Label.__init__", "lineno": 59, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.clipboard.", "callee": "kivy.base.runTouchApp", "lineno": 63, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.clipboard.", "callee": "examples.miscellaneous.clipboard.Clip.", "lineno": 63, "resolution": "same_module_class_call" } ], "examples.miscellaneous.custom_titlebar": [ { "caller": "examples.miscellaneous.custom_titlebar.", "callee": "examples.miscellaneous.custom_titlebar.CustomTitleBar.", "lineno": 56, "resolution": "same_module_class_call" } ], "examples.miscellaneous.imagesave": [ { "caller": "examples.miscellaneous.imagesave.", "callee": "kivy.core.image.Image.load", "lineno": 6, "resolution": "qualified_module_call" }, { "caller": "examples.miscellaneous.imagesave.", "callee": ".io.BytesIO", "lineno": 8, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.imagesave.", "callee": ".io.BytesIO", "lineno": 12, "resolution": "external_constructor_call" } ], "examples.miscellaneous.joystick": [ { "caller": "examples.miscellaneous.joystick.Listener.on_joy_axis", "callee": "examples.miscellaneous.joystick.Listener.joy_motion", "lineno": 62, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.joystick.Listener.on_joy_ball", "callee": "examples.miscellaneous.joystick.Listener.joy_motion", "lineno": 65, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.joystick.Listener.on_joy_hat", "callee": "examples.miscellaneous.joystick.Listener.joy_motion", "lineno": 68, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.joystick.JoystickApp.build", "callee": "examples.miscellaneous.joystick.Listener.__init__", "lineno": 79, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.joystick.", "callee": "examples.miscellaneous.joystick.JoystickApp.", "lineno": 83, "resolution": "same_module_class_call" } ], "examples.miscellaneous.multiple_dropfile": [ { "caller": "examples.miscellaneous.multiple_dropfile.DropFile.__init__", "callee": "kivy.app.App.get_running_app", "lineno": 12, "resolution": "qualified_module_call" }, { "caller": "examples.miscellaneous.multiple_dropfile.DropApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.multiple_dropfile.DropApp.build", "callee": "examples.miscellaneous.multiple_dropfile.DropFile.__init__", "lineno": 35, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.multiple_dropfile.DropApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 36, "resolution": "local_typed_method_call" }, { "caller": "examples.miscellaneous.multiple_dropfile.DropApp.build", "callee": "examples.miscellaneous.multiple_dropfile.DropFile.__init__", "lineno": 37, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.multiple_dropfile.DropApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 38, "resolution": "local_typed_method_call" }, { "caller": "examples.miscellaneous.multiple_dropfile.", "callee": "examples.miscellaneous.multiple_dropfile.DropApp.", "lineno": 51, "resolution": "same_module_class_call" } ], "examples.miscellaneous.on_textedit_event": [ { "caller": "examples.miscellaneous.on_textedit_event.MainWidget.changeFont", "callee": "kivy.core.text.LabelBase.register", "lineno": 38, "resolution": "qualified_module_call" }, { "caller": "examples.miscellaneous.on_textedit_event.TextEditTestApp.build", "callee": "examples.miscellaneous.on_textedit_event.MainWidget.__init__", "lineno": 48, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.on_textedit_event.", "callee": "examples.miscellaneous.on_textedit_event.TextEditTestApp.__init__", "lineno": 104, "resolution": "same_module_class_call" } ], "examples.miscellaneous.opacitywindow": [ { "caller": "examples.miscellaneous.opacitywindow.", "callee": "examples.miscellaneous.opacitywindow.WindowOpacityApp.", "lineno": 28, "resolution": "same_module_class_call" } ], "examples.miscellaneous.screen_recording": [ { "caller": "examples.miscellaneous.screen_recording.fixed_timestep", "callee": ".contextlib.ExitStack", "lineno": 44, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.fixed_timestep", "callee": "kivy.context.Context.__init__", "lineno": 47, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.screen_recording.fixed_timestep", "callee": "kivy.clock.ClockBase.__init__", "lineno": 48, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.screen_recording.fixed_timestep", "callee": "kivy.context.Context.push", "lineno": 49, "resolution": "local_typed_method_call" }, { "caller": "examples.miscellaneous.screen_recording.record_screen", "callee": ".contextlib.ExitStack", "lineno": 98, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.record_screen", "callee": ".functools.partial", "lineno": 109, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.", "callee": ".functools.partial", "lineno": 117, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.BouncingBallsApp.on_start", "callee": ".functools.partial", "lineno": 152, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.BouncingBallsApp.on_start", "callee": ".functools.partial", "lineno": 153, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.BouncingBallsApp.generate_ball", "callee": ".random.uniform", "lineno": 179, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.BouncingBallsApp.generate_ball", "callee": "kivy.utils.get_random_color", "lineno": 181, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.screen_recording.BouncingBallsApp.generate_ball", "callee": ".random.uniform", "lineno": 187, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.BouncingBallsApp.generate_ball", "callee": ".random.uniform", "lineno": 188, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.screen_recording.", "callee": "examples.miscellaneous.screen_recording.draw_upside_down", "lineno": 195, "resolution": "direct_name_call" }, { "caller": "examples.miscellaneous.screen_recording.", "callee": "examples.miscellaneous.screen_recording.fixed_timestep", "lineno": 196, "resolution": "direct_name_call" }, { "caller": "examples.miscellaneous.screen_recording.", "callee": "examples.miscellaneous.screen_recording.record_screen", "lineno": 197, "resolution": "direct_name_call" }, { "caller": "examples.miscellaneous.screen_recording.", "callee": "examples.miscellaneous.screen_recording.BouncingBallsApp.", "lineno": 200, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.screen_recording.", "callee": "examples.miscellaneous.screen_recording.BouncingBallsApp.", "lineno": 202, "resolution": "same_module_class_call" } ], "examples.miscellaneous.shapecollisions": [ { "caller": "examples.miscellaneous.shapecollisions.BaseShape.__init__", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 77, "resolution": "inherited_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.BaseShape.__init__", "callee": "kivy.uix.label.Label.__init__", "lineno": 77, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.shapecollisions.BaseShape.on_pos", "callee": "examples.miscellaneous.shapecollisions.BaseShape.move_label", "lineno": 131, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.BaseShape.on_pos", "callee": "examples.miscellaneous.shapecollisions.BaseShape.move_collider", "lineno": 135, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.RegularShape.__init__", "callee": ".random.random", "lineno": 205, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.RegularShape.__init__", "callee": ".math.cos", "lineno": 213, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.RegularShape.__init__", "callee": ".math.sin", "lineno": 214, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.RegularShape.__init__", "callee": ".list.extend", "lineno": 215, "resolution": "local_builtin_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.RegularShape.__init__", "callee": ".list.extend", "lineno": 218, "resolution": "local_builtin_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.RegularShape.on_touch_down", "callee": "examples.miscellaneous.shapecollisions.BaseShape.shape_collide", "lineno": 232, "resolution": "inherited_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.MeshShape.__init__", "callee": ".random.random", "lineno": 249, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.MeshShape.__init__", "callee": ".list.extend", "lineno": 276, "resolution": "local_builtin_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.MeshShape.on_touch_down", "callee": "examples.miscellaneous.shapecollisions.BaseShape.shape_collide", "lineno": 317, "resolution": "inherited_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.collision_circles", "callee": ".itertools.combinations", "lineno": 335, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.collision_circles", "callee": ".math.sqrt", "lineno": 340, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.collision_circles", "callee": ".math.cos", "lineno": 355, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.collision_circles", "callee": ".math.sin", "lineno": 355, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 369, "resolution": "imported_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": "examples.miscellaneous.shapecollisions.RegularShape.__init__", "lineno": 373, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": ".list.append", "lineno": 378, "resolution": "local_builtin_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": "examples.miscellaneous.shapecollisions.MeshShape.__init__", "lineno": 378, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": ".list.append", "lineno": 379, "resolution": "local_builtin_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": "examples.miscellaneous.shapecollisions.MeshShape.__init__", "lineno": 379, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": ".list.append", "lineno": 380, "resolution": "local_builtin_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": "examples.miscellaneous.shapecollisions.MeshShape.__init__", "lineno": 380, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": ".random.randint", "lineno": 387, "resolution": "external_constructor_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 388, "resolution": "local_typed_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.Collisions.build", "callee": "examples.miscellaneous.shapecollisions.Collisions.collision_circles", "lineno": 392, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.shapecollisions.", "callee": "examples.miscellaneous.shapecollisions.Collisions.__init__", "lineno": 397, "resolution": "same_module_class_call" } ], "examples.miscellaneous.shapedwindow": [ { "caller": "examples.miscellaneous.shapedwindow.", "callee": "examples.miscellaneous.shapedwindow.ShapedWindowApp.", "lineno": 58, "resolution": "same_module_class_call" } ], "examples.miscellaneous.system_theme_monitor": [ { "caller": "examples.miscellaneous.system_theme_monitor.ThemedLabel.__init__", "callee": "examples.miscellaneous.system_theme_monitor.ThemedLabel.start_system_theme_monitor", "lineno": 14, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.system_theme_monitor.ThemedLabel.start_system_theme_monitor.monitor", "callee": "examples.miscellaneous.system_theme_monitor.ThemedLabel.on_system_theme_change", "lineno": 32, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.system_theme_monitor.ThemeMonitorApp.build", "callee": "examples.miscellaneous.system_theme_monitor.ThemedLabel.__init__", "lineno": 49, "resolution": "same_module_class_call" }, { "caller": "examples.miscellaneous.system_theme_monitor.", "callee": "examples.miscellaneous.system_theme_monitor.ThemeMonitorApp.", "lineno": 54, "resolution": "same_module_class_call" } ], "examples.miscellaneous.two_panes": [ { "caller": "examples.miscellaneous.two_panes.", "callee": "examples.miscellaneous.two_panes.ExampleApp.", "lineno": 47, "resolution": "same_module_class_call" } ], "examples.miscellaneous.urlrequest": [ { "caller": "examples.miscellaneous.urlrequest.UrlExample.fetch_content", "callee": "examples.miscellaneous.urlrequest.UrlExample.cleanup", "lineno": 85, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.urlrequest.UrlExample.on_success", "callee": "examples.miscellaneous.urlrequest.UrlExample.cleanup", "lineno": 100, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.urlrequest.UrlExample.on_failure", "callee": "examples.miscellaneous.urlrequest.UrlExample.cleanup", "lineno": 117, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.urlrequest.UrlExample.on_error", "callee": "examples.miscellaneous.urlrequest.UrlExample.cleanup", "lineno": 123, "resolution": "self_method_call" }, { "caller": "examples.miscellaneous.urlrequest.", "callee": "examples.miscellaneous.urlrequest.UrlExample.", "lineno": 128, "resolution": "same_module_class_call" } ], "examples.RST_Editor.main": [ { "caller": "examples.RST_Editor.main.Root.show_load", "callee": "kivy.uix.popup.Popup.", "lineno": 31, "resolution": "imported_call" }, { "caller": "examples.RST_Editor.main.Root.show_save", "callee": "kivy.uix.popup.Popup.", "lineno": 37, "resolution": "imported_call" }, { "caller": "examples.RST_Editor.main.Root.load", "callee": "examples.RST_Editor.main.Root.dismiss_popup", "lineno": 45, "resolution": "self_method_call" }, { "caller": "examples.RST_Editor.main.Root.save", "callee": "examples.RST_Editor.main.Root.dismiss_popup", "lineno": 51, "resolution": "self_method_call" } ], "examples.settings.main": [ { "caller": "examples.settings.main.", "callee": "examples.settings.main.MyApp.", "lineno": 122, "resolution": "same_module_class_call" } ], "examples.shader.plasma": [ { "caller": "examples.shader.plasma.PlasmaApp.build", "callee": "examples.shader.plasma.ShaderWidget.__init__", "lineno": 82, "resolution": "same_module_class_call" }, { "caller": "examples.shader.plasma.", "callee": "examples.shader.plasma.PlasmaApp.", "lineno": 86, "resolution": "same_module_class_call" } ], "examples.shader.rotated": [ { "caller": "examples.shader.rotated.", "callee": "examples.shader.rotated.RotatedApp.", "lineno": 102, "resolution": "same_module_class_call" } ], "examples.shader.shadertree": [ { "caller": "examples.shader.shadertree.ShaderTreeApp.build", "callee": "examples.shader.shadertree.RootWidget.__init__", "lineno": 189, "resolution": "same_module_class_call" }, { "caller": "examples.shader.shadertree.", "callee": "examples.shader.shadertree.ShaderTreeApp.", "lineno": 193, "resolution": "same_module_class_call" } ], "examples.svg.icon_toggle_button": [ { "caller": "examples.svg.icon_toggle_button.", "callee": "examples.svg.icon_toggle_button.IconButtonApp.", "lineno": 79, "resolution": "same_module_class_call" } ], "examples.svg.svg_download": [ { "caller": "examples.svg.svg_download.DownloadTestRoot.prev_svg", "callee": "examples.svg.svg_download.DownloadTestRoot._load", "lineno": 201, "resolution": "self_method_call" }, { "caller": "examples.svg.svg_download.DownloadTestRoot.next_svg", "callee": "examples.svg.svg_download.DownloadTestRoot._load", "lineno": 205, "resolution": "self_method_call" }, { "caller": "examples.svg.svg_download.DownloadTestApp.build", "callee": "examples.svg.svg_download.DownloadTestRoot.", "lineno": 213, "resolution": "same_module_class_call" }, { "caller": "examples.svg.svg_download.", "callee": "examples.svg.svg_download.DownloadTestApp.", "lineno": 217, "resolution": "same_module_class_call" } ], "examples.svg.svg_layers": [ { "caller": "examples.svg.svg_layers.", "callee": "kivy.metrics.dp", "lineno": 171, "resolution": "imported_call" }, { "caller": "examples.svg.svg_layers.CheckeredBackground.__init__", "callee": "examples.svg.svg_layers.CheckeredBackground._redraw", "lineno": 176, "resolution": "self_method_call" }, { "caller": "examples.svg.svg_layers.SvgLayersApp.on_svg_loaded", "callee": "examples.svg.svg_layers.ControlsRow.", "lineno": 210, "resolution": "same_module_class_call" }, { "caller": "examples.svg.svg_layers.SvgLayersApp.on_svg_loaded", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 216, "resolution": "imported_call" }, { "caller": "examples.svg.svg_layers.", "callee": "examples.svg.svg_layers.SvgLayersApp.", "lineno": 222, "resolution": "same_module_class_call" } ], "examples.svg.svg_nav_demo": [ { "caller": "examples.svg.svg_nav_demo.", "callee": "examples.svg.svg_nav_demo.SvgNavApp.", "lineno": 167, "resolution": "same_module_class_call" } ], "examples.svg.svg_scale": [ { "caller": "examples.svg.svg_scale.", "callee": ".pathlib.Path", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "examples.svg.svg_scale.", "callee": ".pathlib.Path", "lineno": 125, "resolution": "external_constructor_call" }, { "caller": "examples.svg.svg_scale.ScaleTestRoot._update_file", "callee": ".pathlib.Path", "lineno": 130, "resolution": "external_constructor_call" }, { "caller": "examples.svg.svg_scale.ScaleTestRoot.prev_file", "callee": "examples.svg.svg_scale.ScaleTestRoot._update_file", "lineno": 134, "resolution": "self_method_call" }, { "caller": "examples.svg.svg_scale.ScaleTestRoot.next_file", "callee": "examples.svg.svg_scale.ScaleTestRoot._update_file", "lineno": 138, "resolution": "self_method_call" }, { "caller": "examples.svg.svg_scale.", "callee": "examples.svg.svg_scale.ScaleTestApp.", "lineno": 149, "resolution": "same_module_class_call" } ], "examples.system_tray.system_tray_showcase": [ { "caller": "examples.system_tray.system_tray_showcase.TrayManagerApp.build", "callee": "examples.system_tray.system_tray_showcase.MainUI.__init__", "lineno": 99, "resolution": "same_module_class_call" }, { "caller": "examples.system_tray.system_tray_showcase.TrayManagerApp.build", "callee": "examples.system_tray.system_tray_showcase.MainUI.build_default_menu", "lineno": 101, "resolution": "local_typed_method_call" }, { "caller": "examples.system_tray.system_tray_showcase.MainUI.__init__", "callee": "kivy.resources.resource_find", "lineno": 118, "resolution": "imported_call" }, { "caller": "examples.system_tray.system_tray_showcase.", "callee": "examples.system_tray.system_tray_showcase.TrayManagerApp.", "lineno": 368, "resolution": "same_module_class_call" } ], "examples.text.pango_demo": [ { "caller": "examples.text.pango_demo.", "callee": "kivy.base.runTouchApp", "lineno": 14, "resolution": "imported_call" } ], "examples.tutorials.notes.final.main": [ { "caller": "examples.tutorials.notes.final.main.MutableTextInput.prepare", "callee": "examples.tutorials.notes.final.main.MutableTextInput.view", "lineno": 34, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.MutableTextInput.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 37, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.notes.final.main.MutableTextInput.on_touch_down", "callee": "examples.tutorials.notes.final.main.MutableTextInput.edit", "lineno": 38, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.MutableTextInput.edit", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 42, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.notes.final.main.MutableTextInput.edit", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 43, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.notes.final.main.MutableTextInput.view", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 47, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.notes.final.main.MutableTextInput.view", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 50, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.notes.final.main.MutableTextInput.check_focus_and_view", "callee": "examples.tutorials.notes.final.main.MutableTextInput.view", "lineno": 55, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.build", "callee": "examples.tutorials.notes.final.main.Notes.", "lineno": 88, "resolution": "same_module_class_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.build", "callee": "examples.tutorials.notes.final.main.NoteApp.load_notes", "lineno": 89, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.build", "callee": "kivy.uix.screenmanager.SlideTransition.", "lineno": 91, "resolution": "imported_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.build", "callee": "kivy.uix.screenmanager.ScreenManager.__init__", "lineno": 92, "resolution": "imported_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.build", "callee": "kivy.uix.screenmanager.ScreenManager.add_widget", "lineno": 93, "resolution": "local_typed_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.load_notes", "callee": ".os.path.exists", "lineno": 97, "resolution": "external_constructor_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.del_note", "callee": "examples.tutorials.notes.final.main.NoteApp.save_notes", "lineno": 109, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.del_note", "callee": "examples.tutorials.notes.final.main.NoteApp.refresh_notes", "lineno": 110, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.del_note", "callee": "examples.tutorials.notes.final.main.NoteApp.go_notes", "lineno": 111, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.add_note", "callee": "examples.tutorials.notes.final.main.NoteApp.edit_note", "lineno": 133, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.set_note_content", "callee": "examples.tutorials.notes.final.main.NoteApp.save_notes", "lineno": 140, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.set_note_content", "callee": "examples.tutorials.notes.final.main.NoteApp.refresh_notes", "lineno": 141, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.set_note_title", "callee": "examples.tutorials.notes.final.main.NoteApp.save_notes", "lineno": 145, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.set_note_title", "callee": "examples.tutorials.notes.final.main.NoteApp.refresh_notes", "lineno": 146, "resolution": "self_method_call" }, { "caller": "examples.tutorials.notes.final.main.NoteApp.notes_fn", "callee": ".os.path.join", "lineno": 159, "resolution": "external_constructor_call" }, { "caller": "examples.tutorials.notes.final.main.", "callee": "examples.tutorials.notes.final.main.NoteApp.", "lineno": 163, "resolution": "same_module_class_call" } ], "examples.tutorials.pong.main": [ { "caller": "examples.tutorials.pong.main.", "callee": "kivy.require", "lineno": 2, "resolution": "qualified_module_call" }, { "caller": "examples.tutorials.pong.main.PongPaddle.bounce_ball", "callee": "kivy.uix.widget.Widget.collide_widget", "lineno": 18, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.pong.main.PongPaddle.bounce_ball", "callee": "kivy.vector.Vector.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "examples.tutorials.pong.main.PongPaddle.bounce_ball", "callee": "kivy.uix.widget.Widget.collide_widget", "lineno": 25, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.pong.main.PongBall.move", "callee": "kivy.vector.Vector.__init__", "lineno": 35, "resolution": "imported_call" }, { "caller": "examples.tutorials.pong.main.PongGame.update", "callee": "examples.tutorials.pong.main.PongGame.serve_ball", "lineno": 61, "resolution": "self_method_call" }, { "caller": "examples.tutorials.pong.main.PongGame.update", "callee": "examples.tutorials.pong.main.PongGame.serve_ball", "lineno": 64, "resolution": "self_method_call" }, { "caller": "examples.tutorials.pong.main.PongApp.build", "callee": "examples.tutorials.pong.main.PongGame.", "lineno": 75, "resolution": "same_module_class_call" }, { "caller": "examples.tutorials.pong.main.PongApp.build", "callee": "examples.tutorials.pong.main.PongGame.serve_ball", "lineno": 76, "resolution": "local_typed_method_call" }, { "caller": "examples.tutorials.pong.main.", "callee": "examples.tutorials.pong.main.PongApp.", "lineno": 82, "resolution": "same_module_class_call" } ], "examples.tutorials.pong.steps.step1.main": [ { "caller": "examples.tutorials.pong.steps.step1.main.", "callee": "examples.tutorials.pong.steps.step1.main.PongApp.", "lineno": 15, "resolution": "same_module_class_call" } ], "examples.tutorials.pong.steps.step2.main": [ { "caller": "examples.tutorials.pong.steps.step2.main.", "callee": "examples.tutorials.pong.steps.step2.main.PongApp.", "lineno": 15, "resolution": "same_module_class_call" } ], "examples.tutorials.pong.steps.step3.main": [ { "caller": "examples.tutorials.pong.steps.step3.main.PongBall.move", "callee": "kivy.vector.Vector.__init__", "lineno": 13, "resolution": "imported_call" }, { "caller": "examples.tutorials.pong.steps.step3.main.", "callee": "examples.tutorials.pong.steps.step3.main.PongApp.", "lineno": 26, "resolution": "same_module_class_call" } ], "examples.tutorials.pong.steps.step4.main": [ { "caller": "examples.tutorials.pong.steps.step4.main.PongBall.move", "callee": "kivy.vector.Vector.__init__", "lineno": 17, "resolution": "imported_call" }, { "caller": "examples.tutorials.pong.steps.step4.main.PongGame.serve_ball", "callee": "kivy.vector.Vector.__init__", "lineno": 25, "resolution": "imported_call" }, { "caller": "examples.tutorials.pong.steps.step4.main.PongGame.serve_ball", "callee": ".random.randint", "lineno": 25, "resolution": "external_constructor_call" }, { "caller": "examples.tutorials.pong.steps.step4.main.PongApp.build", "callee": "examples.tutorials.pong.steps.step4.main.PongGame.", "lineno": 41, "resolution": "same_module_class_call" }, { "caller": "examples.tutorials.pong.steps.step4.main.PongApp.build", "callee": "examples.tutorials.pong.steps.step4.main.PongGame.serve_ball", "lineno": 42, "resolution": "local_typed_method_call" }, { "caller": "examples.tutorials.pong.steps.step4.main.", "callee": "examples.tutorials.pong.steps.step4.main.PongApp.", "lineno": 48, "resolution": "same_module_class_call" } ], "examples.tutorials.pong.steps.step5.main": [ { "caller": "examples.tutorials.pong.steps.step5.main.PongPaddle.bounce_ball", "callee": "kivy.uix.widget.Widget.collide_widget", "lineno": 14, "resolution": "inherited_method_call" }, { "caller": "examples.tutorials.pong.steps.step5.main.PongPaddle.bounce_ball", "callee": "kivy.vector.Vector.__init__", "lineno": 17, "resolution": "imported_call" }, { "caller": "examples.tutorials.pong.steps.step5.main.PongBall.move", "callee": "kivy.vector.Vector.__init__", "lineno": 28, "resolution": "imported_call" }, { "caller": "examples.tutorials.pong.steps.step5.main.PongGame.update", "callee": "examples.tutorials.pong.steps.step5.main.PongGame.serve_ball", "lineno": 54, "resolution": "self_method_call" }, { "caller": "examples.tutorials.pong.steps.step5.main.PongGame.update", "callee": "examples.tutorials.pong.steps.step5.main.PongGame.serve_ball", "lineno": 57, "resolution": "self_method_call" }, { "caller": "examples.tutorials.pong.steps.step5.main.PongApp.build", "callee": "examples.tutorials.pong.steps.step5.main.PongGame.", "lineno": 68, "resolution": "same_module_class_call" }, { "caller": "examples.tutorials.pong.steps.step5.main.PongApp.build", "callee": "examples.tutorials.pong.steps.step5.main.PongGame.serve_ball", "lineno": 69, "resolution": "local_typed_method_call" }, { "caller": "examples.tutorials.pong.steps.step5.main.", "callee": "examples.tutorials.pong.steps.step5.main.PongApp.", "lineno": 75, "resolution": "same_module_class_call" } ], "examples.widgets.accordion_1": [ { "caller": "examples.widgets.accordion_1.AccordionApp.build", "callee": "kivy.uix.accordion.Accordion.__init__", "lineno": 8, "resolution": "imported_call" }, { "caller": "examples.widgets.accordion_1.AccordionApp.build", "callee": "kivy.uix.accordion.AccordionItem.__init__", "lineno": 10, "resolution": "imported_call" }, { "caller": "examples.widgets.accordion_1.AccordionApp.build", "callee": "kivy.uix.accordion.AccordionItem.add_widget", "lineno": 11, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.accordion_1.AccordionApp.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 11, "resolution": "imported_call" }, { "caller": "examples.widgets.accordion_1.AccordionApp.build", "callee": "kivy.uix.accordion.Accordion.add_widget", "lineno": 12, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.accordion_1.", "callee": "examples.widgets.accordion_1.AccordionApp.", "lineno": 17, "resolution": "same_module_class_call" } ], "examples.widgets.actionbar": [ { "caller": "examples.widgets.actionbar.", "callee": "kivy.base.runTouchApp", "lineno": 4, "resolution": "imported_call" } ], "examples.widgets.asyncimage": [ { "caller": "examples.widgets.asyncimage.", "callee": "examples.widgets.asyncimage.TestAsyncApp.", "lineno": 35, "resolution": "same_module_class_call" } ], "examples.widgets.boxlayout_poshint": [ { "caller": "examples.widgets.boxlayout_poshint.", "callee": "examples.widgets.boxlayout_poshint.DemoApp.", "lineno": 54, "resolution": "same_module_class_call" } ], "examples.widgets.bubble_test": [ { "caller": "examples.widgets.bubble_test.BubbleShowcase.__init__", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 42, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.bubble_test.BubbleShowcase.show_bubble", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 47, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.bubble_test.TestBubbleApp.build", "callee": "examples.widgets.bubble_test.BubbleShowcase.__init__", "lineno": 59, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.bubble_test.", "callee": "examples.widgets.bubble_test.TestBubbleApp.", "lineno": 63, "resolution": "same_module_class_call" } ], "examples.widgets.camera": [ { "caller": "examples.widgets.camera.", "callee": "examples.widgets.camera.CameraApp.", "lineno": 33, "resolution": "same_module_class_call" } ], "examples.widgets.carousel_buttons": [ { "caller": "examples.widgets.carousel_buttons.TestApp.build", "callee": "kivy.uix.carousel.Carousel.__init__", "lineno": 43, "resolution": "imported_call" }, { "caller": "examples.widgets.carousel_buttons.TestApp.build", "callee": "kivy.uix.carousel.Carousel.add_widget", "lineno": 45, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.carousel_buttons.", "callee": "examples.widgets.carousel_buttons.TestApp.", "lineno": 50, "resolution": "same_module_class_call" } ], "examples.widgets.codeinput": [ { "caller": "examples.widgets.codeinput.LoadDialog.load", "callee": "kivy.uix.modalview.ModalView.dismiss", "lineno": 92, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.codeinput.LoadDialog.cancel", "callee": "kivy.uix.modalview.ModalView.dismiss", "lineno": 95, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.codeinput.SaveDialog.save", "callee": "kivy.uix.modalview.ModalView.dismiss", "lineno": 105, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.codeinput.SaveDialog.cancel", "callee": "kivy.uix.modalview.ModalView.dismiss", "lineno": 108, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 124, "resolution": "imported_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.spinner.Spinner.__init__", "lineno": 125, "resolution": "imported_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 131, "resolution": "imported_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.spinner.Spinner.__init__", "lineno": 134, "resolution": "imported_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.spinner.Spinner.__init__", "lineno": 143, "resolution": "imported_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.spinner.Spinner.__init__", "lineno": 148, "resolution": "imported_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.spinner.Spinner.__init__", "lineno": 152, "resolution": "imported_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 157, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 158, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 159, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 160, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 161, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 162, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 171, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest._file_menu_selected", "callee": "examples.widgets.codeinput.LoadDialog.", "lineno": 187, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.codeinput.CodeInputTest._file_menu_selected", "callee": "examples.widgets.codeinput.SaveDialog.", "lineno": 192, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.codeinput.", "callee": "examples.widgets.codeinput.CodeInputTest.", "lineno": 225, "resolution": "same_module_class_call" } ], "examples.widgets.colorpicker": [ { "caller": "examples.widgets.colorpicker.calculate_points", "callee": ".math.sqrt", "lineno": 121, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.colorpicker.calculate_points", "callee": ".list.extend", "lineno": 130, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.colorpicker.Picture.__init__", "callee": "kivy.app.App.get_running_app", "lineno": 146, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.colorpicker.Picture.on_touch_down", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 151, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.colorpicker.Picture.on_touch_move", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 169, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.colorpicker.Picture.on_touch_move", "callee": "examples.widgets.colorpicker.calculate_points", "lineno": 176, "resolution": "direct_name_call" }, { "caller": "examples.widgets.colorpicker.MainRootWidget.on_parent", "callee": ".os.path.join", "lineno": 203, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.colorpicker.MainRootWidget.on_parent", "callee": ".os.path.dirname", "lineno": 203, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.colorpicker.MainRootWidget.on_parent", "callee": ".os.walk", "lineno": 204, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.colorpicker.MainRootWidget.on_parent", "callee": "examples.widgets.colorpicker.Picture.__init__", "lineno": 206, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.colorpicker.MainApp.build", "callee": "examples.widgets.colorpicker.MainRootWidget.", "lineno": 225, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.colorpicker.", "callee": "examples.widgets.colorpicker.MainApp.", "lineno": 234, "resolution": "same_module_class_call" } ], "examples.widgets.colorusage": [ { "caller": "examples.widgets.colorusage.", "callee": "examples.widgets.colorusage.ColorusageApp.", "lineno": 62, "resolution": "same_module_class_call" } ], "examples.widgets.compound_selection": [ { "caller": "examples.widgets.compound_selection.", "callee": "examples.widgets.compound_selection.SelectableGrid.__init__", "lineno": 76, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.compound_selection.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 80, "resolution": "local_typed_method_call" } ], "examples.widgets.customcollide": [ { "caller": "examples.widgets.customcollide.", "callee": "kivy.require", "lineno": 19, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.customcollide.Triangle.collide_point", "callee": "kivy.uix.scatter.Scatter.to_local", "lineno": 75, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.customcollide.Triangle.collide_point", "callee": "examples.widgets.customcollide.point_inside_polygon", "lineno": 76, "resolution": "direct_name_call" }, { "caller": "examples.widgets.customcollide.", "callee": "kivy.base.runTouchApp", "lineno": 82, "resolution": "imported_call" }, { "caller": "examples.widgets.customcollide.", "callee": "examples.widgets.customcollide.Triangle.", "lineno": 82, "resolution": "same_module_class_call" } ], "examples.widgets.effectwidget": [ { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 42, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.FXAAEffect.__init__", "lineno": 42, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 44, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.MonochromeEffect.__init__", "lineno": 44, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 46, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.InvertEffect.__init__", "lineno": 46, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 48, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.ChannelMixEffect.__init__", "lineno": 48, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 50, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.HorizontalBlurEffect.__init__", "lineno": 50, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 52, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.VerticalBlurEffect.__init__", "lineno": 52, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 54, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.ScanlinesEffect.__init__", "lineno": 54, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": ".list.append", "lineno": 56, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.effectwidget.SpinnerRow.update_effectwidget", "callee": "kivy.uix.effectwidget.PixelateEffect.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget.", "callee": "examples.widgets.effectwidget.EffectApp.", "lineno": 193, "resolution": "same_module_class_call" } ], "examples.widgets.effectwidget2": [ { "caller": "examples.widgets.effectwidget2.DemoEffect.__init__", "callee": "kivy.uix.effectwidget.EffectBase.__init__", "lineno": 26, "resolution": "imported_call" }, { "caller": "examples.widgets.effectwidget2.", "callee": "kivy.base.runTouchApp", "lineno": 47, "resolution": "imported_call" } ], "examples.widgets.effectwidget3_advanced": [ { "caller": "examples.widgets.effectwidget3_advanced.TouchWidget.__init__", "callee": "examples.widgets.effectwidget3_advanced.TouchEffect.__init__", "lineno": 41, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.effectwidget3_advanced.TouchWidget.on_touch_down", "callee": "examples.widgets.effectwidget3_advanced.TouchWidget.on_touch_move", "lineno": 46, "resolution": "self_method_call" }, { "caller": "examples.widgets.effectwidget3_advanced.", "callee": "kivy.base.runTouchApp", "lineno": 62, "resolution": "imported_call" } ], "examples.widgets.fbowidget": [ { "caller": "examples.widgets.fbowidget.TestFboApp.build", "callee": "examples.widgets.fbowidget.FboFloatLayout.__init__", "lineno": 92, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.fbowidget.", "callee": "examples.widgets.fbowidget.TestFboApp.", "lineno": 111, "resolution": "same_module_class_call" } ], "examples.widgets.focus_behavior": [ { "caller": "examples.widgets.focus_behavior.FocusApp.build", "callee": "examples.widgets.focus_behavior.FocusLabel.", "lineno": 64, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.focus_behavior.FocusApp.build", "callee": "examples.widgets.focus_behavior.FocusLabel.", "lineno": 67, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.focus_behavior.FocusApp.build", "callee": "examples.widgets.focus_behavior.FocusLabel.", "lineno": 70, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.focus_behavior.FocusApp.build", "callee": "examples.widgets.focus_behavior.FocusLabel.", "lineno": 72, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.focus_behavior.", "callee": "examples.widgets.focus_behavior.FocusApp.", "lineno": 98, "resolution": "same_module_class_call" } ], "examples.widgets.hover_behavior": [ { "caller": "examples.widgets.hover_behavior.SimpleHoverApp.__init__", "callee": "kivy.eventmanager.hover.HoverManager.__init__", "lineno": 40, "resolution": "imported_call" }, { "caller": "examples.widgets.hover_behavior.SimpleHoverApp.build", "callee": "examples.widgets.hover_behavior.RootWidget.", "lineno": 43, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.hover_behavior.", "callee": "examples.widgets.hover_behavior.SimpleHoverApp.__init__", "lineno": 56, "resolution": "same_module_class_call" } ], "examples.widgets.image_mipmap": [ { "caller": "examples.widgets.image_mipmap.", "callee": "kivy.require", "lineno": 10, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.image_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.scatter.ScatterPlane.__init__", "lineno": 20, "resolution": "imported_call" }, { "caller": "examples.widgets.image_mipmap.LabelMipmapTest.build", "callee": ".os.path.join", "lineno": 21, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.image_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.image.Image.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "examples.widgets.image_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.image.Image.__init__", "lineno": 23, "resolution": "imported_call" }, { "caller": "examples.widgets.image_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 25, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.image_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 26, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.image_mipmap.", "callee": "examples.widgets.image_mipmap.LabelMipmapTest.", "lineno": 31, "resolution": "same_module_class_call" } ], "examples.widgets.keyboardlistener": [ { "caller": "examples.widgets.keyboardlistener.", "callee": "kivy.require", "lineno": 2, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.keyboardlistener.", "callee": "kivy.base.runTouchApp", "lineno": 42, "resolution": "imported_call" }, { "caller": "examples.widgets.keyboardlistener.", "callee": "examples.widgets.keyboardlistener.MyKeyboardListener.__init__", "lineno": 42, "resolution": "same_module_class_call" } ], "examples.widgets.label_mipmap": [ { "caller": "examples.widgets.label_mipmap.", "callee": "kivy.require", "lineno": 10, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.label_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.scatter.ScatterPlane.__init__", "lineno": 19, "resolution": "imported_call" }, { "caller": "examples.widgets.label_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 20, "resolution": "imported_call" }, { "caller": "examples.widgets.label_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "examples.widgets.label_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 22, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.label_mipmap.LabelMipmapTest.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 23, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.label_mipmap.", "callee": "examples.widgets.label_mipmap.LabelMipmapTest.", "lineno": 28, "resolution": "same_module_class_call" } ], "examples.widgets.label_sizing": [ { "caller": "examples.widgets.label_sizing.LabelTextureSizeExample.on_start", "callee": "examples.widgets.label_sizing.LabelTextureSizeExample.reset_words", "lineno": 164, "resolution": "self_method_call" }, { "caller": "examples.widgets.label_sizing.LabelTextureSizeExample.reset_words", "callee": ".str.split", "lineno": 173, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.label_sizing.LabelTextureSizeExample.reset_words", "callee": "examples.widgets.label_sizing.LabelTextureSizeExample.add_word", "lineno": 174, "resolution": "self_method_call" }, { "caller": "examples.widgets.label_sizing.", "callee": "examples.widgets.label_sizing.LabelTextureSizeExample.", "lineno": 193, "resolution": "same_module_class_call" } ], "examples.widgets.label_text_size": [ { "caller": "examples.widgets.label_text_size.", "callee": "kivy.require", "lineno": 11, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.label_text_size.LabelTextSizeTest.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 40, "resolution": "imported_call" }, { "caller": "examples.widgets.label_text_size.", "callee": "examples.widgets.label_text_size.LabelTextSizeTest.", "lineno": 49, "resolution": "same_module_class_call" } ], "examples.widgets.label_with_markup": [ { "caller": "examples.widgets.label_with_markup.", "callee": "examples.widgets.label_with_markup.LabelWithMarkup.", "lineno": 21, "resolution": "same_module_class_call" } ], "examples.widgets.lang_dynamic_classes": [ { "caller": "examples.widgets.lang_dynamic_classes.", "callee": "kivy.base.runTouchApp", "lineno": 18, "resolution": "imported_call" } ], "examples.widgets.pagelayout": [ { "caller": "examples.widgets.pagelayout.", "callee": "kivy.base.runTouchApp", "lineno": 64, "resolution": "imported_call" } ], "examples.widgets.popup_with_kv": [ { "caller": "examples.widgets.popup_with_kv.", "callee": "examples.widgets.popup_with_kv.TestApp.", "lineno": 35, "resolution": "same_module_class_call" } ], "examples.widgets.rstexample": [ { "caller": "examples.widgets.rstexample.RstApp.build", "callee": "kivy.uix.rst.RstDocument.__init__", "lineno": 124, "resolution": "imported_call" }, { "caller": "examples.widgets.rstexample.", "callee": "examples.widgets.rstexample.RstApp.", "lineno": 128, "resolution": "same_module_class_call" } ], "examples.widgets.scatter": [ { "caller": "examples.widgets.scatter.", "callee": "examples.widgets.scatter.ScatterApp.", "lineno": 16, "resolution": "same_module_class_call" } ], "examples.widgets.screenmanager": [ { "caller": "examples.widgets.screenmanager.ScreenManagerApp.build", "callee": "kivy.uix.screenmanager.ScreenManager.__init__", "lineno": 99, "resolution": "imported_call" }, { "caller": "examples.widgets.screenmanager.ScreenManagerApp.build", "callee": "kivy.uix.screenmanager.ScreenManager.add_widget", "lineno": 101, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.screenmanager.", "callee": "examples.widgets.screenmanager.ScreenManagerApp.", "lineno": 106, "resolution": "same_module_class_call" } ], "examples.widgets.scrollview": [ { "caller": "examples.widgets.scrollview.", "callee": "kivy.require", "lineno": 2, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.scrollview.ScrollViewApp.build", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "examples.widgets.scrollview.ScrollViewApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 28, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.scrollview.ScrollViewApp.build", "callee": "kivy.uix.scrollview.ScrollView.__init__", "lineno": 31, "resolution": "imported_call" }, { "caller": "examples.widgets.scrollview.ScrollViewApp.build", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 33, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.scrollview.", "callee": "examples.widgets.scrollview.ScrollViewApp.", "lineno": 40, "resolution": "same_module_class_call" } ], "examples.widgets.scrollview_damped_effect_tuning": [ { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.build", "callee": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._populate_content", "lineno": 317, "resolution": "self_method_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.build", "callee": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._store_effect", "lineno": 320, "resolution": "self_method_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._store_effect", "callee": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.get_critical_damping", "lineno": 335, "resolution": "self_method_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._populate_content", "callee": "examples.widgets.scrollview_damped_effect_tuning.ColoredLabel.__init__", "lineno": 350, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._populate_content", "callee": "examples.widgets.scrollview_damped_effect_tuning.ColoredLabel.__init__", "lineno": 363, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp._populate_content", "callee": "examples.widgets.scrollview_damped_effect_tuning.ColoredLabel.__init__", "lineno": 373, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_spring_stiffness", "callee": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.get_critical_damping", "lineno": 394, "resolution": "self_method_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.update_spring_mass", "callee": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.get_critical_damping", "lineno": 402, "resolution": "self_method_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.get_critical_damping", "callee": ".math.sqrt", "lineno": 425, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.scrollview_damped_effect_tuning.", "callee": "examples.widgets.scrollview_damped_effect_tuning.DampedScrollEffectTuningApp.__init__", "lineno": 454, "resolution": "same_module_class_call" } ], "examples.widgets.scrollview_nested_orthogonal": [ { "caller": "examples.widgets.scrollview_nested_orthogonal.HorizontalScrollRow.on_kv_post", "callee": "kivy.uix.label.Label.__init__", "lineno": 113, "resolution": "imported_call" }, { "caller": "examples.widgets.scrollview_nested_orthogonal.VerticalScrollColumn.on_kv_post", "callee": "kivy.uix.label.Label.__init__", "lineno": 143, "resolution": "imported_call" }, { "caller": "examples.widgets.scrollview_nested_orthogonal.NestedScrollViewKVDemo.build", "callee": "examples.widgets.scrollview_nested_orthogonal.HorizontalScrollRow.", "lineno": 173, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.scrollview_nested_orthogonal.NestedScrollViewKVDemo.build", "callee": "examples.widgets.scrollview_nested_orthogonal.VerticalScrollColumn.", "lineno": 179, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.scrollview_nested_orthogonal.", "callee": "examples.widgets.scrollview_nested_orthogonal.NestedScrollViewKVDemo.", "lineno": 186, "resolution": "same_module_class_call" } ], "examples.widgets.scrollview_nested_verticals": [ { "caller": "examples.widgets.scrollview_nested_verticals.InnerPanel.on_kv_post", "callee": "kivy.uix.label.Label.__init__", "lineno": 106, "resolution": "imported_call" }, { "caller": "examples.widgets.scrollview_nested_verticals.NestedVerticalsKVDemo.build", "callee": "examples.widgets.scrollview_nested_verticals.InnerPanel.", "lineno": 132, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.scrollview_nested_verticals.", "callee": "examples.widgets.scrollview_nested_verticals.NestedVerticalsKVDemo.", "lineno": 139, "resolution": "same_module_class_call" } ], "examples.widgets.settings": [ { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 20, "resolution": "imported_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "examples.widgets.settings.SettingsApp.set_settings_cls", "lineno": 23, "resolution": "self_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "examples.widgets.settings.SettingsApp.set_settings_cls", "lineno": 26, "resolution": "self_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "examples.widgets.settings.SettingsApp.set_settings_cls", "lineno": 29, "resolution": "self_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 33, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 34, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 35, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 37, "resolution": "imported_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "examples.widgets.settings.SettingsApp.set_display_type", "lineno": 40, "resolution": "self_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "examples.widgets.settings.SettingsApp.set_display_type", "lineno": 42, "resolution": "self_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 43, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 44, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 46, "resolution": "imported_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 50, "resolution": "imported_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 51, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 52, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 53, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 54, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 55, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 56, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.on_settings_cls", "callee": "kivy.app.App.destroy_settings", "lineno": 61, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.set_display_type", "callee": "kivy.app.App.destroy_settings", "lineno": 67, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.settings.SettingsApp.display_settings", "callee": "kivy.uix.popup.Popup.", "lineno": 74, "resolution": "imported_call" }, { "caller": "examples.widgets.settings.", "callee": "examples.widgets.settings.SettingsApp.", "lineno": 93, "resolution": "same_module_class_call" } ], "examples.widgets.shorten_text": [ { "caller": "examples.widgets.shorten_text.", "callee": "examples.widgets.shorten_text.ShortenText.", "lineno": 80, "resolution": "same_module_class_call" } ], "examples.widgets.spinner": [ { "caller": "examples.widgets.spinner.", "callee": "kivy.uix.spinner.Spinner.__init__", "lineno": 4, "resolution": "imported_call" }, { "caller": "examples.widgets.spinner.", "callee": "kivy.base.runTouchApp", "lineno": 17, "resolution": "imported_call" } ], "examples.widgets.splitter": [ { "caller": "examples.widgets.splitter.", "callee": "kivy.base.runTouchApp", "lineno": 74, "resolution": "imported_call" } ], "examples.widgets.tabbedpanel": [ { "caller": "examples.widgets.tabbedpanel.", "callee": "examples.widgets.tabbedpanel.TabbedPanelApp.", "lineno": 50, "resolution": "same_module_class_call" } ], "examples.widgets.tabbed_panel_showcase": [ { "caller": "examples.widgets.tabbed_panel_showcase.Tp.switch_to", "callee": "kivy.animation.Animation.__init__", "lineno": 247, "resolution": "imported_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.Tp.switch_to._on_complete", "callee": "kivy.animation.Animation.__init__", "lineno": 255, "resolution": "imported_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.Tp.switch_to._on_complete", "callee": "examples.widgets.tabbed_panel_showcase.Tp.switch_to.start_anim", "lineno": 256, "resolution": "same_class_name_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.Tp.switch_to", "callee": "examples.widgets.tabbed_panel_showcase.Tp.switch_to.start_anim", "lineno": 261, "resolution": "same_class_name_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.Tp.switch_to", "callee": "examples.widgets.tabbed_panel_showcase.Tp.switch_to._on_complete", "lineno": 263, "resolution": "same_class_name_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.PanelRight.add_header", "callee": "kivy.uix.tabbedpanel.TabbedPanel.add_widget", "lineno": 273, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.TabShowcase.show_tab", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 289, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.TabShowcase.show_tab", "callee": "examples.widgets.tabbed_panel_showcase.PanelRight.", "lineno": 290, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.TabShowcase.show_tab", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 291, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.TabShowcase.show_tab", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 293, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.TabShowcase.show_tab", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 295, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.TestTabApp.build", "callee": "examples.widgets.tabbed_panel_showcase.TabShowcase.", "lineno": 312, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.tabbed_panel_showcase.", "callee": "examples.widgets.tabbed_panel_showcase.TestTabApp.", "lineno": 316, "resolution": "same_module_class_call" } ], "examples.widgets.textalign": [ { "caller": "examples.widgets.textalign.TextAlignApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 40, "resolution": "imported_call" }, { "caller": "examples.widgets.textalign.TextAlignApp.build", "callee": "examples.widgets.textalign.TextAlignApp.select", "lineno": 44, "resolution": "self_method_call" }, { "caller": "examples.widgets.textalign.", "callee": "examples.widgets.textalign.TextAlignApp.", "lineno": 48, "resolution": "same_module_class_call" } ], "examples.widgets.textinput": [ { "caller": "examples.widgets.textinput.", "callee": "kivy.require", "lineno": 21, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 42, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.label.Label.__init__", "lineno": 48, "resolution": "imported_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 49, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.scatter.Scatter.__init__", "lineno": 51, "resolution": "imported_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 52, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 52, "resolution": "imported_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 53, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.scatter.Scatter.__init__", "lineno": 55, "resolution": "imported_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 56, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 57, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.textinput.", "callee": "kivy.base.runTouchApp", "lineno": 59, "resolution": "imported_call" } ], "examples.widgets.unicode_textinput": [ { "caller": "examples.widgets.unicode_textinput.Unicode_TextInput.show_load", "callee": "kivy.uix.popup.Popup.", "lineno": 213, "resolution": "imported_call" }, { "caller": "examples.widgets.unicode_textinput.unicode_app.build", "callee": "examples.widgets.unicode_textinput.Unicode_TextInput.", "lineno": 224, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.unicode_textinput.unicode_app.get_font_list", "callee": ".list.append", "lineno": 237, "resolution": "local_builtin_method_call" }, { "caller": "examples.widgets.unicode_textinput.", "callee": "examples.widgets.unicode_textinput.unicode_app.", "lineno": 244, "resolution": "same_module_class_call" } ], "examples.widgets.videoplayer": [ { "caller": "examples.widgets.videoplayer.", "callee": "kivy.require", "lineno": 2, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.videoplayer.VideoPlayerApp.build", "callee": ".os.path.dirname", "lineno": 20, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.videoplayer.VideoPlayerApp.build", "callee": ".os.path.join", "lineno": 21, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.videoplayer.VideoPlayerApp.build", "callee": "kivy.uix.videoplayer.VideoPlayer.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "examples.widgets.videoplayer.", "callee": "examples.widgets.videoplayer.VideoPlayerApp.", "lineno": 26, "resolution": "same_module_class_call" } ], "examples.widgets.lottie.lottie_async_status": [ { "caller": "examples.widgets.lottie.lottie_async_status.", "callee": ".pathlib.Path", "lineno": 30, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.lottie.lottie_async_status.AsyncRoot.start_loading", "callee": "examples.widgets.lottie.lottie_async_status.AsyncRoot._set_finish_enabled", "lineno": 91, "resolution": "self_method_call" }, { "caller": "examples.widgets.lottie.lottie_async_status.AsyncRoot.finish_ok", "callee": "examples.widgets.lottie.lottie_async_status.AsyncRoot._set_finish_enabled", "lineno": 104, "resolution": "self_method_call" }, { "caller": "examples.widgets.lottie.lottie_async_status.AsyncRoot.finish_err", "callee": "examples.widgets.lottie.lottie_async_status.AsyncRoot._set_finish_enabled", "lineno": 113, "resolution": "self_method_call" }, { "caller": "examples.widgets.lottie.lottie_async_status.", "callee": "examples.widgets.lottie.lottie_async_status.AsyncStatusApp.", "lineno": 125, "resolution": "same_module_class_call" } ], "examples.widgets.lottie.lottie_quality": [ { "caller": "examples.widgets.lottie.lottie_quality.", "callee": ".pathlib.Path", "lineno": 27, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.lottie.lottie_quality.QualityRoot._sync_quality", "callee": "examples.widgets.lottie.lottie_quality.QualityRoot.set_quality_value", "lineno": 96, "resolution": "self_method_call" }, { "caller": "examples.widgets.lottie.lottie_quality.", "callee": "examples.widgets.lottie.lottie_quality.QualityApp.", "lineno": 108, "resolution": "same_module_class_call" } ], "examples.widgets.lottie.lottie_slot_theme": [ { "caller": "examples.widgets.lottie.lottie_slot_theme.", "callee": ".pathlib.Path", "lineno": 27, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.lottie.lottie_slot_theme.", "callee": "examples.widgets.lottie.lottie_slot_theme.SlotThemeApp.", "lineno": 90, "resolution": "same_module_class_call" } ], "examples.widgets.lottie.lottie_spinning_star": [ { "caller": "examples.widgets.lottie.lottie_spinning_star.", "callee": ".pathlib.Path", "lineno": 37, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.lottie.lottie_spinning_star.LottieReactionButton.on_press", "callee": "kivy.animation.Animation.cancel_all", "lineno": 87, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.lottie.lottie_spinning_star.LottieReactionButton.on_press", "callee": "kivy.animation.Animation.__init__", "lineno": 88, "resolution": "imported_call" }, { "caller": "examples.widgets.lottie.lottie_spinning_star.LottieReactionButton.on_release", "callee": "kivy.animation.Animation.cancel_all", "lineno": 93, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.lottie.lottie_spinning_star.", "callee": "examples.widgets.lottie.lottie_spinning_star.SpinningStarApp.", "lineno": 109, "resolution": "same_module_class_call" } ], "examples.widgets.recycleview.basic_data": [ { "caller": "examples.widgets.recycleview.basic_data.Test.populate", "callee": ".random.sample", "lineno": 94, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.basic_data.Test.populate", "callee": ".random.randint", "lineno": 95, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.basic_data.TestApp.build", "callee": "examples.widgets.recycleview.basic_data.Test.", "lineno": 120, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.recycleview.basic_data.", "callee": "examples.widgets.recycleview.basic_data.TestApp.", "lineno": 124, "resolution": "same_module_class_call" } ], "examples.widgets.recycleview.infinite_scrolling": [ { "caller": "examples.widgets.recycleview.infinite_scrolling.Application.add_log", "callee": ".time.asctime", "lineno": 127, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.infinite_scrolling.Application.add_log", "callee": ".random.sample", "lineno": 127, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.infinite_scrolling.", "callee": "examples.widgets.recycleview.infinite_scrolling.Application.", "lineno": 143, "resolution": "same_module_class_call" } ], "examples.widgets.recycleview.key_viewclass": [ { "caller": "examples.widgets.recycleview.key_viewclass.Application.build", "callee": "examples.widgets.recycleview.key_viewclass.Application.create_random_input", "lineno": 154, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.key_viewclass.Application.build", "callee": "examples.widgets.recycleview.key_viewclass.Application.initialize_active_values", "lineno": 156, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.key_viewclass.Application.initialize_active_values", "callee": ".random.choices", "lineno": 170, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.key_viewclass.Application.initialize_active_values", "callee": ".random.choice", "lineno": 172, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.key_viewclass.Application.initialize_active_values", "callee": ".random.choice", "lineno": 175, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.key_viewclass.Application.create_random_input", "callee": ".random.choice", "lineno": 203, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.key_viewclass.", "callee": "examples.widgets.recycleview.key_viewclass.Application.", "lineno": 241, "resolution": "same_module_class_call" } ], "examples.widgets.recycleview.messenger": [ { "caller": "examples.widgets.recycleview.messenger.MessengerApp.update_message_size", "callee": "kivy.metrics.dp", "lineno": 147, "resolution": "imported_call" }, { "caller": "examples.widgets.recycleview.messenger.MessengerApp.send_message", "callee": "examples.widgets.recycleview.messenger.MessengerApp.add_message", "lineno": 179, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.messenger.MessengerApp.send_message", "callee": "examples.widgets.recycleview.messenger.MessengerApp.focus_textinput", "lineno": 180, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.messenger.MessengerApp.send_message", "callee": "examples.widgets.recycleview.messenger.MessengerApp.answer", "lineno": 181, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.messenger.MessengerApp.send_message", "callee": "examples.widgets.recycleview.messenger.MessengerApp.scroll_bottom", "lineno": 182, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.messenger.MessengerApp.answer", "callee": "examples.widgets.recycleview.messenger.MessengerApp.add_message", "lineno": 185, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.messenger.MessengerApp.scroll_bottom", "callee": "kivy.animation.Animation.cancel_all", "lineno": 191, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.recycleview.messenger.MessengerApp.scroll_bottom", "callee": "kivy.animation.Animation.__init__", "lineno": 192, "resolution": "imported_call" }, { "caller": "examples.widgets.recycleview.messenger.", "callee": "examples.widgets.recycleview.messenger.MessengerApp.", "lineno": 196, "resolution": "same_module_class_call" } ], "examples.widgets.recycleview.nested_orthogonal": [ { "caller": "examples.widgets.recycleview.nested_orthogonal.", "callee": "examples.widgets.recycleview.nested_orthogonal.RecycleViewNestedDemo.", "lineno": 124, "resolution": "same_module_class_call" } ], "examples.widgets.recycleview.pull_to_refresh": [ { "caller": "examples.widgets.recycleview.pull_to_refresh.Application.build", "callee": "examples.widgets.recycleview.pull_to_refresh.Application.refresh_data", "lineno": 59, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.pull_to_refresh.Application.check_pull_refresh", "callee": "kivy.metrics.dp", "lineno": 66, "resolution": "imported_call" }, { "caller": "examples.widgets.recycleview.pull_to_refresh.Application.check_pull_refresh", "callee": "examples.widgets.recycleview.pull_to_refresh.Application.refresh_data", "lineno": 71, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.pull_to_refresh.Application.refresh_data", "callee": ".threading.Thread", "lineno": 77, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.pull_to_refresh.Application._refresh_data", "callee": ".time.sleep", "lineno": 80, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.pull_to_refresh.Application._refresh_data", "callee": "examples.widgets.recycleview.pull_to_refresh.Application.prepend_data", "lineno": 83, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.pull_to_refresh.", "callee": "examples.widgets.recycleview.pull_to_refresh.Application.", "lineno": 95, "resolution": "same_module_class_call" } ], "examples.widgets.recycleview.rv_animate_items": [ { "caller": "examples.widgets.recycleview.rv_animate_items.Application.animate_item", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 92, "resolution": "imported_call" }, { "caller": "examples.widgets.recycleview.rv_animate_items.Application.animate_item", "callee": ".copy.copy", "lineno": 93, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.recycleview.rv_animate_items.Application.animate_item", "callee": "kivy.animation.Animation.__init__", "lineno": 95, "resolution": "imported_call" }, { "caller": "examples.widgets.recycleview.rv_animate_items.Application.animate_item", "callee": "kivy.animation.Animation.__init__", "lineno": 96, "resolution": "imported_call" }, { "caller": "examples.widgets.recycleview.rv_animate_items.Application.animate_item", "callee": "examples.widgets.recycleview.rv_animate_items.Application.reset_animation", "lineno": 98, "resolution": "self_method_call" }, { "caller": "examples.widgets.recycleview.rv_animate_items.Application.animate_item", "callee": "kivy.clock.triggered", "lineno": 86, "resolution": "imported_call" }, { "caller": "examples.widgets.recycleview.rv_animate_items.", "callee": "examples.widgets.recycleview.rv_animate_items.Application.", "lineno": 109, "resolution": "same_module_class_call" } ], "examples.widgets.sequenced_images.main": [ { "caller": "examples.widgets.sequenced_images.main.", "callee": "kivy.require", "lineno": 2, "resolution": "qualified_module_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 59, "resolution": "imported_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 60, "resolution": "imported_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 61, "resolution": "imported_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "examples.widgets.sequenced_images.main.Right_Frame.__init__", "lineno": 62, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": ".uix.custom_button.AnimatedButton", "lineno": 65, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": ".uix.custom_button.AnimatedButton", "lineno": 66, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": ".uix.custom_button.AnimatedButton", "lineno": 68, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": ".uix.custom_button.AnimatedButton", "lineno": 70, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": ".uix.custom_button.AnimatedButton", "lineno": 75, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": ".uix.custom_button.AnimatedButton", "lineno": 80, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": ".uix.custom_button.AnimatedButton", "lineno": 83, "resolution": "external_constructor_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__.load_images", "callee": "examples.widgets.sequenced_images.main.gifScatter.__init__", "lineno": 91, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__.load_images", "callee": "examples.widgets.sequenced_images.main.zipScatter.__init__", "lineno": 95, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__.load_images", "callee": "examples.widgets.sequenced_images.main.jpgScatter.__init__", "lineno": 99, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__.load_images", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 101, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 116, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 117, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 118, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 119, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 120, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 121, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 122, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 129, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 130, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 131, "resolution": "local_typed_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainclass.__init__", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 134, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.sequenced_images.main.mainApp.build", "callee": "examples.widgets.sequenced_images.main.mainclass.__init__", "lineno": 143, "resolution": "same_module_class_call" }, { "caller": "examples.widgets.sequenced_images.main.", "callee": "examples.widgets.sequenced_images.main.mainApp.", "lineno": 150, "resolution": "same_module_class_call" } ], "examples.widgets.sequenced_images.uix.custom_button": [ { "caller": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.__init__", "callee": "kivy.uix.image.Image.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.__init__", "callee": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_tex_changed", "lineno": 44, "resolution": "self_method_call" }, { "caller": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 62, "resolution": "inherited_method_call" }, { "caller": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_touch_down", "callee": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton._do_press", "lineno": 71, "resolution": "self_method_call" }, { "caller": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton.on_touch_up", "callee": "examples.widgets.sequenced_images.uix.custom_button.AnimatedButton._do_release", "lineno": 86, "resolution": "self_method_call" } ], "examples.widgets.sequenced_images.uix": [], "kivy.animation": [ { "caller": "kivy.animation.Animation.start", "callee": "kivy.animation.Animation.stop", "lineno": 225, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation.start", "callee": "kivy.animation.Animation._initialize", "lineno": 226, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation.start", "callee": "kivy.animation.Animation._register", "lineno": 227, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation.stop", "callee": "kivy.animation.Animation.cancel", "lineno": 236, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation.cancel", "callee": "kivy.animation.Animation._clock_uninstall", "lineno": 246, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation.cancel", "callee": "kivy.animation.Animation._unregister", "lineno": 248, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation.stop_property", "callee": "kivy.animation.Animation.stop", "lineno": 262, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation.cancel_property", "callee": "kivy.animation.Animation.cancel", "lineno": 278, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation._initialize", "callee": "kivy.animation.Animation._clock_install", "lineno": 315, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation._update", "callee": "kivy.animation.Animation._clock_uninstall", "lineno": 342, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation._update", "callee": "kivy.animation.Animation._unregister", "lineno": 344, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation._update", "callee": "kivy.animation.Animation.transition", "lineno": 357, "resolution": "same_class_name_call" }, { "caller": "kivy.animation.Animation._update", "callee": "kivy.animation.Animation.stop", "lineno": 369, "resolution": "self_method_call" }, { "caller": "kivy.animation.Animation._calculate", "callee": "kivy.animation.Animation._calculate", "lineno": 378, "resolution": "same_class_name_call" }, { "caller": "kivy.animation.Animation._calculate", "callee": "kivy.animation.Animation._calculate", "lineno": 387, "resolution": "same_class_name_call" }, { "caller": "kivy.animation.Animation.__add__", "callee": "kivy.animation.Sequence.__init__", "lineno": 405, "resolution": "same_module_class_call" }, { "caller": "kivy.animation.Animation.__and__", "callee": "kivy.animation.Parallel.__init__", "lineno": 408, "resolution": "same_module_class_call" }, { "caller": "kivy.animation.CompoundAnimation.stop_property", "callee": "kivy.animation.Animation.stop", "lineno": 418, "resolution": "inherited_method_call" }, { "caller": "kivy.animation.CompoundAnimation.cancel_property", "callee": "kivy.animation.CompoundAnimation.cancel", "lineno": 439, "resolution": "self_method_call" }, { "caller": "kivy.animation.CompoundAnimation.animated_properties", "callee": ".collections.ChainMap", "lineno": 447, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.Sequence.start", "callee": "kivy.animation.Sequence.stop", "lineno": 488, "resolution": "self_method_call" }, { "caller": "kivy.animation.Sequence.start", "callee": "kivy.animation.Animation._register", "lineno": 490, "resolution": "inherited_method_call" }, { "caller": "kivy.animation.Sequence.on_anim2_complete", "callee": "kivy.animation.CompoundAnimation.cancel", "lineno": 513, "resolution": "inherited_method_call" }, { "caller": "kivy.animation.Parallel.start", "callee": "kivy.animation.Parallel.stop", "lineno": 541, "resolution": "self_method_call" }, { "caller": "kivy.animation.Parallel.start", "callee": "kivy.animation.Animation._register", "lineno": 545, "resolution": "inherited_method_call" }, { "caller": "kivy.animation.Parallel.on_anim_complete", "callee": "kivy.animation.Parallel.stop", "lineno": 551, "resolution": "self_method_call" }, { "caller": "kivy.animation.AnimationTransition.in_sine", "callee": ".math.cos", "lineno": 662, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.out_sine", "callee": ".math.sin", "lineno": 668, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.in_out_sine", "callee": ".math.cos", "lineno": 674, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.in_circ", "callee": ".math.sqrt", "lineno": 710, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.out_circ", "callee": ".math.sqrt", "lineno": 717, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.in_out_circ", "callee": ".math.sqrt", "lineno": 725, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.in_out_circ", "callee": ".math.sqrt", "lineno": 727, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.in_elastic", "callee": ".math.sin", "lineno": 739, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.out_elastic", "callee": ".math.sin", "lineno": 750, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.in_out_elastic", "callee": ".math.sin", "lineno": 763, "resolution": "external_constructor_call" }, { "caller": "kivy.animation.AnimationTransition.in_out_elastic", "callee": ".math.sin", "lineno": 766, "resolution": "external_constructor_call" } ], "kivy.app": [ { "caller": "kivy.app.App.build", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 660, "resolution": "imported_call" }, { "caller": "kivy.app.App.load_kv", "callee": "kivy.resources.resource_find", "lineno": 736, "resolution": "imported_call" }, { "caller": "kivy.app.App.load_kv", "callee": ".os.path.dirname", "lineno": 739, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.load_kv", "callee": ".inspect.getfile", "lineno": 739, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.load_kv", "callee": ".os.path.isfile", "lineno": 749, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.load_kv", "callee": ".os.path.join", "lineno": 749, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.load_kv", "callee": ".os.path.join", "lineno": 751, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.load_kv", "callee": "kivy.resources.resource_find", "lineno": 755, "resolution": "imported_call" }, { "caller": "kivy.app.App.load_kv", "callee": ".os.path.exists", "lineno": 756, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.get_application_icon", "callee": "kivy.resources.resource_find", "lineno": 777, "resolution": "imported_call" }, { "caller": "kivy.app.App.get_application_icon", "callee": "kivy.resources.resource_find", "lineno": 780, "resolution": "imported_call" }, { "caller": "kivy.app.App.get_application_config", "callee": ".os.path.join", "lineno": 824, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.get_application_config", "callee": ".os.path.expanduser", "lineno": 829, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.config.ConfigParser.get_configparser", "lineno": 854, "resolution": "qualified_module_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.config.ConfigParser.__init__", "lineno": 858, "resolution": "imported_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.app.App.build_config", "lineno": 860, "resolution": "self_method_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.app.App.get_application_config", "lineno": 867, "resolution": "self_method_call" }, { "caller": "kivy.app.App.load_config", "callee": ".os.path.exists", "lineno": 871, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.config.ConfigParser.read", "lineno": 873, "resolution": "local_typed_method_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.config.ConfigParser.get_configparser", "lineno": 878, "resolution": "qualified_module_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.config.ConfigParser.__init__", "lineno": 882, "resolution": "imported_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.app.App.build_config", "lineno": 884, "resolution": "self_method_call" }, { "caller": "kivy.app.App.load_config", "callee": "kivy.config.ConfigParser.write", "lineno": 890, "resolution": "local_typed_method_call" }, { "caller": "kivy.app.App.directory", "callee": ".os.path.dirname", "lineno": 901, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.directory", "callee": ".inspect.getfile", "lineno": 901, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": "kivy.utils.normalize_path_id", "lineno": 914, "resolution": "imported_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": ".os.path.join", "lineno": 919, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": ".jnius.autoclass", "lineno": 922, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": ".jnius.cast", "lineno": 923, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": ".jnius.cast", "lineno": 924, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": ".os.path.join", "lineno": 927, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": ".os.path.join", "lineno": 931, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_data_dir", "callee": ".os.path.expanduser", "lineno": 934, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": "kivy.utils.normalize_path_id", "lineno": 943, "resolution": "imported_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": ".os.path.join", "lineno": 948, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": ".jnius.autoclass", "lineno": 951, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": ".jnius.cast", "lineno": 952, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": ".jnius.cast", "lineno": 953, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": ".os.path.join", "lineno": 956, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": ".os.path.join", "lineno": 960, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App._get_user_cache_dir", "callee": ".os.path.expanduser", "lineno": 963, "resolution": "external_constructor_call" }, { "caller": "kivy.app.App.user_data_dir", "callee": "kivy.app.App._get_user_data_dir", "lineno": 1003, "resolution": "self_method_call" }, { "caller": "kivy.app.App.user_cache_dir", "callee": "kivy.app.App._get_user_cache_dir", "lineno": 1036, "resolution": "self_method_call" }, { "caller": "kivy.app.App._run_prepare", "callee": "kivy.app.App.load_config", "lineno": 1054, "resolution": "self_method_call" }, { "caller": "kivy.app.App._run_prepare", "callee": "kivy.app.App.load_kv", "lineno": 1055, "resolution": "self_method_call" }, { "caller": "kivy.app.App._run_prepare", "callee": "kivy.app.App.build", "lineno": 1056, "resolution": "self_method_call" }, { "caller": "kivy.app.App._run_prepare", "callee": "kivy.app.App.get_application_name", "lineno": 1071, "resolution": "self_method_call" }, { "caller": "kivy.app.App._run_prepare", "callee": "kivy.app.App.get_application_icon", "lineno": 1072, "resolution": "self_method_call" }, { "caller": "kivy.app.App._run_prepare", "callee": "kivy.app.App._install_settings_keys", "lineno": 1075, "resolution": "self_method_call" }, { "caller": "kivy.app.App.run", "callee": "kivy.app.App._run_prepare", "lineno": 1086, "resolution": "self_method_call" }, { "caller": "kivy.app.App.run", "callee": "kivy.base.runTouchApp", "lineno": 1087, "resolution": "imported_call" }, { "caller": "kivy.app.App.run", "callee": "kivy.app.App._stop", "lineno": 1088, "resolution": "self_method_call" }, { "caller": "kivy.app.App.async_run", "callee": "kivy.app.App._run_prepare", "lineno": 1098, "resolution": "self_method_call" }, { "caller": "kivy.app.App.async_run", "callee": "kivy.base.async_runTouchApp", "lineno": 1099, "resolution": "imported_call" }, { "caller": "kivy.app.App.async_run", "callee": "kivy.app.App._stop", "lineno": 1100, "resolution": "self_method_call" }, { "caller": "kivy.app.App.stop", "callee": "kivy.app.App._stop", "lineno": 1113, "resolution": "self_method_call" }, { "caller": "kivy.app.App._stop", "callee": "kivy.base.stopTouchApp", "lineno": 1117, "resolution": "imported_call" }, { "caller": "kivy.app.App.open_settings", "callee": "kivy.app.App.create_settings", "lineno": 1230, "resolution": "self_method_call" }, { "caller": "kivy.app.App.open_settings", "callee": "kivy.app.App.display_settings", "lineno": 1231, "resolution": "self_method_call" }, { "caller": "kivy.app.App.create_settings", "callee": "kivy.app.App.build_settings", "lineno": 1299, "resolution": "self_method_call" }, { "caller": "kivy.app.App._on_keyboard_settings", "callee": "kivy.app.App.open_settings", "lineno": 1342, "resolution": "self_method_call" }, { "caller": "kivy.app.App._on_keyboard_settings", "callee": "kivy.app.App.close_settings", "lineno": 1343, "resolution": "self_method_call" }, { "caller": "kivy.app.App._on_keyboard_settings", "callee": "kivy.app.App.close_settings", "lineno": 1346, "resolution": "self_method_call" }, { "caller": "kivy.app.App.on_icon", "callee": "kivy.app.App.get_application_icon", "lineno": 1360, "resolution": "self_method_call" } ], "kivy.atlas": [ { "caller": "kivy.atlas.Atlas.__init__", "callee": "kivy.atlas.Atlas._load", "lineno": 188, "resolution": "self_method_call" }, { "caller": "kivy.atlas.Atlas._load", "callee": ".os.path.dirname", "lineno": 209, "resolution": "external_constructor_call" }, { "caller": "kivy.atlas.Atlas._load", "callee": ".os.path.join", "lineno": 212, "resolution": "external_constructor_call" }, { "caller": "kivy.atlas.Atlas.create", "callee": ".list.append", "lineno": 328, "resolution": "local_builtin_method_call" }, { "caller": "kivy.atlas.Atlas.create", "callee": ".list.append", "lineno": 333, "resolution": "local_builtin_method_call" }, { "caller": "kivy.atlas.Atlas.create", "callee": ".list.append", "lineno": 340, "resolution": "local_builtin_method_call" }, { "caller": "kivy.atlas.Atlas.create", "callee": ".os.path.basename", "lineno": 377, "resolution": "external_constructor_call" }, { "caller": "kivy.atlas.Atlas.create", "callee": ".os.path.splitext", "lineno": 388, "resolution": "external_constructor_call" }, { "caller": "kivy.atlas.Atlas.create", "callee": ".os.path.splitext", "lineno": 396, "resolution": "external_constructor_call" }, { "caller": "kivy.atlas.Atlas.create", "callee": ".os.path.basename", "lineno": 396, "resolution": "external_constructor_call" }, { "caller": "kivy.atlas.", "callee": ".glob.glob", "lineno": 447, "resolution": "external_constructor_call" } ], "kivy.base": [ { "caller": "kivy.base.", "callee": "kivy.context.register_context", "lineno": 101, "resolution": "imported_call" }, { "caller": "kivy.base.EventLoopBase.close", "callee": "kivy.base.EventLoopBase.stop", "lineno": 198, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.stop", "callee": "kivy.base.EventLoopBase.remove_input_provider", "lineno": 217, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.remove_android_splash", "callee": ".android.remove_presplash", "lineno": 242, "resolution": "external_constructor_call" }, { "caller": "kivy.base.EventLoopBase.dispatch_input", "callee": "kivy.base.EventLoopBase.post_dispatch_input", "lineno": 334, "resolution": "same_class_name_call" }, { "caller": "kivy.base.EventLoopBase.mainloop", "callee": "kivy.base.EventLoopBase.idle", "lineno": 339, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.mainloop", "callee": "kivy.base.stopTouchApp", "lineno": 346, "resolution": "direct_name_call" }, { "caller": "kivy.base.EventLoopBase.async_mainloop", "callee": "kivy.base.EventLoopBase.async_idle", "lineno": 354, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.async_mainloop", "callee": "kivy.base.stopTouchApp", "lineno": 361, "resolution": "direct_name_call" }, { "caller": "kivy.base.EventLoopBase.async_mainloop", "callee": "kivy.base.EventLoopBase.close", "lineno": 367, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.idle", "callee": "kivy.base.EventLoopBase.dispatch_input", "lineno": 383, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.idle", "callee": "kivy.base.EventLoopBase.exit", "lineno": 407, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.async_idle", "callee": "kivy.base.EventLoopBase.dispatch_input", "lineno": 422, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.async_idle", "callee": "kivy.base.EventLoopBase.exit", "lineno": 446, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.run", "callee": "kivy.base.EventLoopBase.idle", "lineno": 454, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.run", "callee": "kivy.base.EventLoopBase.exit", "lineno": 455, "resolution": "self_method_call" }, { "caller": "kivy.base.EventLoopBase.exit", "callee": "kivy.base.EventLoopBase.close", "lineno": 459, "resolution": "self_method_call" }, { "caller": "kivy.base.", "callee": "kivy.base.EventLoopBase.__init__", "lineno": 480, "resolution": "same_module_class_call" }, { "caller": "kivy.base._runTouchApp_prepare", "callee": "kivy.base.EventLoopBase.ensure_window", "lineno": 489, "resolution": "local_typed_method_call" }, { "caller": "kivy.base._runTouchApp_prepare", "callee": "kivy.base.EventLoopBase.add_input_provider", "lineno": 508, "resolution": "local_typed_method_call" }, { "caller": "kivy.base._runTouchApp_prepare", "callee": "kivy.base.EventLoopBase.add_postproc_module", "lineno": 512, "resolution": "local_typed_method_call" }, { "caller": "kivy.base._runTouchApp_prepare", "callee": "kivy.base.EventLoopBase.start", "lineno": 521, "resolution": "local_typed_method_call" }, { "caller": "kivy.base.runTouchApp", "callee": "kivy.base._runTouchApp_prepare", "lineno": 567, "resolution": "direct_name_call" }, { "caller": "kivy.base.runTouchApp", "callee": "kivy.base.EventLoopBase.mainloop", "lineno": 574, "resolution": "local_typed_method_call" }, { "caller": "kivy.base.runTouchApp", "callee": "kivy.base.stopTouchApp", "lineno": 576, "resolution": "direct_name_call" }, { "caller": "kivy.base.async_runTouchApp", "callee": "kivy.base._runTouchApp_prepare", "lineno": 590, "resolution": "direct_name_call" }, { "caller": "kivy.base.async_runTouchApp", "callee": "kivy.base.EventLoopBase.async_mainloop", "lineno": 597, "resolution": "local_typed_method_call" }, { "caller": "kivy.base.async_runTouchApp", "callee": "kivy.base.stopTouchApp", "lineno": 599, "resolution": "direct_name_call" }, { "caller": "kivy.base.stopTouchApp", "callee": "kivy.base.stopTouchApp", "lineno": 614, "resolution": "direct_name_call" }, { "caller": "kivy.base.stopTouchApp", "callee": "kivy.base.EventLoopBase.close", "lineno": 617, "resolution": "local_typed_method_call" } ], "kivy.cache": [], "kivy.clock": [ { "caller": "kivy.clock.", "callee": ".ctypes.util.find_library", "lineno": 515, "resolution": "external_constructor_call" }, { "caller": "kivy.clock._libc_clock_gettime_wrapper._time", "callee": ".os.strerror", "lineno": 550, "resolution": "external_constructor_call" }, { "caller": "kivy.clock.", "callee": "kivy.clock._libc_clock_gettime_wrapper", "lineno": 555, "resolution": "direct_name_call" }, { "caller": "kivy.clock.ClockBaseBehavior.__init__", "callee": "kivy.clock.ClockBaseBehavior.init_async_lib", "lineno": 616, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBaseBehavior.idle", "callee": "kivy.clock.ClockBaseBehavior.usleep", "lineno": 691, "resolution": "same_class_name_call" }, { "caller": "kivy.clock.ClockBaseBehavior.tick", "callee": "kivy.clock.ClockBaseBehavior.pre_idle", "lineno": 733, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBaseBehavior.tick", "callee": "kivy.clock.ClockBaseBehavior.post_idle", "lineno": 735, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBaseBehavior.tick", "callee": "kivy.clock.ClockBaseBehavior.idle", "lineno": 735, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBaseBehavior.async_tick", "callee": "kivy.clock.ClockBaseBehavior.pre_idle", "lineno": 739, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBaseBehavior.async_tick", "callee": "kivy.clock.ClockBaseBehavior.async_idle", "lineno": 741, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBaseBehavior.async_tick", "callee": "kivy.clock.ClockBaseBehavior.post_idle", "lineno": 742, "resolution": "self_method_call" }, { "caller": "kivy.clock.", "callee": ".functools.partial", "lineno": 811, "resolution": "external_constructor_call" }, { "caller": "kivy.clock.ClockBaseInterruptBehavior.idle", "callee": "kivy.clock.ClockBaseInterruptBehavior._check_ready", "lineno": 877, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBaseInterruptBehavior.async_idle", "callee": "kivy.clock.ClockBaseInterruptBehavior._check_ready", "lineno": 898, "resolution": "self_method_call" }, { "caller": "kivy.clock.ClockBase.__init__", "callee": "kivy.clock._get_sleep_obj", "lineno": 960, "resolution": "direct_name_call" }, { "caller": "kivy.clock.ClockBase.usleep", "callee": "kivy.clock._usleep", "lineno": 963, "resolution": "direct_name_call" }, { "caller": "kivy.clock.mainthread.delayed_func", "callee": ".functools.wraps", "lineno": 1090, "resolution": "external_constructor_call" }, { "caller": "kivy.clock._TriggeredWrapper.__init__", "callee": ".weakref.WeakKeyDictionary", "lineno": 1131, "resolution": "external_constructor_call" }, { "caller": "kivy.clock._TriggeredWrapper.__init__", "callee": ".functools.update_wrapper", "lineno": 1132, "resolution": "external_constructor_call" }, { "caller": "kivy.clock._TriggeredWrapper.__call__", "callee": "kivy.clock._TriggeredWrapper._ensure_trigger", "lineno": 1151, "resolution": "self_method_call" }, { "caller": "kivy.clock._TriggeredWrapper.__get__", "callee": "kivy.clock._BoundTrigger.__init__", "lineno": 1186, "resolution": "same_module_class_call" }, { "caller": "kivy.clock._TriggeredWrapper.__get__", "callee": ".functools.update_wrapper", "lineno": 1189, "resolution": "external_constructor_call" }, { "caller": "kivy.clock.triggered.wrapper_triggered", "callee": "kivy.clock._TriggeredWrapper.__init__", "lineno": 1318, "resolution": "same_module_class_call" }, { "caller": "kivy.clock.triggered", "callee": "kivy.clock.triggered.wrapper_triggered", "lineno": 1321, "resolution": "nested_function_call" }, { "caller": "kivy.clock.", "callee": ".dict.keys", "lineno": 1337, "resolution": "local_builtin_method_call" }, { "caller": "kivy.clock.", "callee": "kivy.context.register_context", "lineno": 1339, "resolution": "imported_call" } ], "kivy.config": [ { "caller": "kivy.config.", "callee": ".os.path.exists", "lineno": 451, "resolution": "external_constructor_call" }, { "caller": "kivy.config.ConfigParser.__init__", "callee": ".collections.OrderedDict", "lineno": 491, "resolution": "external_constructor_call" }, { "caller": "kivy.config.ConfigParser.set", "callee": "kivy.config.ConfigParser._do_callbacks", "lineno": 575, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.setall", "callee": "kivy.config.ConfigParser.set", "lineno": 583, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.setdefaults", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 593, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.setdefaults", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 595, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.setdefault", "callee": "kivy.config.ConfigParser.set", "lineno": 602, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.getdefault", "callee": "kivy.config.ConfigParser.get", "lineno": 612, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.getdefaultint", "callee": "kivy.config.ConfigParser.getdefault", "lineno": 621, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.update_config", "callee": "kivy.config.ConfigParser.write", "lineno": 656, "resolution": "self_method_call" }, { "caller": "kivy.config.ConfigParser.name", "callee": ".weakref.ref", "lineno": 761, "resolution": "external_constructor_call" }, { "caller": "kivy.config.ConfigParser.name", "callee": ".weakref.ref", "lineno": 770, "resolution": "external_constructor_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.__init__", "lineno": 781, "resolution": "same_module_class_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.add_callback", "lineno": 782, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": ".os.path.exists", "lineno": 785, "resolution": "external_constructor_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.read", "lineno": 789, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.getdefaultint", "lineno": 794, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 797, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 798, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 799, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 800, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 801, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 802, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 803, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.adddefaultsection", "lineno": 804, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 822, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 823, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 824, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 825, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 826, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 827, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 828, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 831, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 832, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 833, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 834, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 835, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 836, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 837, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 838, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 839, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 840, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 841, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 844, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 850, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 851, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 856, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 859, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 860, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 861, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 862, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 863, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 865, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 866, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 869, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 870, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 871, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 872, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 873, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.set", "lineno": 876, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 886, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 887, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 888, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 900, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 901, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 904, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 908, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 909, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 914, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 915, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 916, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.set", "lineno": 920, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 923, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.set", "lineno": 926, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 927, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 930, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 933, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 936, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 937, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 940, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 943, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 946, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 954, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 957, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 960, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 961, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 967, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 970, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 973, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 976, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 977, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 980, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 983, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 986, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.get", "lineno": 989, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.set", "lineno": 990, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 993, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.setdefault", "lineno": 996, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.set", "lineno": 1008, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": ".os.path.exists", "lineno": 1014, "resolution": "external_constructor_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.write", "lineno": 1018, "resolution": "local_typed_method_call" }, { "caller": "kivy.config.", "callee": "kivy.config.ConfigParser.set", "lineno": 1057, "resolution": "local_typed_method_call" } ], "kivy.context": [ { "caller": "kivy.context.Context.__init__", "callee": ".dict.items", "lineno": 62, "resolution": "local_builtin_method_call" }, { "caller": "kivy.context.Context.push", "callee": ".list.append", "lineno": 66, "resolution": "local_builtin_method_call" }, { "caller": "kivy.context.Context.pop", "callee": ".list.pop", "lineno": 73, "resolution": "local_builtin_method_call" }, { "caller": "kivy.context.Context.pop", "callee": "kivy.context.get_current_context", "lineno": 74, "resolution": "direct_name_call" }, { "caller": "kivy.context.register_context", "callee": "kivy.context.ProxyContext.__init__", "lineno": 82, "resolution": "same_module_class_call" }, { "caller": "kivy.context.", "callee": "kivy.context.Context.__init__", "lineno": 100, "resolution": "same_module_class_call" } ], "kivy.event": [], "kivy.factory": [ { "caller": "kivy.factory.FactoryBase.__getattr__", "callee": ".list.append", "lineno": 160, "resolution": "local_builtin_method_call" }, { "caller": "kivy.factory.", "callee": "kivy.context.register_context", "lineno": 172, "resolution": "imported_call" } ], "kivy.factory_registers": [], "kivy.geometry": [ { "caller": "kivy.geometry.circumcircle", "callee": "kivy.vector.Vector.__init__", "lineno": 31, "resolution": "imported_call" }, { "caller": "kivy.geometry.circumcircle", "callee": "kivy.vector.Vector.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.geometry.circumcircle", "callee": "kivy.vector.Vector.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "kivy.geometry.minimum_bounding_circle", "callee": "kivy.vector.Vector.__init__", "lineno": 73, "resolution": "imported_call" }, { "caller": "kivy.geometry.minimum_bounding_circle", "callee": "kivy.geometry.minimum_bounding_circle.angle_pq", "lineno": 103, "resolution": "nested_function_call" }, { "caller": "kivy.geometry.minimum_bounding_circle", "callee": "kivy.geometry.circumcircle", "lineno": 121, "resolution": "direct_name_call" } ], "kivy.gesture": [ { "caller": "kivy.gesture.GestureDatabase.gesture_to_str", "callee": ".io.BytesIO", "lineno": 75, "resolution": "external_constructor_call" }, { "caller": "kivy.gesture.GestureDatabase.str_to_gesture", "callee": ".io.BytesIO", "lineno": 83, "resolution": "external_constructor_call" }, { "caller": "kivy.gesture.GestureStroke.add_point", "callee": "kivy.gesture.GesturePoint.__init__", "lineno": 144, "resolution": "same_module_class_call" }, { "caller": "kivy.gesture.GestureStroke.stroke_length", "callee": "kivy.gesture.GestureStroke.points_distance", "lineno": 173, "resolution": "self_method_call" }, { "caller": "kivy.gesture.GestureStroke.normalize_stroke", "callee": "kivy.gesture.GestureStroke.stroke_length", "lineno": 183, "resolution": "self_method_call" }, { "caller": "kivy.gesture.GestureStroke.normalize_stroke", "callee": "kivy.gesture.GestureStroke.stroke_length", "lineno": 188, "resolution": "self_method_call" }, { "caller": "kivy.gesture.GestureStroke.normalize_stroke", "callee": "kivy.gesture.GestureStroke.points_distance", "lineno": 197, "resolution": "self_method_call" }, { "caller": "kivy.gesture.GestureStroke.normalize_stroke", "callee": "kivy.gesture.GesturePoint.__init__", "lineno": 210, "resolution": "same_module_class_call" }, { "caller": "kivy.gesture.GestureStroke.normalize_stroke", "callee": "kivy.gesture.GestureStroke.stroke_length", "lineno": 211, "resolution": "self_method_call" }, { "caller": "kivy.gesture.Gesture.add_stroke", "callee": "kivy.gesture.GestureStroke.__init__", "lineno": 303, "resolution": "same_module_class_call" }, { "caller": "kivy.gesture.Gesture.normalize", "callee": "kivy.gesture.Gesture._scale_gesture", "lineno": 324, "resolution": "self_method_call" }, { "caller": "kivy.gesture.Gesture.normalize", "callee": "kivy.gesture.Gesture._center_gesture", "lineno": 324, "resolution": "self_method_call" }, { "caller": "kivy.gesture.Gesture.normalize", "callee": "kivy.gesture.Gesture.dot_product", "lineno": 329, "resolution": "self_method_call" }, { "caller": "kivy.gesture.Gesture.get_rigid_rotation", "callee": "kivy.vector.Vector.__init__", "lineno": 343, "resolution": "imported_call" }, { "caller": "kivy.gesture.Gesture.get_rigid_rotation", "callee": "kivy.vector.Vector.__init__", "lineno": 344, "resolution": "imported_call" }, { "caller": "kivy.gesture.Gesture.get_rigid_rotation", "callee": "kivy.vector.Vector.angle", "lineno": 345, "resolution": "local_typed_method_call" }, { "caller": "kivy.gesture.Gesture.rotate", "callee": "kivy.gesture.Gesture.__init__", "lineno": 364, "resolution": "same_module_class_call" }, { "caller": "kivy.gesture.Gesture.rotate", "callee": "kivy.vector.Vector.__init__", "lineno": 368, "resolution": "imported_call" }, { "caller": "kivy.gesture.Gesture.rotate", "callee": ".list.append", "lineno": 369, "resolution": "local_builtin_method_call" }, { "caller": "kivy.gesture.Gesture.rotate", "callee": "kivy.gesture.Gesture.add_stroke", "lineno": 370, "resolution": "local_typed_method_call" }, { "caller": "kivy.gesture.Gesture.rotate", "callee": "kivy.gesture.Gesture.dot_product", "lineno": 371, "resolution": "local_typed_method_call" }, { "caller": "kivy.gesture.Gesture.get_score", "callee": "kivy.gesture.Gesture.get_rigid_rotation", "lineno": 380, "resolution": "self_method_call" }, { "caller": "kivy.gesture.Gesture.get_score", "callee": "kivy.gesture.Gesture.dot_product", "lineno": 386, "resolution": "self_method_call" }, { "caller": "kivy.gesture.Gesture.__eq__", "callee": "kivy.gesture.Gesture.get_score", "lineno": 398, "resolution": "self_method_call" }, { "caller": "kivy.gesture.Gesture.__ne__", "callee": "kivy.gesture.Gesture.__eq__", "lineno": 408, "resolution": "self_method_call" } ], "kivy.interactive": [ { "caller": "kivy.interactive.SafeMembrane.__call__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 223, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__call__", "callee": "kivy.interactive.unwrap", "lineno": 226, "resolution": "direct_name_call" }, { "caller": "kivy.interactive.SafeMembrane.__call__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 228, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__call__", "callee": "kivy.interactive.SafeMembrane.__init__", "lineno": 230, "resolution": "same_module_class_call" }, { "caller": "kivy.interactive.SafeMembrane.__getattr__", "callee": "kivy.interactive.SafeMembrane.__init__", "lineno": 242, "resolution": "same_module_class_call" }, { "caller": "kivy.interactive.SafeMembrane.__setattr__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 249, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__setattr__", "callee": "kivy.interactive.unwrap", "lineno": 250, "resolution": "direct_name_call" }, { "caller": "kivy.interactive.SafeMembrane.__setattr__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 252, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__delattr__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 255, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__delattr__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 257, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__getitem__", "callee": "kivy.interactive.SafeMembrane.__init__", "lineno": 263, "resolution": "same_module_class_call" }, { "caller": "kivy.interactive.SafeMembrane.__setitem__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 266, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__setitem__", "callee": "kivy.interactive.unwrap", "lineno": 267, "resolution": "direct_name_call" }, { "caller": "kivy.interactive.SafeMembrane.__setitem__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 269, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__delitem__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 272, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__delitem__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 274, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__getslice__", "callee": "kivy.interactive.SafeMembrane.__init__", "lineno": 277, "resolution": "same_module_class_call" }, { "caller": "kivy.interactive.SafeMembrane.__setslice__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 280, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__setslice__", "callee": "kivy.interactive.unwrap", "lineno": 281, "resolution": "direct_name_call" }, { "caller": "kivy.interactive.SafeMembrane.__setslice__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 283, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__delslice__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 286, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__delslice__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 288, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__enter__", "callee": "kivy.interactive.SafeMembrane.safeIn", "lineno": 291, "resolution": "self_method_call" }, { "caller": "kivy.interactive.SafeMembrane.__exit__", "callee": "kivy.interactive.SafeMembrane.safeOut", "lineno": 296, "resolution": "self_method_call" }, { "caller": "kivy.interactive.InteractiveLauncher.__init__", "callee": "kivy.app.App.__init__", "lineno": 310, "resolution": "imported_call" }, { "caller": "kivy.interactive.InteractiveLauncher.__init__", "callee": ".threading.Event", "lineno": 311, "resolution": "external_constructor_call" }, { "caller": "kivy.interactive.InteractiveLauncher.__init__", "callee": ".threading.Event", "lineno": 314, "resolution": "external_constructor_call" }, { "caller": "kivy.interactive.InteractiveLauncher.__init__.startApp", "callee": "kivy.app.App.run", "lineno": 319, "resolution": "local_typed_method_call" }, { "caller": "kivy.interactive.InteractiveLauncher.__init__", "callee": ".threading.Thread", "lineno": 321, "resolution": "external_constructor_call" } ], "kivy.loader": [ { "caller": "kivy.loader.", "callee": "kivy.cache.Cache.register", "lineno": 55, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase.__init__", "callee": ".collections.deque", "lineno": 119, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase.__init__", "callee": ".collections.deque", "lineno": 120, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._get_loading_image", "callee": ".os.path.join", "lineno": 184, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._get_loading_image", "callee": "kivy.core.image.ImageLoader.load", "lineno": 185, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase._set_loading_image", "callee": "kivy.core.image.ImageLoader.load", "lineno": 190, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase._get_error_image", "callee": ".os.path.join", "lineno": 206, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._get_error_image", "callee": "kivy.core.image.ImageLoader.load", "lineno": 208, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase._set_error_image", "callee": "kivy.core.image.ImageLoader.load", "lineno": 213, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase._load", "callee": ".time.sleep", "lineno": 270, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._load", "callee": "kivy.loader.LoaderBase._wait_for_resume", "lineno": 272, "resolution": "self_method_call" }, { "caller": "kivy.loader.LoaderBase._load", "callee": "kivy.loader.LoaderBase._load_urllib", "lineno": 285, "resolution": "self_method_call" }, { "caller": "kivy.loader.LoaderBase._load", "callee": "kivy.loader.LoaderBase._load_local", "lineno": 287, "resolution": "self_method_call" }, { "caller": "kivy.loader.LoaderBase._load_local", "callee": "kivy.core.image.ImageLoader.load", "lineno": 299, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase._load_urllib", "callee": ".os.write", "lineno": 368, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._load_urllib", "callee": ".os.close", "lineno": 369, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._load_urllib", "callee": "kivy.loader.LoaderBase._load_local", "lineno": 373, "resolution": "self_method_call" }, { "caller": "kivy.loader.LoaderBase._load_urllib", "callee": ".os.close", "lineno": 383, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._load_urllib", "callee": ".os.close", "lineno": 401, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._load_urllib", "callee": ".os.unlink", "lineno": 403, "resolution": "external_constructor_call" }, { "caller": "kivy.loader.LoaderBase._update", "callee": "kivy.loader.LoaderBase.start", "lineno": 412, "resolution": "self_method_call" }, { "caller": "kivy.loader.LoaderBase._update", "callee": "kivy.cache.Cache.append", "lineno": 429, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase.image", "callee": "kivy.cache.Cache.get", "lineno": 467, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase.image", "callee": "kivy.loader.ProxyImage.__init__", "lineno": 470, "resolution": "same_module_class_call" }, { "caller": "kivy.loader.LoaderBase.image", "callee": "kivy.loader.ProxyImage.__init__", "lineno": 474, "resolution": "same_module_class_call" }, { "caller": "kivy.loader.LoaderBase.image", "callee": "kivy.cache.Cache.append", "lineno": 486, "resolution": "qualified_module_call" }, { "caller": "kivy.loader.LoaderBase.remove_from_cache", "callee": "kivy.cache.Cache.remove", "lineno": 496, "resolution": "qualified_module_call" }, { "caller": "kivy.loader._ThreadPool.__init__", "callee": "kivy.loader._Worker.__init__", "lineno": 539, "resolution": "same_module_class_call" }, { "caller": "kivy.loader.LoaderThreadPool.start", "callee": "kivy.loader._ThreadPool.__init__", "lineno": 557, "resolution": "same_module_class_call" }, { "caller": "kivy.loader.", "callee": "kivy.loader.LoaderThreadPool.__init__", "lineno": 573, "resolution": "same_module_class_call" } ], "kivy.logger": [ { "caller": "kivy.logger.FileHandler.purge_logs", "callee": ".str.iterdir", "lineno": 236, "resolution": "local_builtin_method_call" }, { "caller": "kivy.logger.FileHandler.purge_logs", "callee": ".list.sort", "lineno": 238, "resolution": "local_builtin_method_call" }, { "caller": "kivy.logger.FileHandler._configure", "callee": ".time.strftime", "lineno": 267, "resolution": "external_constructor_call" }, { "caller": "kivy.logger.FileHandler.emit", "callee": "kivy.logger.FileHandler._configure", "lineno": 310, "resolution": "self_method_call" }, { "caller": "kivy.logger.FileHandler.emit", "callee": "kivy.logger.FileHandler._write_message", "lineno": 323, "resolution": "self_method_call" }, { "caller": "kivy.logger.FileHandler.emit", "callee": "kivy.logger.FileHandler._write_message", "lineno": 325, "resolution": "self_method_call" }, { "caller": "kivy.logger.LoggerHistory.flush", "callee": "kivy.logger.LoggerHistory.clear_history", "lineno": 341, "resolution": "self_method_call" }, { "caller": "kivy.logger.ProcessingStream.write", "callee": "kivy.logger.ProcessingStream.flush", "lineno": 385, "resolution": "self_method_call" }, { "caller": "kivy.logger.logger_config_update", "callee": ".dict.get", "lineno": 402, "resolution": "local_builtin_method_call" }, { "caller": "kivy.logger.logger_config_update", "callee": ".dict.get", "lineno": 404, "resolution": "local_builtin_method_call" }, { "caller": "kivy.logger.ColoredLogRecord.__init__", "callee": "kivy.logger.ColoredLogRecord._format_levelname", "lineno": 492, "resolution": "self_method_call" }, { "caller": "kivy.logger.ColoredLogRecord.__init__", "callee": "kivy.logger.ColoredLogRecord._format_message", "lineno": 493, "resolution": "self_method_call" }, { "caller": "kivy.logger.UncoloredLogRecord.__init__", "callee": "kivy.logger.UncoloredLogRecord._format_message", "lineno": 523, "resolution": "self_method_call" }, { "caller": "kivy.logger.KivyFormatter.format", "callee": "kivy.logger.ColonSplittingLogRecord.__init__", "lineno": 540, "resolution": "same_module_class_call" }, { "caller": "kivy.logger.", "callee": ".functools.partial", "lineno": 571, "resolution": "external_constructor_call" }, { "caller": "kivy.logger.", "callee": "kivy.logger.FileHandler.", "lineno": 574, "resolution": "same_module_class_call" }, { "caller": "kivy.logger.add_kivy_handlers", "callee": "kivy.logger.LoggerHistory.", "lineno": 593, "resolution": "same_module_class_call" }, { "caller": "kivy.logger.add_kivy_handlers", "callee": "kivy.logger.is_color_terminal", "lineno": 601, "resolution": "direct_name_call" }, { "caller": "kivy.logger.add_kivy_handlers", "callee": "kivy.logger.KivyFormatter.__init__", "lineno": 610, "resolution": "same_module_class_call" }, { "caller": "kivy.logger.add_kivy_handlers", "callee": "kivy.logger.ConsoleHandler.", "lineno": 611, "resolution": "same_module_class_call" }, { "caller": "kivy.logger.", "callee": "kivy.logger.add_kivy_handlers", "lineno": 622, "resolution": "direct_name_call" }, { "caller": "kivy.logger.", "callee": "kivy.logger.ProcessingStream.__init__", "lineno": 631, "resolution": "same_module_class_call" }, { "caller": "kivy.logger.", "callee": "kivy.logger.add_kivy_handlers", "lineno": 637, "resolution": "direct_name_call" } ], "kivy.metrics": [ { "caller": "kivy.metrics.MetricsBase.get_fontscale", "callee": ".jnius.autoclass", "lineno": 293, "resolution": "external_constructor_call" }, { "caller": "kivy.metrics.MetricsBase.get_fontscale", "callee": ".jnius.autoclass", "lineno": 295, "resolution": "external_constructor_call" }, { "caller": "kivy.metrics.MetricsBase.reset_metrics", "callee": "kivy.metrics.MetricsBase.get_dpi", "lineno": 398, "resolution": "self_method_call" }, { "caller": "kivy.metrics.MetricsBase.reset_metrics", "callee": "kivy.metrics.MetricsBase.get_density", "lineno": 399, "resolution": "self_method_call" }, { "caller": "kivy.metrics.MetricsBase.reset_metrics", "callee": "kivy.metrics.MetricsBase.get_fontscale", "lineno": 400, "resolution": "self_method_call" }, { "caller": "kivy.metrics.MetricsBase.reset_dpi", "callee": "kivy.metrics.MetricsBase.get_dpi", "lineno": 406, "resolution": "self_method_call" }, { "caller": "kivy.metrics.", "callee": "kivy.context.register_context", "lineno": 412, "resolution": "imported_call" } ], "kivy.multistroke": [ { "caller": "kivy.multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 143, "resolution": "imported_call" }, { "caller": "kivy.multistroke.Recognizer.filter", "callee": ".collections.deque", "lineno": 314, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.Recognizer.add_gesture", "callee": "kivy.multistroke.MultistrokeGesture.__init__", "lineno": 360, "resolution": "same_module_class_call" }, { "caller": "kivy.multistroke.Recognizer.parse_gesture", "callee": ".io.BytesIO", "lineno": 369, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.Recognizer.parse_gesture", "callee": "kivy.vector.Vector.__init__", "lineno": 376, "resolution": "imported_call" }, { "caller": "kivy.multistroke.Recognizer.parse_gesture", "callee": "kivy.multistroke.MultistrokeGesture.__init__", "lineno": 378, "resolution": "same_module_class_call" }, { "caller": "kivy.multistroke.Recognizer.export_gesture", "callee": ".io.BytesIO", "lineno": 392, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.Recognizer.export_gesture", "callee": ".dict.keys", "lineno": 397, "resolution": "local_builtin_method_call" }, { "caller": "kivy.multistroke.Recognizer.export_gesture", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 399, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Recognizer.export_gesture", "callee": ".list.append", "lineno": 406, "resolution": "local_builtin_method_call" }, { "caller": "kivy.multistroke.Recognizer.import_gesture", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 433, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Recognizer.import_gesture", "callee": "kivy.multistroke.Recognizer.parse_gesture", "lineno": 433, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Recognizer.transfer_gesture", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 444, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Recognizer.prepare_templates", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 463, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Recognizer.recognize", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 537, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Recognizer.recognize", "callee": "kivy.multistroke.Recognizer._candidate", "lineno": 540, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Recognizer.recognize", "callee": "kivy.multistroke.ProgressTracker.__init__", "lineno": 541, "resolution": "same_module_class_call" }, { "caller": "kivy.multistroke.Recognizer.recognize._recognize_tick", "callee": "kivy.multistroke.ProgressTracker._add_result", "lineno": 574, "resolution": "local_typed_method_call" }, { "caller": "kivy.multistroke.Recognizer.recognize._recognize_tick", "callee": "kivy.multistroke.Recognizer.recognize._recognize_tick._dispatch", "lineno": 592, "resolution": "same_class_name_call" }, { "caller": "kivy.multistroke.Recognizer.recognize._recognize_tick", "callee": "kivy.multistroke.Recognizer.recognize._recognize_tick._dispatch", "lineno": 595, "resolution": "same_class_name_call" }, { "caller": "kivy.multistroke.Recognizer.recognize._recognize_tick", "callee": "kivy.multistroke.Recognizer.recognize._recognize_tick._dispatch", "lineno": 597, "resolution": "same_class_name_call" }, { "caller": "kivy.multistroke.Recognizer.recognize", "callee": "kivy.multistroke.Recognizer.recognize._recognize_tick", "lineno": 605, "resolution": "same_class_name_call" }, { "caller": "kivy.multistroke.Recognizer._candidate", "callee": "kivy.multistroke.Candidate.__init__", "lineno": 624, "resolution": "same_module_class_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.__init__", "callee": "kivy.multistroke.MultistrokeGesture.permute", "lineno": 865, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.__init__", "callee": "kivy.multistroke.UnistrokeTemplate.__init__", "lineno": 867, "resolution": "same_module_class_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.angle_similarity_threshold", "callee": ".math.radians", "lineno": 873, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.add_stroke", "callee": "kivy.multistroke.MultistrokeGesture.permute", "lineno": 880, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.get_distance", "callee": ".math.atan", "lineno": 904, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.get_distance", "callee": ".math.acos", "lineno": 919, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.match_candidate", "callee": "kivy.multistroke.MultistrokeGesture.angle_similarity_threshold", "lineno": 949, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.match_candidate", "callee": "kivy.multistroke.MultistrokeGesture.get_distance", "lineno": 979, "resolution": "same_class_name_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.match_candidate", "callee": ".list.append", "lineno": 980, "resolution": "local_builtin_method_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.permute", "callee": "kivy.multistroke.MultistrokeGesture._heap_permute", "lineno": 1018, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.permute", "callee": "kivy.multistroke.UnistrokeTemplate.__init__", "lineno": 1022, "resolution": "same_module_class_call" }, { "caller": "kivy.multistroke.MultistrokeGesture.permute", "callee": "kivy.multistroke.MultistrokeGesture._make_unistrokes", "lineno": 1027, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.MultistrokeGesture._heap_permute", "callee": "kivy.multistroke.MultistrokeGesture._heap_permute", "lineno": 1038, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.MultistrokeGesture._make_unistrokes", "callee": ".math.pow", "lineno": 1055, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate._get_db_key", "callee": "kivy.multistroke.UnistrokeTemplate.prepare", "lineno": 1121, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.get_start_unit_vector", "callee": "kivy.multistroke.UnistrokeTemplate._get_db_key", "lineno": 1125, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.get_vector", "callee": "kivy.multistroke.UnistrokeTemplate._get_db_key", "lineno": 1128, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.get_points", "callee": "kivy.multistroke.UnistrokeTemplate._get_db_key", "lineno": 1131, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.resample", "lineno": 1145, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.indicative_angle", "lineno": 1146, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.rotate_by", "lineno": 1147, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.scale_dim", "lineno": 1148, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.rotate_by", "lineno": 1151, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.translate_to", "lineno": 1153, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.start_unit_vector", "lineno": 1161, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.UnistrokeTemplate.prepare", "callee": "kivy.multistroke.vectorize", "lineno": 1162, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate._get_db_key", "callee": "kivy.multistroke.Candidate.prepare", "lineno": 1214, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Candidate.get_start_unit_vector", "callee": "kivy.multistroke.Candidate._get_db_key", "lineno": 1225, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Candidate.get_protractor_vector", "callee": "kivy.multistroke.Candidate._get_db_key", "lineno": 1230, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Candidate.get_angle_similarity", "callee": "kivy.multistroke.Candidate.get_start_unit_vector", "lineno": 1239, "resolution": "self_method_call" }, { "caller": "kivy.multistroke.Candidate.get_angle_similarity", "callee": ".math.acos", "lineno": 1249, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.resample", "lineno": 1260, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.indicative_angle", "lineno": 1261, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.rotate_by", "lineno": 1262, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.scale_dim", "lineno": 1263, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.translate_to", "lineno": 1271, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.start_unit_vector", "lineno": 1272, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.vectorize", "lineno": 1273, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.rotate_by", "lineno": 1277, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.translate_to", "lineno": 1278, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.start_unit_vector", "lineno": 1279, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.Candidate.prepare", "callee": "kivy.multistroke.vectorize", "lineno": 1280, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.resample", "callee": "kivy.multistroke.path_length", "lineno": 1294, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.resample", "callee": "kivy.multistroke.distance", "lineno": 1307, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.resample", "callee": "kivy.vector.Vector.__init__", "lineno": 1312, "resolution": "imported_call" }, { "caller": "kivy.multistroke.indicative_angle", "callee": "kivy.multistroke.centroid", "lineno": 1331, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.indicative_angle", "callee": ".math.atan2", "lineno": 1332, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.rotate_by", "callee": "kivy.multistroke.centroid", "lineno": 1337, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.rotate_by", "callee": "kivy.vector.Vector.__init__", "lineno": 1346, "resolution": "imported_call" }, { "caller": "kivy.multistroke.scale_dim", "callee": "kivy.multistroke.bounding_box", "lineno": 1352, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.scale_dim", "callee": "kivy.vector.Vector.__init__", "lineno": 1375, "resolution": "imported_call" }, { "caller": "kivy.multistroke.translate_to", "callee": "kivy.multistroke.centroid", "lineno": 1382, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.translate_to", "callee": ".list.append", "lineno": 1388, "resolution": "local_builtin_method_call" }, { "caller": "kivy.multistroke.translate_to", "callee": "kivy.vector.Vector.__init__", "lineno": 1388, "resolution": "imported_call" }, { "caller": "kivy.multistroke.vectorize", "callee": ".math.atan2", "lineno": 1398, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.vectorize", "callee": ".math.floor", "lineno": 1399, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.vectorize", "callee": ".math.sqrt", "lineno": 1416, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.centroid", "callee": "kivy.vector.Vector.__init__", "lineno": 1435, "resolution": "imported_call" }, { "caller": "kivy.multistroke.path_length", "callee": "kivy.multistroke.distance", "lineno": 1460, "resolution": "direct_name_call" }, { "caller": "kivy.multistroke.distance", "callee": ".math.sqrt", "lineno": 1467, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.start_unit_vector", "callee": ".math.sqrt", "lineno": 1473, "resolution": "external_constructor_call" }, { "caller": "kivy.multistroke.start_unit_vector", "callee": "kivy.vector.Vector.__init__", "lineno": 1474, "resolution": "imported_call" } ], "kivy.parser": [ { "caller": "kivy.parser.parse_filename", "callee": "kivy.parser.parse_string", "lineno": 25, "resolution": "direct_name_call" }, { "caller": "kivy.parser.parse_filename", "callee": "kivy.resources.resource_find", "lineno": 26, "resolution": "imported_call" }, { "caller": "kivy.parser.parse_color", "callee": "kivy.parser.color_error", "lineno": 67, "resolution": "direct_name_call" }, { "caller": "kivy.parser.parse_color", "callee": "kivy.parser.color_error", "lineno": 69, "resolution": "direct_name_call" }, { "caller": "kivy.parser.parse_color", "callee": "kivy.parser.color_error", "lineno": 71, "resolution": "direct_name_call" }, { "caller": "kivy.parser.parse_color", "callee": ".list.append", "lineno": 73, "resolution": "local_builtin_method_call" }, { "caller": "kivy.parser.parse_color", "callee": "kivy.parser.color_error", "lineno": 83, "resolution": "direct_name_call" }, { "caller": "kivy.parser.parse_color", "callee": "kivy.parser.color_error", "lineno": 89, "resolution": "direct_name_call" }, { "caller": "kivy.parser.parse_color", "callee": ".list.append", "lineno": 91, "resolution": "local_builtin_method_call" } ], "kivy.resources": [ { "caller": "kivy.resources.", "callee": ".os.path.dirname", "lineno": 46, "resolution": "external_constructor_call" }, { "caller": "kivy.resources.", "callee": ".os.path.join", "lineno": 48, "resolution": "external_constructor_call" }, { "caller": "kivy.resources.", "callee": ".os.path.dirname", "lineno": 48, "resolution": "external_constructor_call" }, { "caller": "kivy.resources.", "callee": ".os.path.dirname", "lineno": 49, "resolution": "external_constructor_call" }, { "caller": "kivy.resources.", "callee": ".os.path.join", "lineno": 49, "resolution": "external_constructor_call" }, { "caller": "kivy.resources.", "callee": "kivy.cache.Cache.register", "lineno": 51, "resolution": "qualified_module_call" }, { "caller": "kivy.resources._resolve_path", "callee": ".os.path.abspath", "lineno": 59, "resolution": "external_constructor_call" }, { "caller": "kivy.resources._resolve_path", "callee": ".os.path.exists", "lineno": 60, "resolution": "external_constructor_call" }, { "caller": "kivy.resources._resolve_path", "callee": ".os.path.abspath", "lineno": 61, "resolution": "external_constructor_call" }, { "caller": "kivy.resources._resolve_path", "callee": ".os.path.abspath", "lineno": 63, "resolution": "external_constructor_call" }, { "caller": "kivy.resources._resolve_path", "callee": ".os.path.join", "lineno": 63, "resolution": "external_constructor_call" }, { "caller": "kivy.resources._resolve_path", "callee": ".os.path.exists", "lineno": 64, "resolution": "external_constructor_call" }, { "caller": "kivy.resources.resource_find", "callee": "kivy.cache.Cache.get", "lineno": 85, "resolution": "qualified_module_call" }, { "caller": "kivy.resources.resource_find", "callee": "kivy.resources._resolve_path", "lineno": 94, "resolution": "direct_name_call" }, { "caller": "kivy.resources.resource_find", "callee": "kivy.resources._resolve_path", "lineno": 102, "resolution": "direct_name_call" }, { "caller": "kivy.resources.resource_find", "callee": "kivy.cache.Cache.append", "lineno": 107, "resolution": "qualified_module_call" }, { "caller": "kivy.resources.resource_add_path", "callee": ".list.append", "lineno": 117, "resolution": "local_builtin_method_call" }, { "caller": "kivy.resources.resource_remove_path", "callee": ".list.remove", "lineno": 128, "resolution": "local_builtin_method_call" } ], "kivy.support": [ { "caller": "kivy.support.install_android.android_check_pause", "callee": "kivy.app.App.get_running_app", "lineno": 103, "resolution": "qualified_module_call" }, { "caller": "kivy.support.install_android.android_check_pause", "callee": "kivy.base.stopTouchApp", "lineno": 108, "resolution": "imported_call" }, { "caller": "kivy.support.install_android.android_check_pause", "callee": "kivy.base.stopTouchApp", "lineno": 122, "resolution": "imported_call" }, { "caller": "kivy.support.install_android.android_check_pause", "callee": "kivy.base.stopTouchApp", "lineno": 140, "resolution": "imported_call" }, { "caller": "kivy.support.install_twisted_reactor", "callee": ".collections.deque", "lineno": 194, "resolution": "external_constructor_call" } ], "kivy.utils": [ { "caller": "kivy.utils.normalize_path_id", "callee": ".unicodedata.normalize", "lineno": 95, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.normalize_path_id", "callee": ".unicodedata.category", "lineno": 100, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.normalize_path_id", "callee": ".re.sub", "lineno": 103, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.normalize_path_id", "callee": ".re.sub", "lineno": 106, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.normalize_path_id", "callee": ".re.sub", "lineno": 108, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.strtotuple", "callee": ".re.match", "lineno": 143, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.rgba", "callee": "kivy.utils.get_color_from_hex", "lineno": 163, "resolution": "direct_name_call" }, { "caller": "kivy.utils.rgba", "callee": ".list.append", "lineno": 167, "resolution": "local_builtin_method_call" }, { "caller": "kivy.utils.rgba", "callee": ".list.extend", "lineno": 171, "resolution": "local_builtin_method_call" }, { "caller": "kivy.utils.rgba", "callee": ".list.append", "lineno": 173, "resolution": "local_builtin_method_call" }, { "caller": "kivy.utils.get_color_from_hex", "callee": "kivy.utils.get_color_from_hex", "lineno": 183, "resolution": "direct_name_call" }, { "caller": "kivy.utils.get_color_from_hex", "callee": ".re.split", "lineno": 186, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.get_color_from_hex", "callee": ".list.append", "lineno": 188, "resolution": "local_builtin_method_call" }, { "caller": "kivy.utils.get_random_color", "callee": ".random.random", "lineno": 214, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.get_random_color", "callee": ".random.random", "lineno": 214, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.get_random_color", "callee": ".random.random", "lineno": 214, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.get_random_color", "callee": ".random.random", "lineno": 214, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.get_random_color", "callee": ".random.random", "lineno": 216, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.get_random_color", "callee": ".random.random", "lineno": 216, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.get_random_color", "callee": ".random.random", "lineno": 216, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.", "callee": "kivy.utils.get_color_from_hex", "lineno": 378, "resolution": "direct_name_call" }, { "caller": "kivy.utils.", "callee": ".dict.items", "lineno": 378, "resolution": "local_builtin_method_call" }, { "caller": "kivy.utils.deprecated.new_func", "callee": ".list.append", "lineno": 400, "resolution": "local_builtin_method_call" }, { "caller": "kivy.utils.interpolate", "callee": ".list.append", "lineno": 438, "resolution": "local_builtin_method_call" }, { "caller": "kivy.utils.interpolate", "callee": "kivy.utils.interpolate", "lineno": 438, "resolution": "direct_name_call" }, { "caller": "kivy.utils.", "callee": "kivy.utils._get_platform", "lineno": 541, "resolution": "direct_name_call" }, { "caller": "kivy.utils._get_pi_version", "callee": ".re.search", "lineno": 620, "resolution": "external_constructor_call" }, { "caller": "kivy.utils.", "callee": "kivy.utils._get_pi_version", "lineno": 637, "resolution": "direct_name_call" } ], "kivy.vector": [ { "caller": "kivy.vector.Vector.__getslice__", "callee": "kivy.vector.Vector.__init__", "lineno": 137, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__add__", "callee": "kivy.vector.Vector.__init__", "lineno": 142, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__neg__", "callee": "kivy.vector.Vector.__init__", "lineno": 154, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__sub__", "callee": "kivy.vector.Vector.__init__", "lineno": 157, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__mul__", "callee": "kivy.vector.Vector.__init__", "lineno": 170, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__mul__", "callee": "kivy.vector.Vector.__init__", "lineno": 172, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__truediv__", "callee": "kivy.vector.Vector.__init__", "lineno": 188, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__truediv__", "callee": "kivy.vector.Vector.__init__", "lineno": 190, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__div__", "callee": "kivy.vector.Vector.__init__", "lineno": 194, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__div__", "callee": "kivy.vector.Vector.__init__", "lineno": 196, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__rtruediv__", "callee": "kivy.vector.Vector.__init__", "lineno": 200, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__rtruediv__", "callee": "kivy.vector.Vector.__init__", "lineno": 202, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__rdiv__", "callee": "kivy.vector.Vector.__init__", "lineno": 206, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.__rdiv__", "callee": "kivy.vector.Vector.__init__", "lineno": 208, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.normalize", "callee": "kivy.vector.Vector.__init__", "lineno": 277, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.normalize", "callee": "kivy.vector.Vector.length", "lineno": 278, "resolution": "self_method_call" }, { "caller": "kivy.vector.Vector.rotate", "callee": "kivy.vector.Vector.__init__", "lineno": 313, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.line_intersection", "callee": "kivy.vector.Vector.__init__", "lineno": 349, "resolution": "same_module_class_call" }, { "caller": "kivy.vector.Vector.segment_intersection", "callee": "kivy.vector.Vector.__init__", "lineno": 392, "resolution": "same_module_class_call" } ], "kivy.weakmethod": [], "kivy._version": [], "kivy": [ { "caller": "kivy.require", "callee": "kivy.parse_kivy_version", "lineno": 118, "resolution": "direct_name_call" }, { "caller": "kivy.require", "callee": "kivy.parse_kivy_version", "lineno": 120, "resolution": "direct_name_call" }, { "caller": "kivy.get_includes", "callee": ".os.path.dirname", "lineno": 153, "resolution": "external_constructor_call" }, { "caller": "kivy.get_includes", "callee": ".os.path.join", "lineno": 154, "resolution": "external_constructor_call" }, { "caller": "kivy.get_includes", "callee": ".os.path.join", "lineno": 154, "resolution": "external_constructor_call" }, { "caller": "kivy.get_includes", "callee": ".os.path.join", "lineno": 155, "resolution": "external_constructor_call" }, { "caller": "kivy.kivy_register_post_configuration", "callee": ".list.append", "lineno": 164, "resolution": "local_builtin_method_call" }, { "caller": "kivy.kivy_usage", "callee": ".os.path.basename", "lineno": 205, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 210, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 211, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 212, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 213, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 214, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 215, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 216, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 217, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 218, "resolution": "imported_call" }, { "caller": "kivy.", "callee": "kivy.core.get_provider_options", "lineno": 219, "resolution": "imported_call" }, { "caller": "kivy.", "callee": ".dict.items", "lineno": 223, "resolution": "local_builtin_method_call" }, { "caller": "kivy.", "callee": ".os.path.dirname", "lineno": 238, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 242, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 245, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 248, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 250, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 252, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 262, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.dirname", "lineno": 262, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.dirname", "lineno": 262, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 263, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 264, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.expanduser", "lineno": 266, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.exists", "lineno": 267, "resolution": "external_constructor_call" }, { "caller": "kivy._patch_mod_deps_win", "callee": ".os.path.join", "lineno": 277, "resolution": "external_constructor_call" }, { "caller": "kivy._patch_mod_deps_win", "callee": ".list.append", "lineno": 282, "resolution": "local_builtin_method_call" }, { "caller": "kivy.", "callee": ".list.insert", "lineno": 295, "resolution": "local_builtin_method_call" }, { "caller": "kivy.", "callee": ".list.append", "lineno": 297, "resolution": "local_builtin_method_call" }, { "caller": "kivy.", "callee": ".list.insert", "lineno": 307, "resolution": "local_builtin_method_call" }, { "caller": "kivy.", "callee": ".list.append", "lineno": 309, "resolution": "local_builtin_method_call" }, { "caller": "kivy.", "callee": ".list.append", "lineno": 323, "resolution": "local_builtin_method_call" }, { "caller": "kivy.", "callee": "kivy._patch_mod_deps_win", "lineno": 328, "resolution": "direct_name_call" }, { "caller": "kivy.", "callee": ".os.path.expanduser", "lineno": 348, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": "kivy.utils.normalize_path_id", "lineno": 354, "resolution": "imported_call" }, { "caller": "kivy.", "callee": ".os.path.expanduser", "lineno": 359, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.expanduser", "lineno": 361, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 363, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.expanduser", "lineno": 365, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 369, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.dirname", "lineno": 372, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 385, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 386, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 387, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 388, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.makedirs", "lineno": 391, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.makedirs", "lineno": 392, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.exists", "lineno": 393, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".os.path.join", "lineno": 395, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": ".getopt.getopt", "lineno": 415, "resolution": "external_constructor_call" }, { "caller": "kivy.", "callee": "kivy.kivy_usage", "lineno": 423, "resolution": "direct_name_call" }, { "caller": "kivy.", "callee": "kivy.kivy_usage", "lineno": 448, "resolution": "direct_name_call" } ], "kivy.core": [ { "caller": "kivy.core.get_all_categories", "callee": ".dict.keys", "lineno": 191, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.load_with_provider_selection", "callee": "kivy.core._is_strict_mode", "lineno": 230, "resolution": "direct_name_call" }, { "caller": "kivy.core.core_select_lib", "callee": ".list.append", "lineno": 294, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_select_lib", "callee": ".list.append", "lineno": 319, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_select_lib", "callee": ".list.append", "lineno": 320, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_select_lib", "callee": ".list.append", "lineno": 326, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_select_lib", "callee": ".list.append", "lineno": 335, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_select_lib", "callee": ".list.append", "lineno": 336, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_register_libs", "callee": ".list.append", "lineno": 364, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_register_libs", "callee": ".list.append", "lineno": 382, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.core_register_libs", "callee": ".list.append", "lineno": 388, "resolution": "local_builtin_method_call" } ], "kivy.core.audio_input": [], "kivy.core.audio_output.audio_android": [ { "caller": "kivy.core.audio_output.audio_android.", "callee": ".jnius.autoclass", "lineno": 12, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_android.", "callee": ".jnius.autoclass", "lineno": 13, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_android.", "callee": ".jnius.autoclass", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_android.OnCompletionListener.onCompletion", "callee": ".jnius.java_method", "lineno": 26, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.load", "callee": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.unload", "lineno": 45, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_android.SoundAndroidPlayer.load", "callee": "kivy.core.audio_output.audio_android.OnCompletionListener.__init__", "lineno": 55, "resolution": "same_module_class_call" }, { "caller": "kivy.core.audio_output.audio_android.", "callee": "kivy.core.audio_output.SoundLoader.register", "lineno": 106, "resolution": "qualified_module_call" } ], "kivy.core.audio_output.audio_avplayer": [ { "caller": "kivy.core.audio_output.audio_avplayer.", "callee": ".pyobjus.dylib_manager.load_framework", "lineno": 12, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.", "callee": ".pyobjus.autoclass", "lineno": 13, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.", "callee": ".pyobjus.autoclass", "lineno": 14, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.", "callee": ".pyobjus.autoclass", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.load", "callee": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.unload", "lineno": 32, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.unload", "callee": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.stop", "lineno": 39, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.audioPlayerDidFinishPlaying_successfully_", "callee": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.stop", "lineno": 81, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.SoundAvplayer.audioPlayerDidFinishPlaying_successfully_", "callee": ".pyobjus.protocol", "lineno": 79, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_avplayer.", "callee": "kivy.core.audio_output.SoundLoader.register", "lineno": 84, "resolution": "qualified_module_call" } ], "kivy.core.audio_output.audio_ffpyplayer": [ { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.__init__", "callee": ".ffpyplayer.tools.get_log_callback", "lineno": 95, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.__init__", "callee": ".ffpyplayer.tools.set_log_callback", "lineno": 96, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.__del__", "callee": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.unload", "lineno": 102, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.__del__", "callee": ".ffpyplayer.tools.set_log_callback", "lineno": 104, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy._player_callback.close", "callee": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.unload", "lineno": 112, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.load", "callee": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.unload", "lineno": 118, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.load", "callee": ".ffpyplayer.player.MediaPlayer", "lineno": 120, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.play", "callee": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.load", "lineno": 146, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.play", "callee": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.seek", "lineno": 151, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy._do_eos", "callee": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.stop", "lineno": 181, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy._do_eos", "callee": "kivy.core.audio_output.audio_ffpyplayer.SoundFFPy.seek", "lineno": 183, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_ffpyplayer.", "callee": "kivy.core.audio_output.SoundLoader.register", "lineno": 186, "resolution": "qualified_module_call" } ], "kivy.core.audio_output.audio_gstplayer": [ { "caller": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._on_gst_eos", "callee": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.stop", "lineno": 51, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.load", "callee": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.unload", "lineno": 54, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer.load", "callee": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._get_uri", "lineno": 55, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._get_uri", "callee": ".urllib.request.pathname2url", "lineno": 93, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_gstplayer.SoundGstplayer._get_uri", "callee": ".os.path.realpath", "lineno": 93, "resolution": "external_constructor_call" }, { "caller": "kivy.core.audio_output.audio_gstplayer.", "callee": "kivy.core.audio_output.SoundLoader.register", "lineno": 97, "resolution": "qualified_module_call" } ], "kivy.core.audio_output": [ { "caller": "kivy.core.audio_output.SoundLoader.load", "callee": "kivy.resources.resource_find", "lineno": 161, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.SoundLoader.load", "callee": "kivy.core.load_with_provider_selection", "lineno": 190, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.Sound.on_source", "callee": "kivy.core.audio_output.Sound.unload", "lineno": 268, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.Sound.on_source", "callee": "kivy.core.audio_output.Sound.load", "lineno": 271, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.audio_output.Sound._get_length", "lineno": 285, "resolution": "self_method_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.get_provider_modules", "lineno": 326, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.", "callee": ".list.append", "lineno": 330, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.make_provider_tuple", "lineno": 330, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.", "callee": ".list.append", "lineno": 332, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.make_provider_tuple", "lineno": 332, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.", "callee": ".list.append", "lineno": 336, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.make_provider_tuple", "lineno": 336, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.", "callee": ".list.append", "lineno": 340, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.make_provider_tuple", "lineno": 340, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.", "callee": ".list.append", "lineno": 343, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.make_provider_tuple", "lineno": 343, "resolution": "imported_call" }, { "caller": "kivy.core.audio_output.", "callee": "kivy.core.core_register_libs", "lineno": 345, "resolution": "imported_call" } ], "kivy.core.camera.camera_android": [ { "caller": "kivy.core.camera.camera_android.", "callee": ".jnius.autoclass", "lineno": 9, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_android.", "callee": ".jnius.autoclass", "lineno": 10, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_android.", "callee": ".jnius.autoclass", "lineno": 11, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_android.", "callee": ".jnius.autoclass", "lineno": 13, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_android.PreviewCallback.onPreviewFrame", "callee": ".jnius.java_method", "lineno": 26, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid.__init__", "callee": "kivy.core.camera.camera_android.PreviewCallback.__init__", "lineno": 40, "resolution": "same_module_class_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid.__del__", "callee": "kivy.core.camera.camera_android.CameraAndroid._release_camera", "lineno": 45, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid.init_camera", "callee": "kivy.core.camera.camera_android.CameraAndroid._release_camera", "lineno": 48, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid._release_camera", "callee": "kivy.core.camera.camera_android.CameraAndroid.stop", "lineno": 105, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid._update", "callee": "kivy.core.camera.camera_android.CameraAndroid._refresh_fbo", "lineno": 155, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid._update", "callee": "kivy.core.camera.camera_android.CameraAndroid._copy_to_gpu", "lineno": 159, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid.decode_frame", "callee": ".cv2.cvtColor", "lineno": 192, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid.read_frame", "callee": "kivy.core.camera.camera_android.CameraAndroid.decode_frame", "lineno": 199, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_android.CameraAndroid.read_frame", "callee": "kivy.core.camera.camera_android.CameraAndroid.grab_frame", "lineno": 199, "resolution": "self_method_call" } ], "kivy.core.camera.camera_gi": [ { "caller": "kivy.core.camera.camera_gi.", "callee": "kivy.support.install_gobject_iteration", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.core.camera.camera_gi.CameraGi.__init__", "callee": ".weakref.ref", "lineno": 63, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_gi.CameraGi.init_camera", "callee": "kivy.core.camera.camera_gi.CameraGi.start", "lineno": 95, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_gi.CameraGi._update", "callee": ".ctypes.string_at", "lineno": 154, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_gi.CameraGi._update", "callee": "kivy.core.camera.CameraBase._copy_to_gpu", "lineno": 155, "resolution": "inherited_method_call" } ], "kivy.core.camera.camera_opencv": [ { "caller": "kivy.core.camera.camera_opencv.", "callee": "kivy.core.camera.camera_opencv.Hg.", "lineno": 43, "resolution": "same_module_class_call" }, { "caller": "kivy.core.camera.camera_opencv.CameraOpenCV.init_camera", "callee": "kivy.core.camera.camera_opencv.CameraOpenCV.start", "lineno": 130, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_opencv.CameraOpenCV._update", "callee": "kivy.core.camera.CameraBase._copy_to_gpu", "lineno": 149, "resolution": "inherited_method_call" } ], "kivy.core.camera.camera_picamera": [ { "caller": "kivy.core.camera.camera_picamera.CameraPiCamera.init_camera", "callee": ".picamera.PiCamera", "lineno": 37, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_picamera.CameraPiCamera.init_camera", "callee": "kivy.core.camera.camera_picamera.CameraPiCamera.start", "lineno": 45, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_picamera.CameraPiCamera.raw_buffer_size", "callee": ".math.ceil", "lineno": 53, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_picamera.CameraPiCamera.raw_buffer_size", "callee": ".math.ceil", "lineno": 54, "resolution": "external_constructor_call" }, { "caller": "kivy.core.camera.camera_picamera.CameraPiCamera._update", "callee": "kivy.core.camera.camera_picamera.CameraPiCamera.raw_buffer_size", "lineno": 68, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.camera_picamera.CameraPiCamera._update", "callee": "kivy.core.camera.CameraBase._copy_to_gpu", "lineno": 80, "resolution": "inherited_method_call" } ], "kivy.core.camera": [ { "caller": "kivy.core.camera.CameraBase.__init__", "callee": "kivy.core.camera.CameraBase.init_camera", "lineno": 70, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.CameraBase.__init__", "callee": "kivy.core.camera.CameraBase.start", "lineno": 73, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.CameraBase._set_resolution", "callee": "kivy.core.camera.CameraBase.init_camera", "lineno": 77, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.camera.CameraBase._get_resolution", "lineno": 82, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.camera.CameraBase._set_resolution", "lineno": 83, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.CameraBase._set_index", "callee": "kivy.core.camera.CameraBase.init_camera", "lineno": 90, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.camera.CameraBase._get_index", "lineno": 95, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.camera.CameraBase._set_index", "lineno": 96, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.camera.CameraBase._get_texture", "lineno": 101, "resolution": "self_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.get_provider_modules", "lineno": 138, "resolution": "imported_call" }, { "caller": "kivy.core.camera.", "callee": ".list.append", "lineno": 142, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.make_provider_tuple", "lineno": 142, "resolution": "imported_call" }, { "caller": "kivy.core.camera.", "callee": ".list.append", "lineno": 146, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.make_provider_tuple", "lineno": 146, "resolution": "imported_call" }, { "caller": "kivy.core.camera.", "callee": ".list.append", "lineno": 148, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.make_provider_tuple", "lineno": 148, "resolution": "imported_call" }, { "caller": "kivy.core.camera.", "callee": ".list.append", "lineno": 149, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.make_provider_tuple", "lineno": 149, "resolution": "imported_call" }, { "caller": "kivy.core.camera.", "callee": ".list.append", "lineno": 151, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.make_provider_tuple", "lineno": 151, "resolution": "imported_call" }, { "caller": "kivy.core.camera.", "callee": "kivy.core.core_select_lib", "lineno": 153, "resolution": "imported_call" } ], "kivy.core.clipboard.clipboard_android": [ { "caller": "kivy.core.clipboard.clipboard_android.", "callee": ".jnius.autoclass", "lineno": 16, "resolution": "external_constructor_call" }, { "caller": "kivy.core.clipboard.clipboard_android.", "callee": ".jnius.autoclass", "lineno": 18, "resolution": "external_constructor_call" }, { "caller": "kivy.core.clipboard.clipboard_android.", "callee": ".jnius.autoclass", "lineno": 19, "resolution": "external_constructor_call" }, { "caller": "kivy.core.clipboard.clipboard_android.ClipboardAndroid.get", "callee": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._get", "lineno": 34, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.clipboard_android.ClipboardAndroid.put", "callee": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._set", "lineno": 37, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._initialize_clipboard", "callee": ".jnius.cast", "lineno": 44, "resolution": "external_constructor_call" }, { "caller": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._get_clipboard.called", "callee": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._initialize_clipboard", "lineno": 53, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._get", "callee": ".jnius.autoclass", "lineno": 67, "resolution": "external_constructor_call" }, { "caller": "kivy.core.clipboard.clipboard_android.ClipboardAndroid._set", "callee": ".jnius.autoclass", "lineno": 87, "resolution": "external_constructor_call" } ], "kivy.core.clipboard.clipboard_dbusklipper": [ { "caller": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.get", "callee": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.init", "lineno": 32, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.put", "callee": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.init", "lineno": 36, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.get_types", "callee": "kivy.core.clipboard.clipboard_dbusklipper.ClipboardDbusKlipper.init", "lineno": 40, "resolution": "self_method_call" } ], "kivy.core.clipboard.clipboard_dummy": [], "kivy.core.clipboard.clipboard_gtk3": [ { "caller": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.init", "callee": "kivy.support.install_gobject_iteration", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.get", "callee": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.init", "lineno": 31, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.put", "callee": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.init", "lineno": 39, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.get_types", "callee": "kivy.core.clipboard.clipboard_gtk3.ClipboardGtk3.init", "lineno": 46, "resolution": "self_method_call" } ], "kivy.core.clipboard.clipboard_nspaste": [ { "caller": "kivy.core.clipboard.clipboard_nspaste.", "callee": ".pyobjus.dylib_manager.load_framework", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.core.clipboard.clipboard_nspaste.", "callee": ".pyobjus.autoclass", "lineno": 20, "resolution": "external_constructor_call" }, { "caller": "kivy.core.clipboard.clipboard_nspaste.", "callee": ".pyobjus.autoclass", "lineno": 21, "resolution": "external_constructor_call" } ], "kivy.core.clipboard.clipboard_sdl3": [ { "caller": "kivy.core.clipboard.clipboard_sdl3.", "callee": "kivy.core.handle_win_lib_import_error", "lineno": 18, "resolution": "imported_call" } ], "kivy.core.clipboard.clipboard_winctypes": [ { "caller": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows._copy", "callee": "kivy.core.clipboard.ClipboardBase._ensure_clipboard", "lineno": 36, "resolution": "inherited_method_call" }, { "caller": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows._copy", "callee": "kivy.core.clipboard.clipboard_winctypes.ClipboardWindows.put", "lineno": 37, "resolution": "self_method_call" } ], "kivy.core.clipboard.clipboard_xclip": [], "kivy.core.clipboard.clipboard_xsel": [], "kivy.core.clipboard._clipboard_ext": [ { "caller": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.get", "callee": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase._clip", "lineno": 16, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.put", "callee": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase._clip", "lineno": 21, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.get_cutbuffer", "callee": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase._clip", "lineno": 25, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase.set_cutbuffer", "callee": "kivy.core.clipboard._clipboard_ext.ClipboardExternalBase._clip", "lineno": 32, "resolution": "self_method_call" } ], "kivy.core.clipboard": [ { "caller": "kivy.core.clipboard.ClipboardBase.copy", "callee": "kivy.core.clipboard.ClipboardBase._copy", "lineno": 73, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.ClipboardBase.paste", "callee": "kivy.core.clipboard.ClipboardBase._paste", "lineno": 81, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.ClipboardBase._copy", "callee": "kivy.core.clipboard.ClipboardBase._ensure_clipboard", "lineno": 84, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.ClipboardBase._copy", "callee": "kivy.core.clipboard.ClipboardBase.put", "lineno": 87, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.ClipboardBase._paste", "callee": "kivy.core.clipboard.ClipboardBase._ensure_clipboard", "lineno": 90, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.ClipboardBase._paste", "callee": "kivy.core.clipboard.ClipboardBase.get", "lineno": 97, "resolution": "self_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.get_provider_modules", "lineno": 112, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 116, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 116, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 120, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 120, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 124, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 124, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 128, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 128, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 129, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 129, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 130, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 130, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 133, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 133, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 136, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 136, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": ".list.append", "lineno": 138, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 138, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.core_select_lib", "lineno": 140, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 145, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.make_provider_tuple", "lineno": 146, "resolution": "imported_call" }, { "caller": "kivy.core.clipboard.", "callee": "kivy.core.core_select_lib", "lineno": 152, "resolution": "imported_call" } ], "kivy.core.gl": [ { "caller": "kivy.core.gl.msgbox", "callee": ".ctypes.wintypes.LPCWSTR", "lineno": 20, "resolution": "external_constructor_call" }, { "caller": "kivy.core.gl.init_gl", "callee": "kivy.core.gl.print_gl_version", "lineno": 46, "resolution": "direct_name_call" }, { "caller": "kivy.core.gl.print_gl_version", "callee": "kivy.core.gl.msgbox", "lineno": 76, "resolution": "direct_name_call" } ], "kivy.core.image.img_dds": [ { "caller": "kivy.core.image.img_dds.ImageLoaderDDS.load", "callee": "kivy.lib.ddsfile.DDSFile.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_dds.ImageLoaderDDS.load", "callee": "kivy.core.image.ImageData.__init__", "lineno": 28, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_dds.ImageLoaderDDS.load", "callee": "kivy.core.image.ImageData.add_mipmap", "lineno": 36, "resolution": "local_typed_method_call" }, { "caller": "kivy.core.image.img_dds.", "callee": "kivy.core.image.ImageLoader.register", "lineno": 41, "resolution": "qualified_module_call" } ], "kivy.core.image.img_ffpyplayer": [ { "caller": "kivy.core.image.img_ffpyplayer.", "callee": ".ffpyplayer.tools.get_log_callback", "lineno": 30, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.img_ffpyplayer.", "callee": ".ffpyplayer.tools.set_log_callback", "lineno": 31, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.img_ffpyplayer.ImageLoaderFFPy.load", "callee": ".list.append", "lineno": 69, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.img_ffpyplayer.ImageLoaderFFPy.load", "callee": ".ffpyplayer.pic.SWScale", "lineno": 77, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.img_ffpyplayer.ImageLoaderFFPy.load", "callee": "kivy.core.image.ImageData.__init__", "lineno": 83, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_ffpyplayer.", "callee": "kivy.core.image.ImageLoader.register", "lineno": 88, "resolution": "qualified_module_call" } ], "kivy.core.image.img_pil": [ { "caller": "kivy.core.image.img_pil.ImageLoaderPIL._img_read", "callee": "kivy.core.image.img_pil.ImageLoaderPIL._img_correct", "lineno": 88, "resolution": "self_method_call" }, { "caller": "kivy.core.image.img_pil.ImageLoaderPIL._img_read", "callee": "kivy.core.image.ImageData.__init__", "lineno": 95, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_pil.ImageLoaderPIL.load", "callee": "kivy.core.image.img_pil.ImageLoaderPIL._img_read", "lineno": 111, "resolution": "self_method_call" }, { "caller": "kivy.core.image.img_pil.", "callee": "kivy.core.image.ImageLoader.register", "lineno": 124, "resolution": "qualified_module_call" } ], "kivy.core.image.img_sdl3": [ { "caller": "kivy.core.image.img_sdl3.", "callee": "kivy.core.handle_win_lib_import_error", "lineno": 14, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_sdl3.ImageLoaderSDL3.load", "callee": "kivy.core.image.ImageData.__init__", "lineno": 52, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_sdl3.", "callee": "kivy.core.image.ImageLoader.register", "lineno": 64, "resolution": "qualified_module_call" } ], "kivy.core.image.img_tex": [ { "caller": "kivy.core.image.img_tex.ImageLoaderTex.load", "callee": ".struct.unpack", "lineno": 26, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.img_tex.ImageLoaderTex.load", "callee": "kivy.core.image.ImageData.__init__", "lineno": 44, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_tex.", "callee": "kivy.core.image.ImageLoader.register", "lineno": 59, "resolution": "qualified_module_call" } ], "kivy.core.image.img_thorvg_svg": [ { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.load", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_memory", "lineno": 173, "resolution": "self_method_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.load", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_file", "lineno": 175, "resolution": "self_method_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_file", "callee": "kivy.resources.resource_find", "lineno": 179, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_file", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._resolve_size", "lineno": 195, "resolution": "self_method_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_file", "callee": "kivy.core.image.img_thorvg_svg._render_svg_to_rgba", "lineno": 197, "resolution": "direct_name_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_file", "callee": "kivy.core.image.ImageData.__init__", "lineno": 205, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_memory", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._resolve_size", "lineno": 230, "resolution": "self_method_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_memory", "callee": "kivy.core.image.img_thorvg_svg._render_svg_to_rgba", "lineno": 232, "resolution": "direct_name_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._load_from_memory", "callee": "kivy.core.image.ImageData.__init__", "lineno": 239, "resolution": "imported_call" }, { "caller": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg._resolve_size", "callee": "kivy.core.image.img_thorvg_svg._apply_min_raster_size", "lineno": 264, "resolution": "direct_name_call" }, { "caller": "kivy.core.image.img_thorvg_svg.", "callee": "kivy.core.image.ImageLoader.register", "lineno": 266, "resolution": "qualified_module_call" } ], "kivy.core.image": [ { "caller": "kivy.core.image.", "callee": "kivy.cache.Cache.register", "lineno": 328, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.", "callee": "kivy.cache.Cache.register", "lineno": 329, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.ImageData.__init__", "callee": "kivy.core.image.ImageData.add_mipmap", "lineno": 352, "resolution": "self_method_call" }, { "caller": "kivy.core.image.ImageLoaderBase.__init__", "callee": "kivy.core.image.ImageLoaderBase.load", "lineno": 466, "resolution": "self_method_call" }, { "caller": "kivy.core.image.ImageLoaderBase.__init__", "callee": "kivy.core.image.ImageLoaderBase.load", "lineno": 468, "resolution": "self_method_call" }, { "caller": "kivy.core.image.ImageLoaderBase.populate", "callee": "kivy.cache.Cache.get", "lineno": 506, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.ImageLoaderBase.populate", "callee": "kivy.cache.Cache.append", "lineno": 517, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.ImageLoaderBase.texture", "callee": "kivy.core.image.ImageLoaderBase.populate", "lineno": 551, "resolution": "self_method_call" }, { "caller": "kivy.core.image.ImageLoaderBase.textures", "callee": "kivy.core.image.ImageLoaderBase.populate", "lineno": 563, "resolution": "self_method_call" }, { "caller": "kivy.core.image.ImageLoader.zip_loader", "callee": ".io.BytesIO", "lineno": 591, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.ImageLoader.zip_loader", "callee": ".io.BytesIO", "lineno": 602, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.ImageLoader.zip_loader", "callee": ".list.append", "lineno": 615, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.ImageLoader._load_single.fallback_load", "callee": "kivy.core.image.ImageLoader._load_single.check_compatibility", "lineno": 692, "resolution": "same_class_name_call" }, { "caller": "kivy.core.image.ImageLoader._load_single.fallback_load", "callee": "kivy.core.image.ImageLoader._load_single.try_load", "lineno": 694, "resolution": "same_class_name_call" }, { "caller": "kivy.core.image.ImageLoader._load_single", "callee": "kivy.core.load_with_provider_selection", "lineno": 700, "resolution": "imported_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.cache.Cache.get", "lineno": 733, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.cache.Cache.append", "lineno": 742, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.core.image.Image.__init__", "lineno": 743, "resolution": "same_module_class_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.resources.resource_find", "lineno": 749, "resolution": "imported_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.atlas.Atlas.__init__", "lineno": 752, "resolution": "imported_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.cache.Cache.append", "lineno": 753, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.cache.Cache.append", "lineno": 758, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.ImageLoader._load_atlas", "callee": "kivy.core.image.Image.__init__", "lineno": 759, "resolution": "same_module_class_call" }, { "caller": "kivy.core.image.ImageLoader.load", "callee": "kivy.core.image._parse_uri_params", "lineno": 776, "resolution": "direct_name_call" }, { "caller": "kivy.core.image.ImageLoader.load", "callee": "kivy.resources.resource_find", "lineno": 779, "resolution": "imported_call" }, { "caller": "kivy.core.image.ImageLoader.load", "callee": "kivy.resources.resource_find", "lineno": 792, "resolution": "imported_call" }, { "caller": "kivy.core.image.ImageLoader.load", "callee": ".filetype.guess_extension", "lineno": 795, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.Image.__init__", "callee": "kivy.core.image.Image.load_memory", "lineno": 897, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image.__init__", "callee": ".base64.b64decode", "lineno": 908, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.Image.__init__", "callee": "kivy.core.image.Image.load_memory", "lineno": 909, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image.__init__", "callee": ".io.BytesIO", "lineno": 909, "resolution": "external_constructor_call" }, { "caller": "kivy.core.image.Image.remove_from_cache", "callee": "kivy.cache.Cache.remove", "lineno": 932, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.Image.remove_from_cache", "callee": "kivy.cache.Cache.get", "lineno": 933, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.Image.remove_from_cache", "callee": "kivy.cache.Cache.remove", "lineno": 934, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.Image.anim_reset", "callee": "kivy.core.image.Image._anim", "lineno": 980, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image._img_iterate", "callee": "kivy.core.image.Image.anim_reset", "lineno": 1028, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image.load", "callee": "kivy.core.image.Image.__init__", "lineno": 1050, "resolution": "same_module_class_call" }, { "caller": "kivy.core.image.Image._set_filename", "callee": "kivy.cache.Cache.get", "lineno": 1097, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.Image._set_filename", "callee": "kivy.core.image.Image.remove_from_cache", "lineno": 1105, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image._set_filename", "callee": "kivy.core.image.Image._set_filename", "lineno": 1107, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image._set_filename", "callee": "kivy.cache.Cache.get", "lineno": 1113, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.Image._set_filename", "callee": "kivy.cache.Cache.append", "lineno": 1132, "resolution": "qualified_module_call" }, { "caller": "kivy.core.image.Image.texture", "callee": "kivy.core.image.Image._img_iterate", "lineno": 1183, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image.save", "callee": "kivy.core.image.Image._find_format_from_filename", "lineno": 1236, "resolution": "self_method_call" }, { "caller": "kivy.core.image.Image.read_pixel", "callee": ".list.reverse", "lineno": 1329, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.Image.read_pixel", "callee": ".list.reverse", "lineno": 1332, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.get_provider_modules", "lineno": 1348, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": ".list.append", "lineno": 1352, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.make_provider_tuple", "lineno": 1352, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": ".list.append", "lineno": 1354, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.make_provider_tuple", "lineno": 1354, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": ".list.append", "lineno": 1355, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.make_provider_tuple", "lineno": 1355, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": ".list.append", "lineno": 1358, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.make_provider_tuple", "lineno": 1358, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": ".list.append", "lineno": 1360, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.make_provider_tuple", "lineno": 1360, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": ".list.append", "lineno": 1361, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.make_provider_tuple", "lineno": 1361, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": ".list.append", "lineno": 1362, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.make_provider_tuple", "lineno": 1362, "resolution": "imported_call" }, { "caller": "kivy.core.image.", "callee": "kivy.core.core_register_libs", "lineno": 1364, "resolution": "imported_call" } ], "kivy.core.lottie.lottie_null": [], "kivy.core.lottie.lottie_thorvg": [ { "caller": "kivy.core.lottie.lottie_thorvg._marker_names_from_animation", "callee": ".list.append", "lineno": 112, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg._collect_slot_ids._walk", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids._walk", "lineno": 142, "resolution": "nested_function_call" }, { "caller": "kivy.core.lottie.lottie_thorvg._collect_slot_ids._walk", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids._walk", "lineno": 145, "resolution": "nested_function_call" }, { "caller": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids._walk", "lineno": 147, "resolution": "nested_function_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.load", "callee": "kivy.core.lottie.lottie_thorvg.LottieThorvg._teardown", "lineno": 182, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.load", "callee": "kivy.resources.resource_find", "lineno": 184, "resolution": "imported_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.load", "callee": "kivy.core.lottie.lottie_thorvg._resolve_render_size", "lineno": 222, "resolution": "direct_name_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.load", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "lineno": 249, "resolution": "direct_name_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.load", "callee": "kivy.core.lottie.lottie_thorvg._marker_names_from_animation", "lineno": 253, "resolution": "direct_name_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.load", "callee": "kivy.core.lottie.lottie_thorvg.LottieThorvg._teardown", "lineno": 278, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.unload", "callee": "kivy.core.lottie.lottie_thorvg.LottieThorvg._teardown", "lineno": 282, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.play_segment", "callee": "kivy.core.lottie.lottie_thorvg.LottieThorvg._sync_segment_metadata", "lineno": 383, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.play_segment", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 384, "resolution": "inherited_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.play_marker", "callee": "kivy.core.lottie.lottie_thorvg.LottieThorvg._sync_segment_metadata", "lineno": 406, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.play_marker", "callee": "kivy.core.lottie.lottie_thorvg.LottieThorvg._sync_segment_metadata", "lineno": 415, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.play_marker", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 416, "resolution": "inherited_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.apply_slot", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 475, "resolution": "inherited_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.reset_slot", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 502, "resolution": "inherited_method_call" }, { "caller": "kivy.core.lottie.lottie_thorvg.LottieThorvg.set_quality", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 520, "resolution": "inherited_method_call" } ], "kivy.core.lottie": [ { "caller": "kivy.core.lottie.LottieBase.__del__", "callee": "kivy.core.lottie.LottieBase.unload", "lineno": 141, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._set_filename", "callee": "kivy.core.lottie.LottieBase.unload", "lineno": 166, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._set_filename", "callee": "kivy.core.lottie.LottieBase.load", "lineno": 170, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._get_filename", "lineno": 173, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._set_filename", "lineno": 174, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._set_position", "callee": "kivy.core.lottie.LottieBase.seek", "lineno": 183, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._get_position", "lineno": 186, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._set_position", "lineno": 187, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._get_duration", "lineno": 195, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._get_total_frames", "lineno": 203, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._get_texture", "lineno": 211, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._get_state", "lineno": 219, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._get_eos", "lineno": 233, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.lottie.LottieBase._set_eos", "lineno": 234, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._do_eos", "callee": "kivy.core.lottie.LottieBase._render_frame", "lineno": 247, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._do_eos", "callee": "kivy.core.lottie.LottieBase.stop", "lineno": 249, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._do_eos", "callee": "kivy.core.lottie.LottieBase.pause", "lineno": 252, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._update", "callee": "kivy.core.lottie.LottieBase._do_eos", "lineno": 265, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._update", "callee": "kivy.core.lottie.LottieBase._render_frame", "lineno": 269, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase._refresh", "callee": "kivy.core.lottie.LottieBase._render_frame", "lineno": 294, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.refresh", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 303, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.seek", "callee": "kivy.core.lottie.LottieBase._render_frame", "lineno": 319, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.stop", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 348, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.unload", "callee": "kivy.core.lottie.LottieBase.stop", "lineno": 365, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.set_color", "callee": "kivy.core.lottie.LottieBase.apply_slot", "lineno": 489, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.set_opacity", "callee": "kivy.core.lottie.LottieBase.apply_slot", "lineno": 504, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.set_text", "callee": "kivy.core.lottie.LottieBase.apply_slot", "lineno": 520, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.LottieBase.set_image", "callee": "kivy.core.lottie.LottieBase.apply_slot", "lineno": 536, "resolution": "self_method_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.get_provider_modules", "lineno": 559, "resolution": "imported_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.make_provider_tuple", "lineno": 561, "resolution": "imported_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.make_provider_tuple", "lineno": 562, "resolution": "imported_call" }, { "caller": "kivy.core.lottie.", "callee": "kivy.core.core_select_lib", "lineno": 565, "resolution": "imported_call" } ], "kivy.core.spelling.spelling_enchant": [ { "caller": "kivy.core.spelling.spelling_enchant.SpellingEnchant.suggest", "callee": "kivy.core.spelling.spelling_enchant.SpellingEnchant.check", "lineno": 46, "resolution": "self_method_call" } ], "kivy.core.spelling.spelling_osxappkit": [ { "caller": "kivy.core.spelling.spelling_osxappkit.SpellingOSXAppKit.suggest", "callee": ".AppKit.NSMakeRange", "lineno": 59, "resolution": "external_constructor_call" } ], "kivy.core.spelling": [ { "caller": "kivy.core.spelling.SpellingBase.__init__", "callee": "kivy.core.spelling.SpellingBase.list_languages", "lineno": 70, "resolution": "self_method_call" }, { "caller": "kivy.core.spelling.SpellingBase.__init__", "callee": "kivy.core.spelling.SpellingBase.select_language", "lineno": 77, "resolution": "self_method_call" }, { "caller": "kivy.core.spelling.", "callee": "kivy.core.get_provider_modules", "lineno": 135, "resolution": "imported_call" }, { "caller": "kivy.core.spelling.", "callee": ".list.append", "lineno": 136, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.spelling.", "callee": "kivy.core.make_provider_tuple", "lineno": 136, "resolution": "imported_call" }, { "caller": "kivy.core.spelling.", "callee": ".list.append", "lineno": 139, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.spelling.", "callee": "kivy.core.make_provider_tuple", "lineno": 139, "resolution": "imported_call" }, { "caller": "kivy.core.spelling.", "callee": "kivy.core.core_select_lib", "lineno": 140, "resolution": "imported_call" } ], "kivy.core.svg.svg_thorvg": [ { "caller": "kivy.core.svg.svg_thorvg._extract_element_ids_xml", "callee": ".list.append", "lineno": 54, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.svg.svg_thorvg._extract_element_ids_accessible._visitor", "callee": ".list.append", "lineno": 88, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.load", "callee": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_from_data", "lineno": 168, "resolution": "self_method_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.load_data", "callee": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_from_data", "lineno": 183, "resolution": "self_method_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_from_data", "callee": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_size_from_xml", "lineno": 219, "resolution": "self_method_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_from_data", "callee": "kivy.core.svg.svg_thorvg._extract_element_ids_accessible", "lineno": 222, "resolution": "direct_name_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_size_from_xml", "callee": "kivy.core.svg.svg_thorvg._svg_parse_dim", "lineno": 235, "resolution": "direct_name_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_size_from_xml", "callee": "kivy.core.svg.svg_thorvg._svg_parse_dim", "lineno": 236, "resolution": "direct_name_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_size_from_xml", "callee": "kivy.core.svg.svg_thorvg._svg_parse_dim", "lineno": 242, "resolution": "direct_name_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg._probe_size_from_xml", "callee": "kivy.core.svg.svg_thorvg._svg_parse_dim", "lineno": 243, "resolution": "direct_name_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.render", "callee": "kivy.core.svg.svg_thorvg._apply_current_color", "lineno": 335, "resolution": "direct_name_call" }, { "caller": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.render", "callee": "kivy.core.svg.svg_thorvg._generate_id", "lineno": 351, "resolution": "direct_name_call" } ], "kivy.core.system_tray": [], "kivy.core.text.markup": [ { "caller": "kivy.core.text.markup.MarkupLabel.render", "callee": ".copy.copy", "lineno": 139, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.render", "callee": "kivy.core.text.markup.MarkupLabel._pre_render", "lineno": 141, "resolution": "self_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel._pre_render", "callee": "kivy.parser.parse_color", "lineno": 219, "resolution": "imported_call" }, { "caller": "kivy.core.text.markup.MarkupLabel._pre_render", "callee": ".copy.copy", "lineno": 287, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel._pre_render", "callee": ".copy.copy", "lineno": 299, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel._pre_render", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post", "lineno": 312, "resolution": "self_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel._pre_render", "callee": ".functools.partial", "lineno": 340, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post.n", "callee": ".functools.partial", "lineno": 563, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post.p", "callee": ".functools.partial", "lineno": 583, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post.n_restricted", "callee": ".functools.partial", "lineno": 618, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post.p_restricted", "callee": ".functools.partial", "lineno": 652, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": ".copy.copy", "lineno": 679, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": ".list.append", "lineno": 701, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": ".list.append", "lineno": 705, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": ".copy.copy", "lineno": 718, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post.n_restricted", "lineno": 754, "resolution": "same_class_name_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post.p_restricted", "lineno": 755, "resolution": "same_class_name_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post", "lineno": 764, "resolution": "self_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post.n", "lineno": 793, "resolution": "same_class_name_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post.n", "lineno": 802, "resolution": "same_class_name_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post.p", "lineno": 803, "resolution": "same_class_name_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post", "lineno": 828, "resolution": "self_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": ".list.append", "lineno": 836, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": ".list.extend", "lineno": 838, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.markup.MarkupLabel.shorten_post", "callee": "kivy.core.text.markup.MarkupLabel.shorten_post.p", "lineno": 855, "resolution": "same_class_name_call" }, { "caller": "kivy.core.text.markup.get_markup_label_class", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 930, "resolution": "qualified_module_call" }, { "caller": "kivy.core.text.markup.get_markup_label_class", "callee": "kivy.core.text.markup.get_markup_label_class._make_init", "lineno": 954, "resolution": "nested_function_call" } ], "kivy.core.text.text_pango": [ { "caller": "kivy.core.text.text_pango.LabelPango.__init__", "callee": ".types.MethodType", "lineno": 102, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.text_pango.LabelPango.__init__", "callee": ".types.MethodType", "lineno": 103, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.text_pango.LabelPango.__init__", "callee": ".types.MethodType", "lineno": 104, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.text_pango.PangoFontContextManager.add_font", "callee": ".os.path.isfile", "lineno": 137, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.text_pango.PangoFontContextManager.add_font", "callee": "kivy.resources.resource_find", "lineno": 138, "resolution": "imported_call" }, { "caller": "kivy.core.text.text_pango.PangoFontContextManager.add_font", "callee": ".os.path.isfile", "lineno": 139, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.text_pango.PangoFontContextManager.add_font", "callee": "kivy.resources.resource_find", "lineno": 141, "resolution": "imported_call" }, { "caller": "kivy.core.text.text_pango.PangoFontContextManager.add_font", "callee": ".os.path.isfile", "lineno": 142, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.text_pango.", "callee": "kivy.core.text.LabelBase.register_provider", "lineno": 150, "resolution": "qualified_module_call" } ], "kivy.core.text.text_pil": [ { "caller": "kivy.core.text.text_pil.LabelPIL.get_extents", "callee": "kivy.core.text.text_pil.LabelPIL._select_font", "lineno": 39, "resolution": "self_method_call" }, { "caller": "kivy.core.text.text_pil.LabelPIL._render_text", "callee": "kivy.core.text.text_pil.LabelPIL._select_font", "lineno": 63, "resolution": "self_method_call" }, { "caller": "kivy.core.text.text_pil.LabelPIL._render_end", "callee": "kivy.core.image.ImageData.__init__", "lineno": 78, "resolution": "imported_call" }, { "caller": "kivy.core.text.text_pil.", "callee": "kivy.core.text.LabelBase.register_provider", "lineno": 88, "resolution": "qualified_module_call" } ], "kivy.core.text.text_sdl3": [ { "caller": "kivy.core.text.text_sdl3.", "callee": "kivy.core.handle_win_lib_import_error", "lineno": 21, "resolution": "imported_call" }, { "caller": "kivy.core.text.text_sdl3.", "callee": "kivy.core.text.LabelBase.register_provider", "lineno": 64, "resolution": "qualified_module_call" } ], "kivy.core.text": [ { "caller": "kivy.core.text.", "callee": ".ast.literal_eval", "lineno": 146, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.LabelBase.__init__", "callee": "kivy.core.text.LabelBase.resolve_font_name", "lineno": 408, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.__init__", "callee": "kivy.core.text.LabelBase._migrate_deprecated_padding_xy", "lineno": 409, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.register", "callee": "kivy.resources.resource_find", "lineno": 444, "resolution": "imported_call" }, { "caller": "kivy.core.text.LabelBase.register", "callee": ".list.append", "lineno": 449, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.LabelBase.register", "callee": ".list.append", "lineno": 451, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.LabelBase.get_provider_class", "callee": "kivy.core.text._is_strict_mode", "lineno": 521, "resolution": "direct_name_call" }, { "caller": "kivy.core.text.LabelBase.resolve_font_name", "callee": "kivy.resources.resource_find", "lineno": 554, "resolution": "imported_call" }, { "caller": "kivy.core.text.LabelBase.resolve_font_name", "callee": "kivy.resources.resource_find", "lineno": 557, "resolution": "imported_call" }, { "caller": "kivy.core.text.LabelBase.get_system_fonts_dir", "callee": ".list.append", "lineno": 592, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.LabelBase.get_system_fonts_dir", "callee": ".list.extend", "lineno": 598, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.LabelBase.get_system_fonts_dir", "callee": "kivy.resources.resource_add_path", "lineno": 599, "resolution": "imported_call" }, { "caller": "kivy.core.text.LabelBase.get_system_fonts_dir", "callee": ".list.append", "lineno": 600, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.LabelBase.shorten", "callee": "kivy.core.text.LabelBase.get_cached_extents", "lineno": 660, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.shorten", "callee": ".functools.partial", "lineno": 684, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.LabelBase.shorten", "callee": ".functools.partial", "lineno": 685, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.LabelBase.shorten", "callee": "kivy.core.text.LabelBase.shorten", "lineno": 698, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.shorten", "callee": "kivy.core.text.LabelBase.shorten", "lineno": 747, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.clear_texture", "callee": "kivy.core.text.LabelBase._render_begin", "lineno": 776, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.clear_texture", "callee": "kivy.core.text.LabelBase._render_end", "lineno": 777, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render_lines", "callee": "kivy.core.text.LabelBase.get_cached_extents", "lineno": 798, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render_lines", "callee": "kivy.core.text.LabelBase.get_extents", "lineno": 857, "resolution": "same_class_name_call" }, { "caller": "kivy.core.text.LabelBase._render_real", "callee": "kivy.core.text.LabelBase._default_line_options", "lineno": 878, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase._render_real", "callee": "kivy.core.text.LabelBase.clear_texture", "lineno": 880, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase._render_real", "callee": "kivy.core.text.LabelBase._render_begin", "lineno": 895, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase._render_real", "callee": "kivy.core.text.LabelBase.render_lines", "lineno": 896, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase._render_real", "callee": "kivy.core.text.LabelBase._render_end", "lineno": 899, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": "kivy.core.text.LabelBase._render_real", "lineno": 913, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": ".copy.copy", "lineno": 915, "resolution": "external_constructor_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": "kivy.core.text.LabelBase.get_extents", "lineno": 916, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": "kivy.core.text.LabelBase.shorten", "lineno": 926, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": "kivy.core.text.LabelBase.get_cached_extents", "lineno": 948, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": "kivy.core.text.LabelBase.get_cached_extents", "lineno": 951, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": "kivy.core.text.LabelBase.get_cached_extents", "lineno": 954, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.render", "callee": "kivy.core.text.LabelBase.get_cached_extents", "lineno": 957, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase._texture_refresh", "callee": "kivy.core.text.LabelBase.refresh", "lineno": 968, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase._texture_fill", "callee": "kivy.core.text.LabelBase.render", "lineno": 972, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.refresh", "callee": "kivy.core.text.LabelBase.resolve_font_name", "lineno": 977, "resolution": "self_method_call" }, { "caller": "kivy.core.text.LabelBase.refresh", "callee": "kivy.core.text.LabelBase.render", "lineno": 980, "resolution": "self_method_call" }, { "caller": "kivy.core.text.", "callee": "kivy.core.get_provider_modules", "lineno": 1208, "resolution": "imported_call" }, { "caller": "kivy.core.text.", "callee": ".list.append", "lineno": 1212, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.", "callee": "kivy.core.make_provider_tuple", "lineno": 1212, "resolution": "imported_call" }, { "caller": "kivy.core.text.", "callee": ".list.append", "lineno": 1215, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.", "callee": "kivy.core.make_provider_tuple", "lineno": 1215, "resolution": "imported_call" }, { "caller": "kivy.core.text.", "callee": ".list.append", "lineno": 1217, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.text.", "callee": "kivy.core.make_provider_tuple", "lineno": 1217, "resolution": "imported_call" }, { "caller": "kivy.core.text.", "callee": "kivy.core.core_register_libs", "lineno": 1221, "resolution": "imported_call" }, { "caller": "kivy.core.text.", "callee": "kivy.core.text.text_pango.PangoFontContextManager.", "lineno": 1235, "resolution": "imported_call" }, { "caller": "kivy.core.text.", "callee": "kivy.core.text.FontContextManagerBase.", "lineno": 1237, "resolution": "same_module_class_call" } ], "kivy.core.video.video_android": [ { "caller": "kivy.core.video.video_android.", "callee": ".jnius.autoclass", "lineno": 13, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_android.", "callee": ".jnius.autoclass", "lineno": 14, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_android.", "callee": ".jnius.autoclass", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_android.", "callee": ".jnius.autoclass", "lineno": 16, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_android.OnCompletionListener.onCompletion", "callee": ".jnius.java_method", "lineno": 26, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_android.OnErrorListener.onError", "callee": ".jnius.java_method", "lineno": 40, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid.load", "callee": "kivy.core.video.video_android.VideoAndroid.unload", "lineno": 56, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid.load", "callee": "kivy.core.video.video_android.OnCompletionListener.__init__", "lineno": 75, "resolution": "same_module_class_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid.load", "callee": "kivy.core.video.video_android.OnErrorListener.__init__", "lineno": 77, "resolution": "same_module_class_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid.play", "callee": "kivy.core.video.video_android.VideoAndroid.load", "lineno": 195, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid.stop", "callee": "kivy.core.video.video_android.VideoAndroid._set_position", "lineno": 208, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid.seek", "callee": "kivy.core.video.video_android.VideoAndroid._set_position", "lineno": 213, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid._completion_callback", "callee": "kivy.core.video.video_android.VideoAndroid._do_eos", "lineno": 229, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid._do_eos", "callee": "kivy.core.video.video_android.VideoAndroid.pause", "lineno": 234, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid._do_eos", "callee": "kivy.core.video.video_android.VideoAndroid.stop", "lineno": 236, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid._do_eos", "callee": "kivy.core.video.video_android.VideoAndroid.stop", "lineno": 238, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid._do_eos", "callee": "kivy.core.video.video_android.VideoAndroid.play", "lineno": 239, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_android.VideoAndroid._error_callback", "callee": "kivy.core.video.video_android.VideoAndroid.unload", "lineno": 245, "resolution": "self_method_call" } ], "kivy.core.video.video_ffmpeg": [ { "caller": "kivy.core.video.video_ffmpeg.VideoFFMpeg.load", "callee": "kivy.core.video.video_ffmpeg.VideoFFMpeg.unload", "lineno": 42, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffmpeg.VideoFFMpeg.play", "callee": "kivy.core.video.video_ffmpeg.VideoFFMpeg.unload", "lineno": 46, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffmpeg.VideoFFMpeg.stop", "callee": "kivy.core.video.video_ffmpeg.VideoFFMpeg.unload", "lineno": 52, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffmpeg.VideoFFMpeg._do_eos", "callee": "kivy.core.video.video_ffmpeg.VideoFFMpeg.unload", "lineno": 60, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffmpeg.VideoFFMpeg._update", "callee": "kivy.core.video.video_ffmpeg.VideoFFMpeg._do_eos", "lineno": 74, "resolution": "self_method_call" } ], "kivy.core.video.video_ffpyplayer": [ { "caller": "kivy.core.video.video_ffpyplayer.", "callee": ".ffpyplayer.tools.get_log_callback", "lineno": 82, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_ffpyplayer.", "callee": ".ffpyplayer.tools.set_log_callback", "lineno": 83, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.__init__", "callee": ".queue.Queue", "lineno": 113, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.__del__", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.unload", "lineno": 127, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy._player_callback.close", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.unload", "lineno": 146, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy._set_position", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.seek", "lineno": 155, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy._do_eos", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.pause", "lineno": 170, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy._do_eos", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.stop", "lineno": 172, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy._finish_setup", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._wakeup_thread", "lineno": 188, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy._next_frame_run", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._finish_setup", "lineno": 273, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy._next_frame_run", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._do_eos", "lineno": 329, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.seek", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._wakeup_thread", "lineno": 349, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.stop", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.unload", "lineno": 352, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.pause", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._wakeup_thread", "lineno": 364, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.play", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._wakeup_thread", "lineno": 374, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.play", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._wakeup_thread", "lineno": 385, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.play", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.load", "lineno": 389, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.play", "callee": ".ffpyplayer.player.MediaPlayer", "lineno": 402, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.play", "callee": ".threading.Thread", "lineno": 411, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.load", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy.unload", "lineno": 425, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.unload", "callee": "kivy.core.video.video_ffpyplayer.VideoFFPy._wakeup_thread", "lineno": 432, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_ffpyplayer.VideoFFPy.unload", "callee": ".queue.Queue", "lineno": 449, "resolution": "external_constructor_call" } ], "kivy.core.video.video_gstplayer": [ { "caller": "kivy.core.video.video_gstplayer.", "callee": "kivy.core.handle_win_lib_import_error", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.core.video.video_gstplayer.VideoGstplayer.__init__", "callee": ".threading.Lock", "lineno": 55, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_gstplayer.VideoGstplayer.load", "callee": "kivy.core.video.video_gstplayer.VideoGstplayer._get_uri", "lineno": 63, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_gstplayer.VideoGstplayer.load", "callee": ".weakref.ref", "lineno": 64, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_gstplayer.VideoGstplayer.load", "callee": ".functools.partial", "lineno": 65, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_gstplayer.VideoGstplayer._update", "callee": "kivy.core.video.video_gstplayer.VideoGstplayer._update_texture", "lineno": 111, "resolution": "self_method_call" }, { "caller": "kivy.core.video.video_gstplayer.VideoGstplayer._get_uri", "callee": ".urllib.request.pathname2url", "lineno": 133, "resolution": "external_constructor_call" }, { "caller": "kivy.core.video.video_gstplayer.VideoGstplayer._get_uri", "callee": ".os.path.realpath", "lineno": 133, "resolution": "external_constructor_call" } ], "kivy.core.video.video_null": [], "kivy.core.video": [ { "caller": "kivy.core.video.VideoBase.__init__", "callee": "kivy.core.video.VideoBase.play", "lineno": 90, "resolution": "self_method_call" }, { "caller": "kivy.core.video.VideoBase.__del__", "callee": "kivy.core.video.VideoBase.unload", "lineno": 93, "resolution": "self_method_call" }, { "caller": "kivy.core.video.VideoBase._set_filename", "callee": "kivy.core.video.VideoBase.unload", "lineno": 110, "resolution": "self_method_call" }, { "caller": "kivy.core.video.VideoBase._set_filename", "callee": "kivy.core.video.VideoBase.load", "lineno": 114, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._get_filename", "lineno": 116, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._set_filename", "lineno": 117, "resolution": "self_method_call" }, { "caller": "kivy.core.video.VideoBase._set_position", "callee": "kivy.core.video.VideoBase.seek", "lineno": 124, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._get_position", "lineno": 126, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._set_position", "lineno": 127, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._get_volume", "lineno": 136, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._set_volume", "lineno": 137, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._get_duration", "lineno": 143, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._get_texture", "lineno": 149, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.video.VideoBase._get_state", "lineno": 155, "resolution": "self_method_call" }, { "caller": "kivy.core.video.VideoBase._do_eos", "callee": "kivy.core.video.VideoBase.pause", "lineno": 164, "resolution": "self_method_call" }, { "caller": "kivy.core.video.VideoBase._do_eos", "callee": "kivy.core.video.VideoBase.stop", "lineno": 166, "resolution": "self_method_call" }, { "caller": "kivy.core.video.VideoBase._do_eos", "callee": "kivy.core.video.VideoBase.play", "lineno": 169, "resolution": "self_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.get_provider_modules", "lineno": 209, "resolution": "imported_call" }, { "caller": "kivy.core.video.", "callee": ".list.append", "lineno": 214, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.make_provider_tuple", "lineno": 214, "resolution": "imported_call" }, { "caller": "kivy.core.video.", "callee": ".list.append", "lineno": 220, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.make_provider_tuple", "lineno": 220, "resolution": "imported_call" }, { "caller": "kivy.core.video.", "callee": ".list.append", "lineno": 221, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.make_provider_tuple", "lineno": 221, "resolution": "imported_call" }, { "caller": "kivy.core.video.", "callee": ".list.append", "lineno": 222, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.make_provider_tuple", "lineno": 222, "resolution": "imported_call" }, { "caller": "kivy.core.video.", "callee": "kivy.core.core_select_lib", "lineno": 224, "resolution": "imported_call" } ], "kivy.core.window.window_egl_rpi": [ { "caller": "kivy.core.window.window_egl_rpi.WindowEglRpi.create_window", "callee": "kivy.core.window.window_egl_rpi.WindowEglRpi._create_window", "lineno": 39, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_egl_rpi.WindowEglRpi.create_window", "callee": "kivy.core.window.window_egl_rpi.WindowEglRpi._create_egl_context", "lineno": 40, "resolution": "self_method_call" } ], "kivy.core.window.window_sdl3": [ { "caller": "kivy.core.window.window_sdl3.", "callee": "kivy.core.handle_win_lib_import_error", "lineno": 30, "resolution": "imported_call" }, { "caller": "kivy.core.window.window_sdl3.", "callee": ".collections.deque", "lineno": 120, "resolution": "external_constructor_call" }, { "caller": "kivy.core.window.window_sdl3.SDL3MotionEventProvider.update", "callee": "kivy.core.window.window_sdl3.SDL3MotionEvent.__init__", "lineno": 134, "resolution": "same_module_class_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL._event_filter", "callee": "kivy.app.App.get_running_app", "lineno": 244, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL._event_filter", "callee": "kivy.base.stopTouchApp", "lineno": 257, "resolution": "imported_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL._event_filter", "callee": "kivy.app.App.get_running_app", "lineno": 268, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.WindowBase.get_gl_backend_name", "lineno": 315, "resolution": "inherited_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_density", "lineno": 318, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_dpi", "lineno": 319, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL._set_minimum_size", "lineno": 324, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL._set_allow_screensaver", "lineno": 325, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL._set_always_on_top", "lineno": 326, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers_state", "lineno": 327, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL._set_cursor_state", "lineno": 339, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.SDL3MotionEventProvider.", "lineno": 347, "resolution": "same_module_class_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.resources.resource_find", "lineno": 359, "resolution": "imported_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": ".os.path.join", "lineno": 360, "resolution": "external_constructor_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.create_window", "callee": "kivy.core.window.window_sdl3.WindowSDL.set_icon", "lineno": 361, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._dispatch_drop_event", "lineno": 492, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._fix_mouse_pos", "lineno": 525, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._fix_mouse_pos", "lineno": 539, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._collide_and_dispatch_cursor_enter", "lineno": 562, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers", "lineno": 566, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._dispatch_drop_event", "lineno": 589, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_density", "lineno": 606, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_dpi", "lineno": 607, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_density", "lineno": 611, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_dpi", "lineno": 615, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL.do_pause", "lineno": 630, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers_state", "lineno": 643, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._collide_and_dispatch_cursor_enter", "lineno": 650, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers", "lineno": 681, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.mainloop", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers", "lineno": 684, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL._dispatch_drop_event", "callee": "kivy.core.window.window_sdl3.WindowSDL._collide_and_dispatch_cursor_enter", "lineno": 740, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL._collide_and_dispatch_cursor_enter", "callee": "kivy.core.window.window_sdl3.WindowSDL._fix_mouse_pos", "lineno": 750, "resolution": "self_method_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.do_pause", "callee": "kivy.app.App.get_running_app", "lineno": 765, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL.do_pause", "callee": "kivy.base.stopTouchApp", "lineno": 770, "resolution": "imported_call" }, { "caller": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers_state", "callee": "kivy.core.window.window_sdl3.WindowSDL._update_modifiers", "lineno": 795, "resolution": "self_method_call" } ], "kivy.core.window": [ { "caller": "kivy.core.window.Keyboard._on_window_key_down", "callee": "kivy.core.window.Keyboard.keycode_to_string", "lineno": 161, "resolution": "self_method_call" }, { "caller": "kivy.core.window.Keyboard._on_window_key_up", "callee": "kivy.core.window.Keyboard.keycode_to_string", "lineno": 168, "resolution": "self_method_call" }, { "caller": "kivy.core.window.Keyboard._on_vkeyboard_key_down", "callee": "kivy.core.window.Keyboard.string_to_keycode", "lineno": 174, "resolution": "self_method_call" }, { "caller": "kivy.core.window.Keyboard._on_vkeyboard_key_up", "callee": "kivy.core.window.Keyboard.string_to_keycode", "lineno": 180, "resolution": "self_method_call" }, { "caller": "kivy.core.window.Keyboard.keycode_to_string", "callee": ".dict.index", "lineno": 200, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.window.WindowBase._get_size", "callee": "kivy.core.window.WindowBase._get_unrotated_size", "lineno": 494, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_width", "callee": "kivy.core.window.WindowBase._get_size", "lineno": 570, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_height", "callee": "kivy.core.window.WindowBase._get_size", "lineno": 580, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._animate_content", "callee": "kivy.animation.Animation.__init__", "lineno": 677, "resolution": "imported_call" }, { "caller": "kivy.core.window.WindowBase._upd_kbd_height", "callee": "kivy.core.window.WindowBase._animate_content", "lineno": 685, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_kheight", "callee": "kivy.core.window.WindowBase._get_android_kheight", "lineno": 719, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_kheight", "callee": "kivy.core.window.WindowBase._get_ios_kheight", "lineno": 721, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_kheight", "callee": "kivy.core.window.WindowBase._get_kivy_vkheight", "lineno": 722, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_left", "callee": "kivy.core.window.WindowBase._get_window_pos", "lineno": 925, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._set_left", "callee": "kivy.core.window.WindowBase._get_window_pos", "lineno": 928, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._set_left", "callee": "kivy.core.window.WindowBase._set_window_pos", "lineno": 929, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_top", "callee": "kivy.core.window.WindowBase._get_window_pos", "lineno": 934, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._set_top", "callee": "kivy.core.window.WindowBase._get_window_pos", "lineno": 937, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._set_top", "callee": "kivy.core.window.WindowBase._set_window_pos", "lineno": 938, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_opacity", "callee": "kivy.core.window.WindowBase._get_window_opacity", "lineno": 969, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._set_opacity", "callee": "kivy.core.window.WindowBase._set_window_opacity", "lineno": 972, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_native_handle", "callee": "kivy.core.window.WindowBase._get_window_native_handle", "lineno": 996, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": ".collections.defaultdict", "lineno": 1087, "resolution": "external_constructor_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase.update_viewport", "lineno": 1098, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase._bind_create_window", "lineno": 1154, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase.update_viewport", "lineno": 1158, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase.update_viewport", "lineno": 1159, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase._set_cursor_state", "lineno": 1161, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.Keyboard.__init__", "lineno": 1164, "resolution": "same_module_class_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase.create_window", "lineno": 1177, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase.register", "lineno": 1178, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase.configure_keyboards", "lineno": 1181, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.context.get_current_context", "lineno": 1185, "resolution": "imported_call" }, { "caller": "kivy.core.window.WindowBase.__init__", "callee": "kivy.core.window.WindowBase._load_shape_image", "lineno": 1196, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.close", "callee": "kivy.cache.Cache.remove", "lineno": 1346, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.WindowBase.close", "callee": "kivy.cache.Cache.remove", "lineno": 1347, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.WindowBase.close", "callee": "kivy.cache.Cache.remove", "lineno": 1348, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.WindowBase.close", "callee": "kivy.cache.Cache.remove", "lineno": 1349, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.WindowBase.on_shape_image", "callee": "kivy.core.window.WindowBase._load_shape_image", "lineno": 1432, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._get_shapable", "callee": "kivy.core.window.WindowBase._is_shapable", "lineno": 1438, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.initialize_gl", "callee": "kivy.core.gl.init_gl", "lineno": 1459, "resolution": "imported_call" }, { "caller": "kivy.core.window.WindowBase.create_window", "callee": "kivy.core.window.WindowBase._unbind_create_window", "lineno": 1486, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.create_window", "callee": "kivy.core.window.WindowBase.initialize_gl", "lineno": 1489, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.create_window", "callee": "kivy.core.window.WindowBase._set_fsshader_for_shape", "lineno": 1498, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.create_window", "callee": "kivy.core.window.WindowBase.update_viewport", "lineno": 1516, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.on_flip", "callee": "kivy.core.window.WindowBase.flip", "lineno": 1520, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._update_childsize", "callee": "kivy.core.window.WindowBase.update_childsize", "lineno": 1527, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.add_widget", "callee": "kivy.core.window.WindowBase.update_childsize", "lineno": 1543, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.on_draw", "callee": "kivy.core.window.WindowBase.clear", "lineno": 1672, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.on_motion", "callee": "kivy.core.window.WindowBase.transform_motion_event_2d", "lineno": 1704, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.on_resize", "callee": "kivy.core.window.WindowBase.update_viewport", "lineno": 1759, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.on_resize", "callee": "kivy.core.window.WindowBase._set_fsshader_for_shape", "lineno": 1762, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.update_viewport", "callee": ".math.radians", "lineno": 1781, "resolution": "external_constructor_call" }, { "caller": "kivy.core.window.WindowBase.update_viewport", "callee": "kivy.core.window.WindowBase.update_childsize", "lineno": 1816, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.screenshot", "callee": ".os.path.join", "lineno": 1882, "resolution": "external_constructor_call" }, { "caller": "kivy.core.window.WindowBase.screenshot", "callee": ".os.getcwd", "lineno": 1882, "resolution": "external_constructor_call" }, { "caller": "kivy.core.window.WindowBase.screenshot", "callee": ".os.path.exists", "lineno": 1883, "resolution": "external_constructor_call" }, { "caller": "kivy.core.window.WindowBase.on_keyboard", "callee": "kivy.base.stopTouchApp", "lineno": 2047, "resolution": "imported_call" }, { "caller": "kivy.core.window.WindowBase.on_keyboard", "callee": "kivy.core.window.WindowBase.close", "lineno": 2048, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.request_keyboard", "callee": "kivy.core.window.WindowBase.release_keyboard", "lineno": 2389, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.request_keyboard", "callee": "kivy.core.window.Keyboard.__init__", "lineno": 2405, "resolution": "same_module_class_call" }, { "caller": "kivy.core.window.WindowBase.request_keyboard", "callee": "kivy.core.window.WindowBase.add_widget", "lineno": 2419, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase.release_keyboard", "callee": "kivy.core.window.WindowBase.remove_widget", "lineno": 2466, "resolution": "self_method_call" }, { "caller": "kivy.core.window.WindowBase._load_shape_image", "callee": "kivy.core.image.ImageLoader.load", "lineno": 2500, "resolution": "qualified_module_call" }, { "caller": "kivy.core.window.", "callee": "kivy.core.get_provider_modules", "lineno": 2579, "resolution": "imported_call" }, { "caller": "kivy.core.window.", "callee": ".list.append", "lineno": 2583, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.window.", "callee": "kivy.core.make_provider_tuple", "lineno": 2583, "resolution": "imported_call" }, { "caller": "kivy.core.window.", "callee": ".list.append", "lineno": 2585, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.window.", "callee": "kivy.core.make_provider_tuple", "lineno": 2585, "resolution": "imported_call" }, { "caller": "kivy.core.window.", "callee": ".list.append", "lineno": 2587, "resolution": "local_builtin_method_call" }, { "caller": "kivy.core.window.", "callee": "kivy.core.make_provider_tuple", "lineno": 2587, "resolution": "imported_call" }, { "caller": "kivy.core.window.", "callee": "kivy.core.core_select_lib", "lineno": 2589, "resolution": "imported_call" } ], "kivy.deps": [], "kivy.effects.dampedscroll": [ { "caller": "kivy.effects.dampedscroll.DampedScrollEffect.update_velocity", "callee": "kivy.effects.dampedscroll.DampedScrollEffect._apply_spring_force", "lineno": 135, "resolution": "self_method_call" }, { "caller": "kivy.effects.dampedscroll.DampedScrollEffect.update_velocity", "callee": "kivy.effects.dampedscroll.DampedScrollEffect.apply_distance", "lineno": 146, "resolution": "self_method_call" }, { "caller": "kivy.effects.dampedscroll.DampedScrollEffect._apply_spring_force", "callee": ".math.sqrt", "lineno": 157, "resolution": "external_constructor_call" }, { "caller": "kivy.effects.dampedscroll.DampedScrollEffect._apply_spring_force", "callee": "kivy.effects.dampedscroll.DampedScrollEffect.apply_distance", "lineno": 181, "resolution": "self_method_call" }, { "caller": "kivy.effects.dampedscroll.DampedScrollEffect.apply_distance", "callee": "kivy.effects.dampedscroll.DampedScrollEffect._get_viewport_dimension", "lineno": 197, "resolution": "self_method_call" }, { "caller": "kivy.effects.dampedscroll.DampedScrollEffect.apply_distance", "callee": "kivy.effects.dampedscroll.DampedScrollEffect._rubber_band_clamp", "lineno": 202, "resolution": "self_method_call" } ], "kivy.effects.kinetic": [ { "caller": "kivy.effects.kinetic.KineticEffect.__init__", "callee": ".collections.deque", "lineno": 119, "resolution": "external_constructor_call" }, { "caller": "kivy.effects.kinetic.KineticEffect._resize_history", "callee": ".collections.deque", "lineno": 126, "resolution": "external_constructor_call" }, { "caller": "kivy.effects.kinetic.KineticEffect.start", "callee": ".time.time", "lineno": 144, "resolution": "external_constructor_call" }, { "caller": "kivy.effects.kinetic.KineticEffect.update", "callee": ".time.time", "lineno": 154, "resolution": "external_constructor_call" }, { "caller": "kivy.effects.kinetic.KineticEffect.update", "callee": "kivy.effects.kinetic.KineticEffect.apply_distance", "lineno": 156, "resolution": "self_method_call" }, { "caller": "kivy.effects.kinetic.KineticEffect.stop", "callee": ".time.time", "lineno": 165, "resolution": "external_constructor_call" }, { "caller": "kivy.effects.kinetic.KineticEffect.stop", "callee": "kivy.effects.kinetic.KineticEffect.apply_distance", "lineno": 167, "resolution": "self_method_call" }, { "caller": "kivy.effects.kinetic.KineticEffect.update_velocity", "callee": "kivy.effects.kinetic.KineticEffect.apply_distance", "lineno": 197, "resolution": "self_method_call" } ], "kivy.effects.opacityscroll": [], "kivy.effects.scroll": [ { "caller": "kivy.effects.scroll.ScrollEffect.reset", "callee": ".time.time", "lineno": 96, "resolution": "external_constructor_call" }, { "caller": "kivy.effects.scroll.ScrollEffect.on_value", "callee": "kivy.effects.scroll.ScrollEffect.reset", "lineno": 105, "resolution": "self_method_call" }, { "caller": "kivy.effects.scroll.ScrollEffect.on_value", "callee": "kivy.effects.scroll.ScrollEffect.reset", "lineno": 108, "resolution": "self_method_call" } ], "kivy.effects": [], "kivy.eventmanager.hover": [ { "caller": "kivy.eventmanager.hover.HoverManager.__init__", "callee": ".collections.defaultdict", "lineno": 120, "resolution": "external_constructor_call" }, { "caller": "kivy.eventmanager.hover.HoverManager.stop", "callee": "kivy.eventmanager.hover.HoverManager._dispatch_to_grabbed_widgets", "lineno": 138, "resolution": "self_method_call" }, { "caller": "kivy.eventmanager.hover.HoverManager.dispatch", "callee": "kivy.eventmanager.hover.HoverManager._dispatch_to_widgets", "lineno": 148, "resolution": "self_method_call" }, { "caller": "kivy.eventmanager.hover.HoverManager.dispatch", "callee": "kivy.eventmanager.hover.HoverManager._dispatch_to_grabbed_widgets", "lineno": 153, "resolution": "self_method_call" }, { "caller": "kivy.eventmanager.hover.HoverManager._dispatch_to_grabbed_widgets", "callee": "kivy.eventmanager.hover.HoverManager._dispatch_to_widget", "lineno": 182, "resolution": "self_method_call" }, { "caller": "kivy.eventmanager.hover.HoverManager._dispatch_from_clock", "callee": ".list.append", "lineno": 217, "resolution": "local_builtin_method_call" }, { "caller": "kivy.eventmanager.hover.HoverManager._dispatch_from_clock", "callee": "kivy.eventmanager.hover.HoverManager.dispatch", "lineno": 223, "resolution": "self_method_call" } ], "kivy.eventmanager": [], "kivy.extras.highlight": [ { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.using", "lineno": 18, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.bygroups", "lineno": 22, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.bygroups", "lineno": 26, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.bygroups", "lineno": 28, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.using", "lineno": 29, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.using", "lineno": 30, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.bygroups", "lineno": 33, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.lexer.bygroups", "lineno": 35, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.highlight", "lineno": 52, "resolution": "external_constructor_call" }, { "caller": "kivy.extras.highlight.", "callee": ".pygments.formatters.get_formatter_by_name", "lineno": 52, "resolution": "external_constructor_call" } ], "kivy.extras": [], "kivy.garden": [ { "caller": "kivy.garden.", "callee": ".os.path.join", "lineno": 148, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.abspath", "lineno": 149, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.join", "lineno": 149, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.dirname", "lineno": 149, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.join", "lineno": 153, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.realpath", "lineno": 153, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.join", "lineno": 155, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.realpath", "lineno": 155, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.dirname", "lineno": 155, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.join", "lineno": 161, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": ".os.path.dirname", "lineno": 161, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.GardenImporter.find_spec", "callee": ".os.path.join", "lineno": 170, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.GardenImporter.find_spec", "callee": ".os.path.exists", "lineno": 173, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.GardenImporter.find_spec", "callee": ".os.path.join", "lineno": 178, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.GardenImporter.find_spec", "callee": ".os.path.exists", "lineno": 179, "resolution": "external_constructor_call" }, { "caller": "kivy.garden.", "callee": "kivy.garden.GardenImporter.", "lineno": 186, "resolution": "same_module_class_call" } ], "kivy.graphics": [], "kivy.graphics.cgl_backend": [], "kivy.graphics.egl_backend": [], "kivy.input.factory": [], "kivy.input.motionevent": [ { "caller": "kivy.input.motionevent.MotionEventMetaclass.__new__", "callee": ".list.extend", "lineno": 154, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.motionevent.MotionEventMetaclass.__new__", "callee": ".list.extend", "lineno": 156, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.motionevent.", "callee": "kivy.input.motionevent.MotionEventMetaclass.", "lineno": 162, "resolution": "same_module_class_call" }, { "caller": "kivy.input.motionevent.MotionEvent.__init__", "callee": ".time.time", "lineno": 317, "resolution": "external_constructor_call" }, { "caller": "kivy.input.motionevent.MotionEvent.__init__", "callee": "kivy.input.motionevent.EnhancedDictionary.", "lineno": 345, "resolution": "same_module_class_call" }, { "caller": "kivy.input.motionevent.MotionEvent.__init__", "callee": "kivy.input.motionevent.MotionEvent.depack", "lineno": 366, "resolution": "self_method_call" }, { "caller": "kivy.input.motionevent.MotionEvent.move", "callee": ".time.time", "lineno": 447, "resolution": "external_constructor_call" }, { "caller": "kivy.input.motionevent.MotionEvent.move", "callee": "kivy.input.motionevent.MotionEvent.depack", "lineno": 448, "resolution": "self_method_call" }, { "caller": "kivy.input.motionevent.MotionEvent.copy_to", "callee": ".copy.copy", "lineno": 533, "resolution": "external_constructor_call" }, { "caller": "kivy.input.motionevent.MotionEvent.distance", "callee": "kivy.vector.Vector.__init__", "lineno": 538, "resolution": "imported_call" }, { "caller": "kivy.input.motionevent.MotionEvent.update_time_end", "callee": ".time.time", "lineno": 541, "resolution": "external_constructor_call" }, { "caller": "kivy.input.motionevent.MotionEvent.__repr__", "callee": ".inspect.isroutine", "lineno": 579, "resolution": "external_constructor_call" }, { "caller": "kivy.input.motionevent.MotionEvent.__repr__", "callee": ".list.append", "lineno": 581, "resolution": "local_builtin_method_call" } ], "kivy.input.provider": [], "kivy.input.recorder": [ { "caller": "kivy.input.recorder.Recorder.__init__", "callee": ".functools.partial", "lineno": 188, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.__init__", "callee": ".functools.partial", "lineno": 189, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.__init__", "callee": ".functools.partial", "lineno": 190, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.on_motion", "callee": ".time.time", "lineno": 202, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.on_keyboard", "callee": ".time.time", "lineno": 209, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.on_record", "callee": ".time.time", "lineno": 227, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.on_play", "callee": ".os.path.exists", "lineno": 248, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.on_play", "callee": ".ast.literal_eval", "lineno": 267, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.on_play", "callee": ".time.time", "lineno": 268, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.update", "callee": ".time.time", "lineno": 283, "resolution": "external_constructor_call" }, { "caller": "kivy.input.recorder.Recorder.update", "callee": "kivy.input.recorder.RecorderMotionEvent.", "lineno": 293, "resolution": "same_module_class_call" }, { "caller": "kivy.input.recorder.start", "callee": "kivy.input.recorder.Recorder.__init__", "lineno": 330, "resolution": "same_module_class_call" } ], "kivy.input.shape": [], "kivy.input": [], "kivy.input.postproc.calibration": [ { "caller": "kivy.input.postproc.calibration.InputPostprocCalibration.__init__", "callee": "kivy.input.postproc.calibration.InputPostprocCalibration._get_provider_map", "lineno": 96, "resolution": "self_method_call" }, { "caller": "kivy.input.postproc.calibration.InputPostprocCalibration.__init__", "callee": ".dict.copy", "lineno": 101, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.postproc.calibration.InputPostprocCalibration._get_provider_map", "callee": "kivy.input.factory.MotionEventFactory.list", "lineno": 123, "resolution": "qualified_module_call" }, { "caller": "kivy.input.postproc.calibration.InputPostprocCalibration.process", "callee": "kivy.input.postproc.calibration.InputPostprocCalibration._get_provider_key", "lineno": 161, "resolution": "self_method_call" }, { "caller": "kivy.input.postproc.calibration.InputPostprocCalibration.process", "callee": "kivy.input.postproc.calibration.InputPostprocCalibration.auto_calibrate", "lineno": 174, "resolution": "self_method_call" }, { "caller": "kivy.input.postproc.calibration.InputPostprocCalibration.process", "callee": ".list.append", "lineno": 177, "resolution": "local_builtin_method_call" } ], "kivy.input.postproc.dejitter": [ { "caller": "kivy.input.postproc.dejitter.InputPostprocDejitter.process", "callee": ".list.append", "lineno": 56, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.postproc.dejitter.InputPostprocDejitter.process", "callee": ".list.append", "lineno": 64, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.postproc.dejitter.InputPostprocDejitter.process", "callee": "kivy.input.postproc.dejitter.InputPostprocDejitter.taxicab_distance", "lineno": 68, "resolution": "self_method_call" }, { "caller": "kivy.input.postproc.dejitter.InputPostprocDejitter.process", "callee": ".list.append", "lineno": 73, "resolution": "local_builtin_method_call" } ], "kivy.input.postproc.doubletap": [ { "caller": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.find_double_tap", "callee": "kivy.vector.Vector.distance", "lineno": 53, "resolution": "qualified_module_call" }, { "caller": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.find_double_tap", "callee": "kivy.vector.Vector.__init__", "lineno": 54, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.find_double_tap", "callee": "kivy.vector.Vector.__init__", "lineno": 55, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.process", "callee": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.find_double_tap", "lineno": 76, "resolution": "self_method_call" }, { "caller": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.process", "callee": ".time.time", "lineno": 88, "resolution": "external_constructor_call" }, { "caller": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.process", "callee": ".list.append", "lineno": 96, "resolution": "local_builtin_method_call" } ], "kivy.input.postproc.ignorelist": [ { "caller": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList.__init__", "callee": "kivy.utils.strtotuple", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList.process", "callee": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList.collide_ignore", "lineno": 44, "resolution": "self_method_call" } ], "kivy.input.postproc.retaintouch": [ { "caller": "kivy.input.postproc.retaintouch.InputPostprocRetainTouch.process", "callee": "kivy.vector.Vector.__init__", "lineno": 71, "resolution": "imported_call" } ], "kivy.input.postproc.tripletap": [ { "caller": "kivy.input.postproc.tripletap.InputPostprocTripleTap.find_triple_tap", "callee": "kivy.vector.Vector.distance", "lineno": 57, "resolution": "qualified_module_call" }, { "caller": "kivy.input.postproc.tripletap.InputPostprocTripleTap.find_triple_tap", "callee": "kivy.vector.Vector.__init__", "lineno": 58, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.tripletap.InputPostprocTripleTap.find_triple_tap", "callee": "kivy.vector.Vector.__init__", "lineno": 59, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.tripletap.InputPostprocTripleTap.process", "callee": "kivy.input.postproc.tripletap.InputPostprocTripleTap.find_triple_tap", "lineno": 80, "resolution": "self_method_call" }, { "caller": "kivy.input.postproc.tripletap.InputPostprocTripleTap.process", "callee": ".time.time", "lineno": 93, "resolution": "external_constructor_call" }, { "caller": "kivy.input.postproc.tripletap.InputPostprocTripleTap.process", "callee": ".list.append", "lineno": 101, "resolution": "local_builtin_method_call" } ], "kivy.input.postproc": [ { "caller": "kivy.input.postproc.", "callee": "kivy.input.postproc.calibration.InputPostprocCalibration.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.", "callee": "kivy.input.postproc.retaintouch.InputPostprocRetainTouch.__init__", "lineno": 23, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.", "callee": "kivy.input.postproc.ignorelist.InputPostprocIgnoreList.__init__", "lineno": 24, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.", "callee": "kivy.input.postproc.doubletap.InputPostprocDoubleTap.__init__", "lineno": 25, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.", "callee": "kivy.input.postproc.tripletap.InputPostprocTripleTap.__init__", "lineno": 26, "resolution": "imported_call" }, { "caller": "kivy.input.postproc.", "callee": "kivy.input.postproc.dejitter.InputPostprocDejitter.__init__", "lineno": 27, "resolution": "imported_call" } ], "kivy.input.providers.androidjoystick": [ { "caller": "kivy.input.providers.androidjoystick.AndroidMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 41, "resolution": "imported_call" }, { "caller": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.start", "callee": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.create_joystick", "lineno": 70, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.androidjoystick.AndroidMotionEventProvider.update", "callee": "kivy.input.providers.androidjoystick.AndroidMotionEvent.__init__", "lineno": 95, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.androidjoystick.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 117, "resolution": "qualified_module_call" } ], "kivy.input.providers.hidinput": [ { "caller": "kivy.input.providers.hidinput.HIDMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 72, "resolution": "imported_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": ".list.append", "lineno": 475, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": ".dict.copy", "lineno": 475, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "lineno": 477, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": ".dict.clear", "lineno": 486, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.normalize", "lineno": 489, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_coord", "lineno": 492, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.normalize", "lineno": 494, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_coord", "lineno": 497, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.normalize", "lineno": 503, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "lineno": 515, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "lineno": 523, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_rel_coord", "lineno": 527, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_rel_coord", "lineno": 531, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.normalize", "lineno": 545, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_coord", "lineno": 548, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.normalize", "lineno": 550, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.assign_coord", "lineno": 553, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.normalize", "lineno": 555, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": ".dict.keys", "lineno": 571, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": ".dict.get", "lineno": 610, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "callee": ".dict.get", "lineno": 614, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "callee": ".list.append", "lineno": 640, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "callee": "kivy.input.providers.hidinput.HIDMotionEvent.__init__", "lineno": 644, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "callee": ".list.append", "lineno": 648, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "callee": ".dict.keys", "lineno": 650, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process", "callee": ".list.remove", "lineno": 656, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_multitouch", "lineno": 753, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run", "callee": "kivy.input.providers.hidinput.HIDInputMotionEventProvider._thread_run.process_as_mouse_or_keyboard", "lineno": 755, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.hidinput.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 778, "resolution": "qualified_module_call" } ], "kivy.input.providers.leapfinger": [ { "caller": "kivy.input.providers.leapfinger.", "callee": ".collections.deque", "lineno": 14, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEvent.depack", "callee": "kivy.input.providers.leapfinger.normalize", "lineno": 36, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEvent.depack", "callee": "kivy.input.providers.leapfinger.normalize", "lineno": 37, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEvent.depack", "callee": "kivy.input.providers.leapfinger.normalize", "lineno": 38, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEventProvider.update", "callee": "kivy.input.providers.leapfinger.LeapFingerEventProvider.process_frame", "lineno": 80, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEventProvider.process_frame", "callee": ".list.append", "lineno": 94, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEventProvider.process_frame", "callee": "kivy.input.providers.leapfinger.LeapFingerEvent.__init__", "lineno": 98, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEventProvider.process_frame", "callee": ".list.append", "lineno": 99, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEventProvider.process_frame", "callee": ".list.append", "lineno": 104, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.leapfinger.LeapFingerEventProvider.process_frame", "callee": ".list.append", "lineno": 107, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.leapfinger.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 113, "resolution": "qualified_module_call" } ], "kivy.input.providers.linuxwacom": [ { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 47, "resolution": "imported_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "callee": "kivy.input.providers.linuxwacom.LinuxWacomMotionEvent.__init__", "lineno": 238, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "callee": "kivy.input.motionevent.MotionEvent.move", "lineno": 244, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "callee": ".list.append", "lineno": 247, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "callee": ".dict.keys", "lineno": 250, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "callee": ".list.remove", "lineno": 256, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run", "callee": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "lineno": 354, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run", "callee": ".dict.clear", "lineno": 357, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run", "callee": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.process", "lineno": 359, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run", "callee": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.normalize", "lineno": 363, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run", "callee": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.normalize", "lineno": 371, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run", "callee": "kivy.input.providers.linuxwacom.LinuxWacomMotionEventProvider._thread_run.normalize", "lineno": 379, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.linuxwacom.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 396, "resolution": "qualified_module_call" } ], "kivy.input.providers.mactouch": [ { "caller": "kivy.input.providers.mactouch.MacMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 103, "resolution": "imported_call" }, { "caller": "kivy.input.providers.mactouch.MacMotionEventProvider._mts_callback", "callee": ".list.append", "lineno": 180, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.mactouch.MacMotionEventProvider._mts_callback", "callee": "kivy.input.providers.mactouch.MacMotionEvent.__init__", "lineno": 194, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.mactouch.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 220, "resolution": "qualified_module_call" } ], "kivy.input.providers.mouse": [ { "caller": "kivy.input.providers.mouse.MouseMotionEvent.update_graphics", "callee": "kivy.input.motionevent.MotionEvent.push", "lineno": 145, "resolution": "inherited_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEvent.update_graphics", "callee": "kivy.input.motionevent.MotionEvent.scale_for_screen", "lineno": 151, "resolution": "inherited_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEvent.update_graphics", "callee": "kivy.input.motionevent.MotionEvent.pop", "lineno": 154, "resolution": "inherited_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.__init__", "callee": ".collections.deque", "lineno": 166, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider._set_disable_hover", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider._stop_hover_events", "lineno": 200, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider._set_disable_hover", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider._start_hover_events", "lineno": 202, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.start", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider._start_hover_events", "lineno": 226, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.stop", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider._stop_hover_events", "lineno": 249, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.create_touch", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.create_event_id", "lineno": 289, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.create_touch", "callee": "kivy.input.providers.mouse.MouseMotionEvent.__init__", "lineno": 293, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.create_hover", "callee": "kivy.input.providers.mouse.MouseMotionEvent.__init__", "lineno": 331, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.create_hover", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.create_event_id", "lineno": 333, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_press", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.test_activity", "lineno": 353, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_press", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.find_touch", "lineno": 357, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_press", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.create_touch", "lineno": 366, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_release", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.remove_touch", "lineno": 375, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.on_mouse_release", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.remove_touch", "lineno": 392, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.begin_or_update_hover_event", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.create_hover", "lineno": 403, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.begin_hover_event", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.create_hover", "lineno": 407, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.update_hover_event", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.create_hover", "lineno": 411, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.MouseMotionEventProvider.end_hover_event", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.create_hover", "lineno": 415, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.mouse.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 428, "resolution": "qualified_module_call" } ], "kivy.input.providers.mtdev": [ { "caller": "kivy.input.providers.mtdev.MTDMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 72, "resolution": "imported_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "callee": "kivy.input.providers.mtdev.MTDMotionEvent.__init__", "lineno": 220, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "callee": "kivy.input.motionevent.MotionEvent.move", "lineno": 222, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "callee": ".list.append", "lineno": 226, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "callee": ".list.remove", "lineno": 231, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "callee": "kivy.input.motionevent.MotionEvent.update_time_end", "lineno": 232, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.__init__", "lineno": 245, "resolution": "imported_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.get_abs", "lineno": 256, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.get_abs", "lineno": 262, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.get_abs", "lineno": 268, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.get_abs", "lineno": 274, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.close", "lineno": 301, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.__init__", "lineno": 302, "resolution": "imported_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.idle", "lineno": 308, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.lib.mtdev.Device.get", "lineno": 313, "resolution": "local_typed_method_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.normalize", "lineno": 338, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.assign_coord", "lineno": 341, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.normalize", "lineno": 343, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.assign_coord", "lineno": 346, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.normalize", "lineno": 348, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.normalize", "lineno": 352, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.normalize", "lineno": 356, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "lineno": 360, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run", "callee": "kivy.input.providers.mtdev.MTDMotionEventProvider._thread_run.process", "lineno": 369, "resolution": "same_class_name_call" }, { "caller": "kivy.input.providers.mtdev.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 380, "resolution": "qualified_module_call" } ], "kivy.input.providers.probesysfs": [ { "caller": "kivy.input.providers.probesysfs.Input.__init__", "callee": "kivy.input.providers.probesysfs.query_xinput", "lineno": 71, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.probesysfs.Input.name", "callee": "kivy.input.providers.probesysfs.read_line", "lineno": 82, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.probesysfs.Input.get_capabilities", "callee": "kivy.input.providers.probesysfs.read_line", "lineno": 88, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.probesysfs.Input.has_capability", "callee": "kivy.input.providers.probesysfs.Input.get_capabilities", "lineno": 103, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.probesysfs.getout", "callee": ".subprocess.Popen", "lineno": 112, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.probesysfs.query_xinput", "callee": "kivy.input.providers.probesysfs.getout", "lineno": 120, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.probesysfs.query_xinput", "callee": "kivy.input.providers.probesysfs.getout", "lineno": 122, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.probesysfs.query_xinput", "callee": ".list.append", "lineno": 136, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.probesysfs.get_inputs", "callee": "kivy.input.providers.probesysfs.Input.__init__", "lineno": 142, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.probesysfs.get_inputs", "callee": ".glob.glob", "lineno": 142, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.__init__", "callee": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.probe", "lineno": 198, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.probe", "callee": "kivy.input.providers.probesysfs.get_inputs", "lineno": 209, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.probe", "callee": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.should_use_mouse", "lineno": 212, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.probe", "callee": ".re.match", "lineno": 225, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.probe", "callee": "kivy.input.factory.MotionEventFactory.get", "lineno": 238, "resolution": "qualified_module_call" }, { "caller": "kivy.input.providers.probesysfs.ProbeSysfsHardwareProbe.probe", "callee": "kivy.input.factory.MotionEventFactory.get", "lineno": 243, "resolution": "qualified_module_call" }, { "caller": "kivy.input.providers.probesysfs.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 254, "resolution": "qualified_module_call" } ], "kivy.input.providers.tuio": [ { "caller": "kivy.input.providers.tuio.TuioMotionEventProvider.__init__", "callee": ".collections.deque", "lineno": 110, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.tuio.TuioMotionEventProvider.start", "callee": ".oscpy.server.OSCThreadServer", "lineno": 141, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.tuio.TuioMotionEventProvider.start", "callee": ".functools.partial", "lineno": 145, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.tuio.TuioMotionEventProvider.update", "callee": "kivy.input.providers.tuio.TuioMotionEventProvider._update", "lineno": 161, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.tuio.TuioMotionEventProvider._update", "callee": ".list.append", "lineno": 197, "resolution": "local_builtin_method_call" }, { "caller": "kivy.input.providers.tuio.Tuio2dCurMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 264, "resolution": "imported_call" }, { "caller": "kivy.input.providers.tuio.Tuio2dObjMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 292, "resolution": "imported_call" }, { "caller": "kivy.input.providers.tuio.Tuio2dBlbMotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 315, "resolution": "imported_call" }, { "caller": "kivy.input.providers.tuio.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 326, "resolution": "qualified_module_call" } ], "kivy.input.providers.wm_common": [ { "caller": "kivy.input.providers.wm_common.", "callee": ".ctypes.WINFUNCTYPE", "lineno": 80, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.", "callee": ".ctypes.POINTER", "lineno": 91, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper_generator._closure", "callee": ".ctypes.cast", "lineno": 115, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper_generator._closure", "callee": ".ctypes.cast", "lineno": 116, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper_generator._closure", "callee": ".ctypes.c_void_p", "lineno": 116, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.", "callee": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper_generator", "lineno": 125, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.wm_common.", "callee": "kivy.input.providers.wm_common.SetWindowLong_WndProc_wrapper_generator", "lineno": 131, "resolution": "direct_name_call" }, { "caller": "kivy.input.providers.wm_common.", "callee": ".ctypes.POINTER", "lineno": 137, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.", "callee": ".ctypes.POINTER", "lineno": 139, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.", "callee": ".ctypes.POINTER", "lineno": 151, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_common.", "callee": ".ctypes.POINTER", "lineno": 156, "resolution": "external_constructor_call" } ], "kivy.input.providers.wm_pen": [ { "caller": "kivy.input.providers.wm_pen.WM_PenProvider._pen_handler", "callee": ".ctypes.byref", "lineno": 59, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_pen.WM_PenProvider._pen_handler", "callee": ".ctypes.c_int16", "lineno": 60, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_pen.WM_PenProvider._pen_handler", "callee": ".ctypes.c_int16", "lineno": 61, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_pen.WM_PenProvider._pen_wndProc", "callee": "kivy.input.providers.wm_pen.WM_PenProvider._is_pen_message", "lineno": 78, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.wm_pen.WM_PenProvider._pen_wndProc", "callee": "kivy.input.providers.wm_pen.WM_PenProvider._pen_handler", "lineno": 79, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.wm_pen.WM_PenProvider.start", "callee": ".collections.deque", "lineno": 89, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_pen.WM_PenProvider.update", "callee": "kivy.input.providers.wm_pen.WM_Pen.__init__", "lineno": 109, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.wm_pen.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 121, "resolution": "qualified_module_call" } ], "kivy.input.providers.wm_touch": [ { "caller": "kivy.input.providers.wm_touch.WM_MotionEvent.depack", "callee": "kivy.input.shape.ShapeRect.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider.start", "callee": ".collections.deque", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider.update", "callee": ".ctypes.byref", "lineno": 78, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider.update", "callee": ".ctypes.byref", "lineno": 80, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider.update", "callee": "kivy.input.providers.wm_touch.WM_MotionEvent.__init__", "lineno": 97, "resolution": "same_module_class_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_wndProc", "callee": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_handler", "lineno": 125, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_wndProc", "callee": "kivy.input.providers.wm_touch.WM_MotionEventProvider._mouse_handler", "lineno": 128, "resolution": "self_method_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_handler", "callee": ".ctypes.wintypes.HANDLE", "lineno": 139, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_handler", "callee": ".ctypes.sizeof", "lineno": 142, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_touch.WM_MotionEventProvider._touch_handler", "callee": ".ctypes.wintypes.HANDLE", "lineno": 145, "resolution": "external_constructor_call" }, { "caller": "kivy.input.providers.wm_touch.", "callee": "kivy.input.factory.MotionEventFactory.register", "lineno": 157, "resolution": "qualified_module_call" } ], "kivy.input.providers": [], "kivy.lang.builder": [ { "caller": "kivy.lang.builder.create_handler", "callee": ".copy.copy", "lineno": 171, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.BuilderBase.create_from", "callee": ".copy.copy", "lineno": 291, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.BuilderBase.create_from", "callee": ".copy.copy", "lineno": 292, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.BuilderBase.create_from", "callee": ".copy.copy", "lineno": 293, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.BuilderBase.create_from", "callee": ".copy.copy", "lineno": 294, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.BuilderBase.load_file", "callee": "kivy.resources.resource_find", "lineno": 313, "resolution": "imported_call" }, { "caller": "kivy.lang.builder.BuilderBase.load_file", "callee": "kivy.lang.builder.BuilderBase.load_string", "lineno": 320, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.unload_file", "callee": "kivy.resources.resource_find", "lineno": 333, "resolution": "imported_call" }, { "caller": "kivy.lang.builder.BuilderBase.unload_file", "callee": "kivy.lang.builder.BuilderBase._clear_matchcache", "lineno": 335, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.load_string", "callee": "kivy.lang.parser.Parser.__init__", "lineno": 381, "resolution": "imported_call" }, { "caller": "kivy.lang.builder.BuilderBase.load_string", "callee": "kivy.lang.builder.BuilderBase._clear_matchcache", "lineno": 385, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.load_string", "callee": "kivy.lang.builder.BuilderBase._apply_rule", "lineno": 408, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.apply_rules", "callee": "kivy.lang.builder.BuilderBase.match_rule_name", "lineno": 454, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.apply_rules", "callee": "kivy.lang.builder.BuilderBase._apply_rule", "lineno": 463, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.apply", "callee": "kivy.lang.builder.BuilderBase.match", "lineno": 501, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.apply", "callee": "kivy.lang.builder.BuilderBase._apply_rule", "lineno": 510, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase._apply_rule", "callee": "kivy.lang.builder.BuilderBase._build_canvas", "lineno": 561, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase._apply_rule", "callee": "kivy.lang.builder.BuilderBase._build_canvas", "lineno": 565, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase._apply_rule", "callee": "kivy.lang.builder.BuilderBase._build_canvas", "lineno": 569, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase._apply_rule", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 578, "resolution": "imported_call" }, { "caller": "kivy.lang.builder.BuilderBase._apply_rule", "callee": "kivy.lang.builder.BuilderBase._apply_rule", "lineno": 592, "resolution": "self_method_call" }, { "caller": "kivy.lang.builder.BuilderBase._apply_rule", "callee": "kivy.lang.builder.create_handler", "lineno": 624, "resolution": "direct_name_call" }, { "caller": "kivy.lang.builder.BuilderBase._apply_rule", "callee": ".copy.copy", "lineno": 654, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.BuilderBase.match", "callee": ".list.append", "lineno": 686, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.match_rule_name", "callee": ".list.append", "lineno": 703, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lang.builder.BuilderBase.sync", "callee": "kivy.lang.builder.call_fn", "lineno": 722, "resolution": "direct_name_call" }, { "caller": "kivy.lang.builder.BuilderBase._build_canvas", "callee": ".copy.copy", "lineno": 836, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.BuilderBase._build_canvas", "callee": "kivy.lang.builder.create_handler", "lineno": 852, "resolution": "direct_name_call" }, { "caller": "kivy.lang.builder.", "callee": "kivy.context.register_context", "lineno": 864, "resolution": "imported_call" }, { "caller": "kivy.lang.builder.", "callee": ".os.path.join", "lineno": 865, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.match_rule", "callee": "kivy.lang.builder.match_rule", "lineno": 879, "resolution": "direct_name_call" }, { "caller": "kivy.lang.builder.match_rule", "callee": "kivy.lang.builder.match_rule", "lineno": 882, "resolution": "direct_name_call" }, { "caller": "kivy.lang.builder.match_rule", "callee": "kivy.lang.builder.match_rule", "lineno": 885, "resolution": "direct_name_call" }, { "caller": "kivy.lang.builder.match_rule", "callee": "kivy.lang.builder.match_rule", "lineno": 888, "resolution": "direct_name_call" }, { "caller": "kivy.lang.builder.dump_builder_stats", "callee": ".html.escape", "lineno": 909, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.builder.dump_builder_stats", "callee": ".list.extend", "lineno": 912, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lang.builder.dump_builder_stats", "callee": "kivy.lang.builder.match_rule", "lineno": 912, "resolution": "direct_name_call" } ], "kivy.lang.parser": [ { "caller": "kivy.lang.parser.", "callee": ".collections.defaultdict", "lineno": 53, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.parser.", "callee": ".functools.partial", "lineno": 53, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.parser.ProxyApp._ensure_app", "callee": "kivy.app.App.get_running_app", "lineno": 70, "resolution": "qualified_module_call" }, { "caller": "kivy.lang.parser.", "callee": "kivy.lang.parser.ProxyApp.__init__", "lineno": 102, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRuleProperty.precompile", "callee": ".re.sub", "lineno": 172, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.parser.ParserRuleProperty.precompile", "callee": "kivy.lang.parser.ParserRuleProperty.get_names_from_expression", "lineno": 202, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.ParserRuleProperty.precompile", "callee": ".re.sub", "lineno": 205, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.parser.ParserRuleProperty.precompile", "callee": ".re.findall", "lineno": 210, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.parser.ParserRuleProperty.precompile", "callee": ".re.findall", "lineno": 213, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.parser.ParserRuleProperty.get_names_from_expression", "callee": ".list.append", "lineno": 275, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lang.parser.ParserRuleProperty.get_names_from_expression", "callee": ".list.append", "lineno": 278, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lang.parser.ParserRule.__init__", "callee": ".collections.OrderedDict", "lineno": 321, "resolution": "external_constructor_call" }, { "caller": "kivy.lang.parser.ParserRule.__init__", "callee": "kivy.lang.parser.ParserRule._detect_selectors", "lineno": 336, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.ParserRule.__init__", "callee": "kivy.lang.parser.ParserRule._forbid_selectors", "lineno": 338, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.ParserRule._forbid_selectors", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 371, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._detect_selectors", "callee": "kivy.lang.parser.ParserRule._build_rule", "lineno": 378, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.ParserRule._detect_selectors", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 380, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._detect_selectors", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 387, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._build_rule", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 397, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._build_rule", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 410, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._build_rule", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 418, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._build_rule", "callee": "kivy.lang.parser.ParserSelectorName.", "lineno": 423, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._build_rule", "callee": "kivy.lang.parser.ParserSelectorClass.", "lineno": 429, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserRule._build_rule", "callee": "kivy.lang.parser.ParserSelectorName.", "lineno": 431, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.__init__", "callee": "kivy.lang.parser.Parser.parse", "lineno": 464, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.require", "lineno": 476, "resolution": "imported_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 482, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 487, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.resources.resource_find", "lineno": 507, "resolution": "imported_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 508, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": ".list.append", "lineno": 523, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 529, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 546, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.execute_directives", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 550, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse", "callee": "kivy.lang.parser.Parser.strip_comments", "lineno": 568, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.Parser.parse", "callee": "kivy.lang.parser.Parser.execute_directives", "lineno": 571, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.Parser.parse", "callee": "kivy.lang.parser.Parser.parse_level", "lineno": 574, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.Parser.parse", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 584, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 629, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 644, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 647, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 654, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserRule.__init__", "lineno": 656, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": ".list.append", "lineno": 658, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 664, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 675, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.Parser.parse_level", "lineno": 677, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 680, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 689, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 692, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 696, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 698, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserRuleProperty.__init__", "lineno": 703, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 715, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.Parser.parse_level", "lineno": 722, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserRule.__init__", "lineno": 724, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserRuleProperty.__init__", "lineno": 737, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 740, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.Parser.parse_level", "callee": "kivy.lang.parser.ParserException.__init__", "lineno": 752, "resolution": "same_module_class_call" }, { "caller": "kivy.lang.parser.ParserSelectorName.get_bases", "callee": "kivy.lang.parser.ParserSelectorName.get_bases", "lineno": 790, "resolution": "self_method_call" }, { "caller": "kivy.lang.parser.ParserSelectorName.match", "callee": "kivy.lang.parser.ParserSelectorName.get_bases", "lineno": 798, "resolution": "self_method_call" } ], "kivy.lang": [], "kivy.lib.ddsfile": [ { "caller": "kivy.lib.ddsfile.DDSFile.__init__", "callee": "kivy.lib.ddsfile.QueryDict.", "lineno": 184, "resolution": "same_module_class_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.__init__", "callee": "kivy.lib.ddsfile.DDSFile.load", "lineno": 191, "resolution": "self_method_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": ".struct.calcsize", "lineno": 203, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": ".struct.calcsize", "lineno": 204, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": ".struct.unpack", "lineno": 210, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 222, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 225, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 229, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 230, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 234, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 235, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 236, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 253, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.align_value", "lineno": 261, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.align_value", "lineno": 262, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.check_flags", "lineno": 264, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.dxt_size", "lineno": 268, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.align_value", "lineno": 276, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.load", "callee": "kivy.lib.ddsfile.dxt_size", "lineno": 278, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.save", "callee": ".list.append", "lineno": 310, "resolution": "local_builtin_method_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.save", "callee": ".struct.pack", "lineno": 314, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.add_image", "callee": ".struct.calcsize", "lineno": 335, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.ddsfile.DDSFile.add_image", "callee": ".struct.calcsize", "lineno": 336, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.ddsfile.DDSFile._get_dxt", "callee": "kivy.lib.ddsfile.dxt_to_str", "lineno": 400, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.DDSFile._set_dxt", "callee": "kivy.lib.ddsfile.str_to_dxt", "lineno": 402, "resolution": "direct_name_call" }, { "caller": "kivy.lib.ddsfile.", "callee": "kivy.lib.ddsfile.DDSFile.__init__", "lineno": 413, "resolution": "same_module_class_call" }, { "caller": "kivy.lib.ddsfile.", "callee": "kivy.lib.ddsfile.DDSFile.save", "lineno": 415, "resolution": "local_typed_method_call" } ], "kivy.lib.mtdev": [ { "caller": "kivy.lib.mtdev.", "callee": ".ctypes.POINTER", "lineno": 130, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.", "callee": ".ctypes.POINTER", "lineno": 132, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.", "callee": ".ctypes.POINTER", "lineno": 132, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.", "callee": ".ctypes.POINTER", "lineno": 134, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.", "callee": ".ctypes.POINTER", "lineno": 136, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.Device.__init__", "callee": ".ctypes.pointer", "lineno": 161, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.Device.close", "callee": ".ctypes.pointer", "lineno": 172, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.Device.idle", "callee": ".ctypes.pointer", "lineno": 189, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.Device.get", "callee": ".ctypes.pointer", "lineno": 196, "resolution": "external_constructor_call" }, { "caller": "kivy.lib.mtdev.Device.get", "callee": ".ctypes.byref", "lineno": 196, "resolution": "external_constructor_call" } ], "kivy.lib": [], "kivy.lib.gstplayer": [], "kivy.lib.thorvg": [], "kivy.lib.vidcore_lite": [], "kivy.modules.console": [ { "caller": "kivy.modules.console.", "callee": "kivy.require", "lineno": 132, "resolution": "qualified_module_call" }, { "caller": "kivy.modules.console.ConsoleAddon.__init__", "callee": "kivy.modules.console.ConsoleAddon.init", "lineno": 340, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonBreadcrumbView.on_widget", "callee": ".list.index", "lineno": 412, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonBreadcrumbView.on_widget", "callee": ".list.append", "lineno": 427, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonBreadcrumb.init", "callee": "kivy.modules.console.ConsoleAddonBreadcrumbView.", "lineno": 443, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.console.ConsoleAddonBreadcrumb.activate", "callee": "kivy.modules.console.ConsoleAddonBreadcrumb.update_content", "lineno": 449, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.panel_activate", "callee": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "lineno": 465, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 476, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "callee": "kivy.uix.scrollview.ScrollView.__init__", "lineno": 477, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "callee": "kivy.uix.treeview.TreeView.__init__", "lineno": 479, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "callee": "kivy.modules.console.TreeViewProperty.", "lineno": 486, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "callee": ".functools.partial", "lineno": 490, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.update_content", "callee": "kivy.uix.treeview.TreeView.add_node", "lineno": 494, "resolution": "local_typed_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 533, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": ".functools.partial", "lineno": 535, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 538, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": ".functools.partial", "lineno": 540, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 545, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": ".functools.partial", "lineno": 550, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": ".functools.partial", "lineno": 553, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 555, "resolution": "local_typed_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 558, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": ".functools.partial", "lineno": 568, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 569, "resolution": "local_typed_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": ".functools.partial", "lineno": 575, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.image.Image.__init__", "lineno": 577, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": "kivy.uix.label.Label.__init__", "lineno": 579, "resolution": "imported_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetPanel.show_property", "callee": ".functools.partial", "lineno": 584, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.find_node_by_widget", "callee": "kivy.uix.treeview.TreeView.iterate_all_nodes", "lineno": 633, "resolution": "inherited_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.update_selected_widget", "callee": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.find_node_by_widget", "lineno": 645, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.update_selected_widget", "callee": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.select_node", "lineno": 647, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.update_selected_widget", "callee": "kivy.uix.treeview.TreeView.toggle_node", "lineno": 650, "resolution": "inherited_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.on_selected_widget", "callee": "kivy.modules.console.ConsoleAddonWidgetTreeImpl.update_selected_widget", "lineno": 655, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeView._update_widget_tree_node", "callee": ".list.append", "lineno": 702, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeView.update_widget_tree", "callee": "kivy.modules.console.ConsoleAddonWidgetTreeView._update_widget_tree_node", "lineno": 713, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTreeView.update_widget_tree", "callee": "kivy.modules.console.ConsoleAddonWidgetTreeView._update_widget_tree_node", "lineno": 719, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTree.panel_activate", "callee": "kivy.modules.console.ConsoleAddonWidgetTree.update_content", "lineno": 732, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.ConsoleAddonWidgetTree.update_content", "callee": "kivy.modules.console.ConsoleAddonWidgetTreeView.", "lineno": 743, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.console.Console.__init__", "callee": "kivy.modules.console.Console._init_toolbar", "lineno": 799, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console._init_toolbar", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 808, "resolution": "imported_call" }, { "caller": "kivy.modules.console.Console.on_touch_down", "callee": "kivy.modules.console.Console.highlight_at", "lineno": 875, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 880, "resolution": "inherited_method_call" }, { "caller": "kivy.modules.console.Console.on_touch_move", "callee": "kivy.modules.console.Console.highlight_at", "lineno": 886, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console.highlight_at", "callee": ".itertools.chain", "lineno": 912, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.console.Console.highlight_at", "callee": "kivy.modules.console.Console.pick", "lineno": 919, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console.highlight_at", "callee": "kivy.modules.console.Console.highlight_widget", "lineno": 922, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console.pick", "callee": "kivy.modules.console.Console.pick", "lineno": 953, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console.on_activated", "callee": "kivy.modules.console.Console._activate_console", "lineno": 958, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console.on_activated", "callee": "kivy.modules.console.Console._deactivate_console", "lineno": 960, "resolution": "self_method_call" }, { "caller": "kivy.modules.console.Console.keyboard_shortcut", "callee": ".list.index", "lineno": 1013, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.console.Console.keyboard_shortcut", "callee": ".list.index", "lineno": 1021, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.console.create_console", "callee": "kivy.modules.console.Console.__init__", "lineno": 1027, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.console.start", "callee": ".functools.partial", "lineno": 1044, "resolution": "external_constructor_call" } ], "kivy.modules.cursor": [ { "caller": "kivy.modules.cursor.start", "callee": "kivy.core.image.Image.__init__", "lineno": 55, "resolution": "imported_call" }, { "caller": "kivy.modules.cursor.start", "callee": ".os.path.join", "lineno": 56, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.cursor.start", "callee": ".list.split", "lineno": 60, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.cursor.start", "callee": ".list.split", "lineno": 66, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.cursor.start", "callee": ".functools.partial", "lineno": 69, "resolution": "external_constructor_call" } ], "kivy.modules.inspector": [ { "caller": "kivy.modules.inspector.WidgetTree.update_selected_widget", "callee": "kivy.modules.inspector.WidgetTree.find_node_by_widget", "lineno": 274, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.WidgetTree.update_selected_widget", "callee": "kivy.modules.inspector.WidgetTree.select_node", "lineno": 276, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.WidgetTree.on_selected_widget", "callee": "kivy.modules.inspector.WidgetTree.update_selected_widget", "lineno": 284, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.on_touch_down", "callee": "kivy.modules.inspector.Inspector.highlight_at", "lineno": 344, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.on_touch_down", "callee": "kivy.modules.inspector.Inspector.show_widget_info", "lineno": 347, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.on_touch_move", "callee": "kivy.modules.inspector.Inspector.highlight_at", "lineno": 354, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.highlight_at", "callee": ".itertools.chain", "lineno": 377, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.highlight_at", "callee": "kivy.modules.inspector.Inspector.pick", "lineno": 387, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.highlight_at", "callee": "kivy.modules.inspector.Inspector.highlight_widget", "lineno": 390, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.highlight_widget", "callee": "kivy.modules.inspector.Inspector.show_widget_info", "lineno": 398, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.toggle_position", "callee": "kivy.animation.Animation.__init__", "lineno": 417, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.toggle_position", "callee": "kivy.animation.Animation.__init__", "lineno": 419, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.toggle_position", "callee": "kivy.animation.Animation.__init__", "lineno": 427, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.toggle_position", "callee": "kivy.animation.Animation.__init__", "lineno": 430, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.pick", "callee": "kivy.modules.inspector.Inspector.pick", "lineno": 448, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.on_activated", "callee": "kivy.animation.Animation.__init__", "lineno": 455, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.on_activated", "callee": "kivy.animation.Animation.__init__", "lineno": 457, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.on_activated", "callee": "kivy.animation.Animation.start", "lineno": 459, "resolution": "local_typed_method_call" }, { "caller": "kivy.modules.inspector.Inspector.on_activated", "callee": "kivy.animation.Animation.__init__", "lineno": 466, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.on_activated", "callee": "kivy.animation.Animation.__init__", "lineno": 468, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.on_activated", "callee": "kivy.modules.inspector.Inspector.update_widget_tree", "lineno": 476, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.show_widget_info", "callee": "kivy.animation.Animation.__init__", "lineno": 506, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.show_widget_info", "callee": "kivy.animation.Animation.__init__", "lineno": 508, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.show_widget_info", "callee": "kivy.animation.Animation.__init__", "lineno": 514, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.show_widget_info", "callee": "kivy.animation.Animation.__init__", "lineno": 516, "resolution": "imported_call" }, { "caller": "kivy.modules.inspector.Inspector.show_widget_info", "callee": "kivy.modules.inspector.TreeViewProperty.", "lineno": 528, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.inspector.Inspector.show_widget_info", "callee": ".functools.partial", "lineno": 531, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.show_property", "callee": ".functools.partial", "lineno": 593, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.show_property", "callee": ".functools.partial", "lineno": 597, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.show_property", "callee": ".functools.partial", "lineno": 612, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.show_property", "callee": ".functools.partial", "lineno": 615, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.show_property", "callee": ".functools.partial", "lineno": 627, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.show_property", "callee": ".functools.partial", "lineno": 633, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector.show_property", "callee": ".functools.partial", "lineno": 642, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.inspector.Inspector._update_widget_tree_node", "callee": ".list.append", "lineno": 703, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.inspector.Inspector.update_widget_tree", "callee": "kivy.modules.inspector.Inspector._update_widget_tree_node", "lineno": 711, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.Inspector.update_widget_tree", "callee": "kivy.modules.inspector.Inspector._update_widget_tree_node", "lineno": 717, "resolution": "self_method_call" }, { "caller": "kivy.modules.inspector.create_inspector", "callee": "kivy.modules.inspector.Inspector.__init__", "lineno": 736, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.inspector.start", "callee": ".functools.partial", "lineno": 743, "resolution": "external_constructor_call" } ], "kivy.modules.joycursor": [ { "caller": "kivy.modules.joycursor.JoyCursor.__init__", "callee": "kivy.modules.joycursor.JoyCursor.set_cursor", "lineno": 96, "resolution": "self_method_call" }, { "caller": "kivy.modules.joycursor.JoyCursor.on_pos", "callee": "kivy.modules.joycursor.JoyCursor.set_cursor", "lineno": 243, "resolution": "self_method_call" }, { "caller": "kivy.modules.joycursor.create_joycursor", "callee": "kivy.modules.joycursor.JoyCursor.__init__", "lineno": 278, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.joycursor.start", "callee": "kivy.modules.joycursor.create_joycursor", "lineno": 287, "resolution": "direct_name_call" } ], "kivy.modules.keybinding": [], "kivy.modules.monitor": [ { "caller": "kivy.modules.monitor.update_stats", "callee": "kivy.metrics.dp", "lineno": 42, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.update_stats", "callee": "kivy.metrics.dp", "lineno": 42, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.update_stats", "callee": "kivy.metrics.dp", "lineno": 44, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.update_stats", "callee": "kivy.metrics.dp", "lineno": 44, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.update_stats", "callee": "kivy.metrics.dp", "lineno": 44, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor._update_monitor_canvas", "callee": "kivy.metrics.dp", "lineno": 49, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor._update_monitor_canvas", "callee": "kivy.metrics.dp", "lineno": 50, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor._update_monitor_canvas", "callee": "kivy.metrics.dp", "lineno": 51, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor._update_monitor_canvas", "callee": "kivy.metrics.dp", "lineno": 51, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.modules.monitor.StatsInput.", "lineno": 66, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.uix.label.Label.__init__", "lineno": 68, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 74, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 75, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 77, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 77, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 82, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 82, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 82, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": "kivy.metrics.dp", "lineno": 83, "resolution": "imported_call" }, { "caller": "kivy.modules.monitor.start", "callee": ".functools.partial", "lineno": 84, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.monitor.start", "callee": ".functools.partial", "lineno": 85, "resolution": "external_constructor_call" }, { "caller": "kivy.modules.monitor.start", "callee": ".functools.partial", "lineno": 86, "resolution": "external_constructor_call" } ], "kivy.modules.recorder": [ { "caller": "kivy.modules.recorder.start", "callee": "kivy.input.recorder.Recorder.__init__", "lineno": 88, "resolution": "imported_call" }, { "caller": "kivy.modules.recorder.start", "callee": ".functools.partial", "lineno": 89, "resolution": "external_constructor_call" } ], "kivy.modules.screen": [ { "caller": "kivy.modules.screen.usage", "callee": ".dict.items", "lineno": 152, "resolution": "local_builtin_method_call" }, { "caller": "kivy.modules.screen.configure", "callee": "kivy.modules.screen.usage", "lineno": 174, "resolution": "direct_name_call" }, { "caller": "kivy.modules.screen.configure", "callee": "kivy.modules.screen.usage", "lineno": 177, "resolution": "direct_name_call" }, { "caller": "kivy.modules.screen.configure", "callee": "kivy.modules.screen.apply_device", "lineno": 178, "resolution": "direct_name_call" }, { "caller": "kivy.modules.screen.", "callee": ".dict.values", "lineno": 182, "resolution": "local_builtin_method_call" } ], "kivy.modules.showborder": [], "kivy.modules.touchring": [ { "caller": "kivy.modules.touchring._touch_move", "callee": "kivy.modules.touchring._touch_down", "lineno": 56, "resolution": "direct_name_call" }, { "caller": "kivy.modules.touchring.start", "callee": "kivy.core.image.Image.__init__", "lineno": 78, "resolution": "imported_call" } ], "kivy.modules.webdebugger": [], "kivy.modules._webdebugger": [ { "caller": "kivy.modules._webdebugger.", "callee": "kivy.modules._webdebugger.MissingOrderedDict.", "lineno": 28, "resolution": "same_module_class_call" }, { "caller": "kivy.modules._webdebugger.", "callee": ".flask.Flask", "lineno": 29, "resolution": "external_constructor_call" }, { "caller": "kivy.modules._webdebugger.index", "callee": ".flask.render_template_string", "lineno": 34, "resolution": "external_constructor_call" }, { "caller": "kivy.modules._webdebugger.metrics_json", "callee": ".flask.make_response", "lineno": 39, "resolution": "external_constructor_call" }, { "caller": "kivy.modules._webdebugger.getfile", "callee": ".flask.make_response", "lineno": 48, "resolution": "external_constructor_call" }, { "caller": "kivy.modules._webdebugger.FlaskThread.dump_metrics", "callee": ".gc.get_objects", "lineno": 64, "resolution": "external_constructor_call" }, { "caller": "kivy.modules._webdebugger.start", "callee": "kivy.modules._webdebugger.FlaskThread.", "lineno": 78, "resolution": "same_module_class_call" } ], "kivy.modules": [ { "caller": "kivy.modules.ModuleBase.add_path", "callee": "kivy.modules.ModuleContext.__init__", "lineno": 141, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.ModuleBase.activate_module", "callee": "kivy.modules.ModuleBase._configure_module", "lineno": 182, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase.register_window", "callee": "kivy.modules.ModuleBase.update", "lineno": 210, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase.unregister_window", "callee": "kivy.modules.ModuleBase.update", "lineno": 216, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase.update", "callee": "kivy.modules.ModuleBase.deactivate_module", "lineno": 224, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase.update", "callee": "kivy.modules.ModuleBase.activate_module", "lineno": 227, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase.configure", "callee": "kivy.modules.ModuleBase._configure_module", "lineno": 241, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase._configure_module", "callee": "kivy.modules.ModuleBase.import_module", "lineno": 246, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase.usage_list", "callee": "kivy.modules.ModuleBase.list", "lineno": 274, "resolution": "self_method_call" }, { "caller": "kivy.modules.ModuleBase.usage_list", "callee": "kivy.modules.ModuleBase.import_module", "lineno": 276, "resolution": "self_method_call" }, { "caller": "kivy.modules.", "callee": "kivy.modules.ModuleBase.__init__", "lineno": 294, "resolution": "same_module_class_call" }, { "caller": "kivy.modules.", "callee": "kivy.modules.ModuleBase.add_path", "lineno": 295, "resolution": "local_typed_method_call" }, { "caller": "kivy.modules.", "callee": "kivy.modules.ModuleBase.add_path", "lineno": 297, "resolution": "local_typed_method_call" }, { "caller": "kivy.modules.", "callee": "kivy.modules.ModuleBase.list", "lineno": 300, "resolution": "local_typed_method_call" } ], "kivy.network.urlrequest": [ { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": ".collections.deque", "lineno": 196, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 199, "resolution": "imported_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 200, "resolution": "imported_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 201, "resolution": "imported_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 202, "resolution": "imported_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 203, "resolution": "imported_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 204, "resolution": "imported_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 205, "resolution": "imported_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": ".threading.Event", "lineno": 222, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.__init__", "callee": ".list.append", "lineno": 244, "resolution": "local_builtin_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.run", "callee": "kivy.network.urlrequest.UrlRequestBase._fetch_url", "lineno": 271, "resolution": "self_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.run", "callee": "kivy.network.urlrequest.UrlRequestBase.decode_result", "lineno": 273, "resolution": "self_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.run", "callee": ".time.sleep", "lineno": 287, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.run", "callee": ".list.remove", "lineno": 292, "resolution": "local_builtin_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.decode_result", "callee": ".json.loads", "lineno": 364, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase._dispatch_result", "callee": ".list.append", "lineno": 387, "resolution": "local_builtin_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase._dispatch_result", "callee": ".list.append", "lineno": 388, "resolution": "local_builtin_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.wait", "callee": "kivy.network.urlrequest.UrlRequestBase._dispatch_result", "lineno": 532, "resolution": "self_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestBase.wait", "callee": ".time.sleep", "lineno": 533, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.UrlRequestUrllib._parse_url", "callee": ".urllib.parse.urlparse", "lineno": 598, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.UrlRequestUrllib._parse_url", "callee": ".base64.b64encode", "lineno": 606, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.UrlRequestUrllib.call_request", "callee": "kivy.network.urlrequest.UrlRequestUrllib._parse_url", "lineno": 637, "resolution": "self_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestUrllib.call_request", "callee": "kivy.network.urlrequest.UrlRequestUrllib._get_connection_for_scheme", "lineno": 645, "resolution": "self_method_call" }, { "caller": "kivy.network.urlrequest.UrlRequestUrllib.call_request", "callee": ".urllib.parse.urlunparse", "lineno": 682, "resolution": "external_constructor_call" }, { "caller": "kivy.network.urlrequest.", "callee": ".dict.get", "lineno": 793, "resolution": "local_builtin_method_call" } ], "kivy.network": [], "kivy.storage.dictstore": [ { "caller": "kivy.storage.dictstore.DictStore.store_load", "callee": ".os.path.exists", "lineno": 38, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.dictstore.DictStore.store_load", "callee": ".os.path.abspath", "lineno": 39, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.dictstore.DictStore.store_load", "callee": ".os.path.dirname", "lineno": 39, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.dictstore.DictStore.store_load", "callee": ".os.path.exists", "lineno": 40, "resolution": "external_constructor_call" } ], "kivy.storage.jsonstore": [ { "caller": "kivy.storage.jsonstore.JsonStore.store_load", "callee": ".os.path.exists", "lineno": 31, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.jsonstore.JsonStore.store_load", "callee": ".os.path.abspath", "lineno": 32, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.jsonstore.JsonStore.store_load", "callee": ".os.path.dirname", "lineno": 32, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.jsonstore.JsonStore.store_load", "callee": ".os.path.exists", "lineno": 33, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.jsonstore.JsonStore.store_load", "callee": ".json.loads", "lineno": 45, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.jsonstore.JsonStore.store_sync", "callee": ".json.dump", "lineno": 51, "resolution": "external_constructor_call" } ], "kivy.storage.redisstore": [ { "caller": "kivy.storage.redisstore.RedisStore.store_get", "callee": ".json.loads", "lineno": 69, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.redisstore.RedisStore.store_put", "callee": ".json.dumps", "lineno": 77, "resolution": "external_constructor_call" }, { "caller": "kivy.storage.redisstore.RedisStore.store_find", "callee": "kivy.storage.redisstore.RedisStore.store_keys", "lineno": 94, "resolution": "self_method_call" }, { "caller": "kivy.storage.redisstore.RedisStore.store_find", "callee": ".json.loads", "lineno": 99, "resolution": "external_constructor_call" } ], "kivy.storage": [ { "caller": "kivy.storage.AbstractStore.__init__", "callee": "kivy.storage.AbstractStore.store_load", "lineno": 134, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.exists", "callee": "kivy.storage.AbstractStore.store_exists", "lineno": 139, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_exists", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 152, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.get", "callee": "kivy.storage.AbstractStore.store_get", "lineno": 159, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_get", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 172, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.put", "callee": "kivy.storage.AbstractStore.store_put", "lineno": 178, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.put", "callee": "kivy.storage.AbstractStore.store_sync", "lineno": 180, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_put", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 195, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.delete", "callee": "kivy.storage.AbstractStore.store_delete", "lineno": 201, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.delete", "callee": "kivy.storage.AbstractStore.store_sync", "lineno": 203, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_delete", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 218, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.find", "callee": "kivy.storage.AbstractStore.store_find", "lineno": 237, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_find", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 254, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.keys", "callee": "kivy.storage.AbstractStore.store_keys", "lineno": 260, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_keys", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 265, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.count", "callee": "kivy.storage.AbstractStore.store_count", "lineno": 270, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_count", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 275, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.clear", "callee": "kivy.storage.AbstractStore.store_clear", "lineno": 280, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.async_clear", "callee": "kivy.storage.AbstractStore._schedule", "lineno": 285, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.__setitem__", "callee": "kivy.storage.AbstractStore.put", "lineno": 294, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.__getitem__", "callee": "kivy.storage.AbstractStore.get", "lineno": 297, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.__delitem__", "callee": "kivy.storage.AbstractStore.keys", "lineno": 300, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.__contains__", "callee": "kivy.storage.AbstractStore.exists", "lineno": 303, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.__len__", "callee": "kivy.storage.AbstractStore.count", "lineno": 306, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.__iter__", "callee": "kivy.storage.AbstractStore.keys", "lineno": 309, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_count", "callee": "kivy.storage.AbstractStore.store_keys", "lineno": 341, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_clear", "callee": "kivy.storage.AbstractStore.store_keys", "lineno": 344, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_clear", "callee": "kivy.storage.AbstractStore.store_delete", "lineno": 345, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_clear", "callee": "kivy.storage.AbstractStore.store_sync", "lineno": 346, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_get_async", "callee": "kivy.storage.AbstractStore.store_get", "lineno": 350, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_put_async", "callee": "kivy.storage.AbstractStore.put", "lineno": 357, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_exists_async", "callee": "kivy.storage.AbstractStore.store_exists", "lineno": 364, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_delete_async", "callee": "kivy.storage.AbstractStore.delete", "lineno": 371, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_find_async", "callee": "kivy.storage.AbstractStore.store_find", "lineno": 377, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_count_async", "callee": "kivy.storage.AbstractStore.store_count", "lineno": 383, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_keys_async", "callee": "kivy.storage.AbstractStore.store_keys", "lineno": 390, "resolution": "self_method_call" }, { "caller": "kivy.storage.AbstractStore.store_clear_async", "callee": "kivy.storage.AbstractStore.store_clear", "lineno": 396, "resolution": "self_method_call" } ], "kivy.tests.async_common": [ { "caller": "kivy.tests.async_common.WidgetResolver.down", "callee": "kivy.tests.async_common.WidgetResolver.match", "lineno": 93, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.down", "callee": ".collections.deque", "lineno": 96, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.down", "callee": "kivy.tests.async_common.WidgetResolver.__init__", "lineno": 100, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.down", "callee": "kivy.tests.async_common.WidgetResolver.not_found", "lineno": 104, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.up", "callee": "kivy.tests.async_common.WidgetResolver.match", "lineno": 107, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.up", "callee": "kivy.tests.async_common.WidgetResolver.__init__", "lineno": 113, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.up", "callee": "kivy.tests.async_common.WidgetResolver.not_found", "lineno": 121, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.family_up", "callee": "kivy.tests.async_common.WidgetResolver.match", "lineno": 124, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.family_up", "callee": ".collections.deque", "lineno": 130, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.family_up", "callee": "kivy.tests.async_common.WidgetResolver.__init__", "lineno": 138, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.WidgetResolver.family_up", "callee": "kivy.tests.async_common.WidgetResolver.not_found", "lineno": 149, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.async_run", "callee": "kivy.tests.async_common.UnitKivyApp.set_async_lib", "lineno": 186, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.resolve_widget", "callee": "kivy.tests.async_common.WidgetResolver.__init__", "lineno": 193, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.get_widget_pos_pixel", "callee": ".list.append", "lineno": 230, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.__init__", "lineno": 244, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_down", "lineno": 247, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 248, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_up", "lineno": 253, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 254, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_move", "lineno": 270, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 274, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_move", "lineno": 278, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 279, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_up", "lineno": 282, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_down_up", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 283, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.__init__", "lineno": 353, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_down", "lineno": 355, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 356, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_move", "lineno": 369, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 370, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_move", "lineno": 374, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 375, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_up", "lineno": 378, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 379, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.__init__", "lineno": 437, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_down", "lineno": 439, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 440, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow.get_target", "lineno": 446, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_move", "lineno": 460, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 461, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow.get_target", "lineno": 463, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_up", "lineno": 465, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_follow", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 466, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.__init__", "lineno": 490, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_down", "lineno": 492, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 493, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_move", "lineno": 504, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 505, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "callee": "kivy.tests.async_common.AsyncUnitTestTouch.touch_up", "lineno": 508, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_touch_drag_path", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 509, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_keyboard_key", "callee": ".str.lower", "lineno": 517, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_keyboard_key", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 563, "resolution": "self_method_call" }, { "caller": "kivy.tests.async_common.UnitKivyApp.do_keyboard_key", "callee": "kivy.tests.async_common.UnitKivyApp.wait_clock_frames", "lineno": 567, "resolution": "self_method_call" } ], "kivy.tests.bench_thorvg_wrapper": [ { "caller": "kivy.tests.bench_thorvg_wrapper.test_bench_svg_buffer_memoryview", "callee": "kivy.tests.bench_thorvg_wrapper._rendered_canvas", "lineno": 117, "resolution": "direct_name_call" }, { "caller": "kivy.tests.bench_thorvg_wrapper.test_bench_svg_buffer_bytes_copy", "callee": "kivy.tests.bench_thorvg_wrapper._rendered_canvas", "lineno": 131, "resolution": "direct_name_call" } ], "kivy.tests.common": [ { "caller": "kivy.tests.common.idle_until", "callee": ".functools.partial", "lineno": 75, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.ensure_web_server._start_web_server", "callee": ".functools.partial", "lineno": 118, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.ensure_web_server._start_web_server", "callee": ".socketserver.TCPServer", "lineno": 120, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.render", "callee": "kivy.base.runTouchApp", "lineno": 166, "resolution": "imported_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.render", "callee": "kivy.tests.common.GraphicUnitTest.tearDown", "lineno": 172, "resolution": "self_method_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.render", "callee": "kivy.tests.common.GraphicUnitTest.setUp", "lineno": 173, "resolution": "self_method_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.run", "callee": ".os.path.join", "lineno": 180, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.run", "callee": ".os.path.dirname", "lineno": 180, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.run", "callee": ".os.path.exists", "lineno": 181, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.setUp", "callee": "kivy.tests.common.GraphicUnitTest.clear_window_and_event_loop", "lineno": 217, "resolution": "self_method_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".tempfile.mkstemp", "lineno": 268, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.close", "lineno": 269, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.unlink", "lineno": 270, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.join", "lineno": 284, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.exists", "lineno": 299, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "lineno": 301, "resolution": "self_method_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".shutil.move", "lineno": 302, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "lineno": 318, "resolution": "self_method_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".shutil.move", "lineno": 321, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.join", "lineno": 332, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.dirname", "lineno": 332, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.exists", "lineno": 333, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.mkdir", "lineno": 334, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".shutil.copy", "lineno": 335, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.join", "lineno": 335, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.basename", "lineno": 335, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".shutil.copy", "lineno": 337, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.join", "lineno": 337, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.basename", "lineno": 337, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.join", "lineno": 338, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.basename", "lineno": 346, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.path.basename", "lineno": 349, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.on_window_flip", "callee": ".os.unlink", "lineno": 357, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.tearDown", "callee": "kivy.tests.common.GraphicUnitTest.clear_window_and_event_loop", "lineno": 369, "resolution": "self_method_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.tearDown", "callee": "kivy.base.stopTouchApp", "lineno": 371, "resolution": "imported_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.tearDown", "callee": "._base.assertTrue", "lineno": 373, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "callee": ".tkinter.Tk", "lineno": 386, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref.do_yes", "callee": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff.do_close", "lineno": 393, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "callee": ".tkinter.Label", "lineno": 397, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "callee": ".tkinter.Label", "lineno": 398, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "callee": ".tkinter.Label", "lineno": 399, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "callee": ".tkinter.Label", "lineno": 400, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "callee": ".tkinter.Button", "lineno": 401, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_ref", "callee": ".tkinter.Button", "lineno": 402, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Tk", "lineno": 417, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff.do_yes", "callee": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff.do_close", "lineno": 424, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Label", "lineno": 428, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Label", "lineno": 430, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Label", "lineno": 431, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Label", "lineno": 432, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Label", "lineno": 433, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Button", "lineno": 434, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.GraphicUnitTest.interactive_ask_diff", "callee": ".tkinter.Button", "lineno": 436, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.common.UnitTestTouch.touch_move", "callee": "kivy.input.motionevent.MotionEvent.move", "lineno": 501, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.common.async_run", "callee": "kivy.tests.common.async_run.inner_func", "lineno": 578, "resolution": "nested_function_call" } ], "kivy.tests.conftest": [], "kivy.tests.fixtures": [ { "caller": "kivy.tests.fixtures.kivy_init", "callee": "kivy.tests.fixtures.kivy_init.clear_window_and_event_loop", "lineno": 67, "resolution": "nested_function_call" }, { "caller": "kivy.tests.fixtures.kivy_init", "callee": "kivy.tests.fixtures.kivy_init.clear_window_and_event_loop", "lineno": 71, "resolution": "nested_function_call" }, { "caller": "kivy.tests.fixtures.kivy_init", "callee": "kivy.base.stopTouchApp", "lineno": 72, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_clock", "callee": "kivy.context.Context.__init__", "lineno": 80, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_clock", "callee": "kivy.clock.ClockBase.__init__", "lineno": 81, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_clock", "callee": "kivy.context.Context.push", "lineno": 82, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_clock", "callee": "kivy.context.Context.pop", "lineno": 92, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_metrics", "callee": "kivy.context.Context.__init__", "lineno": 123, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_metrics", "callee": "kivy.metrics.MetricsBase.__init__", "lineno": 124, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_metrics", "callee": "kivy.context.Context.push", "lineno": 125, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_metrics", "callee": "kivy.context.Context.pop", "lineno": 132, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_exception_manager", "callee": "kivy.context.Context.__init__", "lineno": 141, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_exception_manager", "callee": "kivy.base.ExceptionManagerBase.__init__", "lineno": 142, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_exception_manager", "callee": "kivy.context.Context.push", "lineno": 143, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_exception_manager", "callee": "kivy.context.Context.pop", "lineno": 148, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": ".list.pop", "lineno": 165, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.base.stopTouchApp", "lineno": 174, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.context.Context.__init__", "lineno": 213, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.clock.ClockBase.__init__", "lineno": 214, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.factory.FactoryBase.create_from", "lineno": 219, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.lang.builder.BuilderBase.create_from", "lineno": 220, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.context.Context.push", "lineno": 221, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.base.stopTouchApp", "lineno": 252, "resolution": "imported_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.context.Context.pop", "lineno": 263, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": "kivy.logger.LoggerHistory.clear_history", "lineno": 267, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.fixtures.kivy_app", "callee": ".list.append", "lineno": 270, "resolution": "local_builtin_method_call" } ], "kivy.tests.perf_test_textinput": [ { "caller": "kivy.tests.perf_test_textinput.PerfApp.load_large_text", "callee": "kivy.resources.resource_find", "lineno": 56, "resolution": "imported_call" }, { "caller": "kivy.tests.perf_test_textinput.", "callee": "kivy.tests.perf_test_textinput.PerfApp.__init__", "lineno": 195, "resolution": "same_module_class_call" } ], "kivy.tests.test_animations": [ { "caller": "kivy.tests.test_animations.cleanup", "callee": "kivy.animation.Animation.cancel_all", "lineno": 41, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_start_animation", "callee": "kivy.animation.Animation.__init__", "lineno": 70, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_start_animation", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 71, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_start_animation", "callee": "kivy.animation.Animation.start", "lineno": 72, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_start_animation", "callee": "kivy.tests.test_animations.sleep", "lineno": 73, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_start_animation", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 75, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animation_duration_0", "callee": "kivy.animation.Animation.__init__", "lineno": 80, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animation_duration_0", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 81, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animation_duration_0", "callee": "kivy.animation.Animation.start", "lineno": 82, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animation_duration_0", "callee": "kivy.tests.test_animations.sleep", "lineno": 83, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animation_duration_0", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 84, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.animation.Animation.__init__", "lineno": 89, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.animation.Animation.__init__", "lineno": 90, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 91, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 92, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.animation.Animation.start", "lineno": 93, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.animation.Animation.start", "lineno": 94, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.animation.Animation.start", "lineno": 95, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.animation.Animation.start", "lineno": 96, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 97, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.animation.Animation.cancel_all", "lineno": 98, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 99, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.__init__", "lineno": 104, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.__init__", "lineno": 105, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 106, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 107, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.start", "lineno": 108, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.start", "lineno": 109, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.start", "lineno": 110, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.start", "lineno": 111, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 112, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.cancel_all", "lineno": 113, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 114, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.animation.Animation.cancel_all", "lineno": 115, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_cancel_all_2", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 116, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_animation", "callee": "kivy.animation.Animation.__init__", "lineno": 121, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_animation", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 122, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_animation", "callee": "kivy.animation.Animation.start", "lineno": 123, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_animation", "callee": "kivy.tests.test_animations.sleep", "lineno": 124, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_animation", "callee": "kivy.animation.Animation.stop", "lineno": 125, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_animation", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 128, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all", "callee": "kivy.animation.Animation.__init__", "lineno": 133, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 134, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all", "callee": "kivy.animation.Animation.start", "lineno": 135, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all", "callee": "kivy.tests.test_animations.sleep", "lineno": 136, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all", "callee": "kivy.animation.Animation.stop_all", "lineno": 137, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 138, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all_2", "callee": "kivy.animation.Animation.__init__", "lineno": 143, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all_2", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 144, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all_2", "callee": "kivy.animation.Animation.start", "lineno": 145, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all_2", "callee": "kivy.tests.test_animations.sleep", "lineno": 146, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all_2", "callee": "kivy.animation.Animation.stop_all", "lineno": 147, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_stop_all_2", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 148, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_duration", "callee": "kivy.animation.Animation.__init__", "lineno": 152, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_transition", "callee": "kivy.animation.Animation.__init__", "lineno": 157, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animated_properties", "callee": "kivy.animation.Animation.__init__", "lineno": 162, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animated_instruction", "callee": "kivy.animation.Animation.__init__", "lineno": 168, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animated_instruction", "callee": "kivy.animation.Animation.start", "lineno": 170, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animated_instruction", "callee": "kivy.tests.test_animations.sleep", "lineno": 173, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_animated_instruction", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 175, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_weakref", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 181, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_weakref", "callee": "kivy.animation.Animation.__init__", "lineno": 182, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_weakref", "callee": "kivy.animation.Animation.start", "lineno": 183, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_weakref", "callee": "kivy.tests.test_animations.sleep", "lineno": 187, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestAnimation.test_weakref", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 190, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all", "callee": "kivy.animation.Animation.__init__", "lineno": 198, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all", "callee": "kivy.animation.Animation.__init__", "lineno": 198, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 199, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all", "callee": "kivy.tests.test_animations.sleep", "lineno": 201, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all", "callee": "kivy.animation.Animation.cancel_all", "lineno": 202, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 203, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all_2", "callee": "kivy.animation.Animation.__init__", "lineno": 208, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all_2", "callee": "kivy.animation.Animation.__init__", "lineno": 208, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all_2", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 209, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all_2", "callee": "kivy.tests.test_animations.sleep", "lineno": 211, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all_2", "callee": "kivy.animation.Animation.cancel_all", "lineno": 212, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_cancel_all_2", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 213, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all", "callee": "kivy.animation.Animation.__init__", "lineno": 218, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all", "callee": "kivy.animation.Animation.__init__", "lineno": 218, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 219, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all", "callee": "kivy.tests.test_animations.sleep", "lineno": 221, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all", "callee": "kivy.animation.Animation.stop_all", "lineno": 222, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 223, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all_2", "callee": "kivy.animation.Animation.__init__", "lineno": 228, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all_2", "callee": "kivy.animation.Animation.__init__", "lineno": 228, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all_2", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 229, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all_2", "callee": "kivy.tests.test_animations.sleep", "lineno": 231, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all_2", "callee": "kivy.animation.Animation.stop_all", "lineno": 232, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_stop_all_2", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 233, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.animation.Animation.__init__", "lineno": 238, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.animation.Animation.__init__", "lineno": 238, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 239, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 240, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 241, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 242, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 246, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 247, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 248, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 249, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 252, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 253, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 254, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 255, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 258, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 259, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 260, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 261, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 264, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 265, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 266, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_count_events", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 267, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_have_properties_to_animate", "callee": "kivy.animation.Animation.__init__", "lineno": 272, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_have_properties_to_animate", "callee": "kivy.animation.Animation.__init__", "lineno": 272, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_have_properties_to_animate", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 273, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_have_properties_to_animate", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 279, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_animated_properties", "callee": "kivy.animation.Animation.__init__", "lineno": 283, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_animated_properties", "callee": "kivy.animation.Animation.__init__", "lineno": 283, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_transition", "callee": "kivy.animation.Animation.__init__", "lineno": 288, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestSequence.test_transition", "callee": "kivy.animation.Animation.__init__", "lineno": 288, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_stop", "callee": "kivy.animation.Animation.__init__", "lineno": 298, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_stop", "callee": "kivy.animation.Animation.__init__", "lineno": 298, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_stop", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 300, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_stop", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 303, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.animation.Animation.__init__", "lineno": 308, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.animation.Animation.__init__", "lineno": 308, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 310, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 311, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 312, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 313, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 317, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 318, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 319, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 320, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 323, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 324, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 325, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 326, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 329, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 330, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 331, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 332, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 335, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 336, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 337, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 338, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 341, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 342, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 343, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 347, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 348, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 349, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestRepetitiveSequence.test_count_events", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 350, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_have_properties_to_animate", "callee": "kivy.animation.Animation.__init__", "lineno": 358, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_have_properties_to_animate", "callee": "kivy.animation.Animation.__init__", "lineno": 358, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_have_properties_to_animate", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 359, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_have_properties_to_animate", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 365, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_cancel_property", "callee": "kivy.animation.Animation.__init__", "lineno": 370, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_cancel_property", "callee": "kivy.animation.Animation.__init__", "lineno": 370, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_cancel_property", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 371, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_cancel_property", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 374, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_cancel_property", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 376, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_animated_properties", "callee": "kivy.animation.Animation.__init__", "lineno": 380, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_animated_properties", "callee": "kivy.animation.Animation.__init__", "lineno": 380, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_transition", "callee": "kivy.animation.Animation.__init__", "lineno": 385, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_transition", "callee": "kivy.animation.Animation.__init__", "lineno": 385, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.animation.Animation.__init__", "lineno": 392, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.animation.Animation.__init__", "lineno": 392, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 393, "resolution": "imported_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 394, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 395, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls", "lineno": 396, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 400, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 401, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 402, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 403, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 406, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 407, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 408, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 409, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 412, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 413, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 414, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.sleep", "lineno": 415, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 418, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 419, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.ec_cls.EventCounter.assert_", "lineno": 420, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_animations.TestParallel.test_count_events", "callee": "kivy.tests.test_animations.no_animations_being_played", "lineno": 421, "resolution": "direct_name_call" } ], "kivy.tests.test_app": [ { "caller": "kivy.tests.test_app.AppTest.test_start_raw_app", "callee": "kivy.app.App.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.AppTest.test_start_raw_app", "callee": "kivy.app.App.run", "lineno": 17, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_app.AppTest.test_user_data_dir", "callee": "kivy.app.App.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.AppTest.test_user_cache_dir", "callee": "kivy.app.App.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.AppTest.test_directory", "callee": "kivy.app.App.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.TestApp.basic_app.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.TestApp.scatter_app.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 96, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.TestApp.scatter_app.build", "callee": "kivy.uix.scatter.Scatter.__init__", "lineno": 97, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.TestApp.scatter_app.build", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 98, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_app.test_drag_app", "callee": ".math.isclose", "lineno": 113, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_app.test_drag_app", "callee": ".math.isclose", "lineno": 114, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_app.TestApp.text_app.build", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 123, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.TestApp.graphics_app.build", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 152, "resolution": "imported_call" }, { "caller": "kivy.tests.test_app.kv_app_ref_app", "callee": ".textwrap.dedent", "lineno": 183, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_app.TestApp.kv_app_default_ref_app.build", "callee": ".textwrap.dedent", "lineno": 209, "resolution": "external_constructor_call" } ], "kivy.tests.test_app_on_ready": [ { "caller": "kivy.tests.test_app_on_ready.TestOnReady.test_on_ready_is_called", "callee": "kivy.tests.test_app_on_ready.ReadyFlagApp.", "lineno": 19, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_app_on_ready.TestOnReady.test_on_ready_is_called", "callee": "kivy.app.App._trigger_ready_once", "lineno": 21, "resolution": "local_typed_method_call" } ], "kivy.tests.test_audio": [ { "caller": "kivy.tests.test_audio.AudioTestCase.get_sound", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 24, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio.AudioTestCase.test_length_simple", "callee": "kivy.tests.test_audio.AudioTestCase.get_sound", "lineno": 27, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_audio.AudioTestCase.test_length_simple", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 30, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_audio.AudioTestCase.test_length_playing", "callee": "kivy.tests.test_audio.AudioTestCase.get_sound", "lineno": 36, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_audio.AudioTestCase.test_length_playing", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 41, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_audio.AudioTestCase.test_length_playing", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 44, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_audio.AudioTestCase.test_length_stopped", "callee": "kivy.tests.test_audio.AudioTestCase.get_sound", "lineno": 48, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_audio.AudioTestCase.test_length_stopped", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 55, "resolution": "external_inherited_call" } ], "kivy.tests.test_audio_provider": [ { "caller": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_returns_list", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 21, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_not_empty", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 28, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_contains_strings", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 35, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_lowercase", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 43, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_matches_classes", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 53, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_matches_classes", "callee": ".list.append", "lineno": 60, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_audio_provider.TestAvailableProviders.test_available_providers_no_sound_prefix", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 72, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter.test_load_with_explicit_provider", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 113, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter.test_load_with_explicit_provider", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 121, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter.test_provider_case_insensitive", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 128, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestAudioOutputProviderParameter.test_provider_case_insensitive", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 134, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_invalid_provider_lenient_mode", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 154, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_invalid_provider_strict_mode", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 167, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_unsupported_format_strict_mode", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 177, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_audio_provider.TestInvalidProviderHandling.test_unsupported_format_strict_mode", "callee": "kivy.core.audio_output.SoundLoader.load", "lineno": 186, "resolution": "qualified_module_call" } ], "kivy.tests.test_benchmark": [ { "caller": "kivy.tests.test_benchmark.kivy_benchmark", "callee": "kivy.context.Context.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.kivy_benchmark", "callee": "kivy.clock.ClockBase.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.kivy_benchmark", "callee": "kivy.factory.FactoryBase.create_from", "lineno": 23, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_benchmark.kivy_benchmark", "callee": "kivy.lang.builder.BuilderBase.create_from", "lineno": 24, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_benchmark.kivy_benchmark", "callee": "kivy.cache.Cache.remove", "lineno": 31, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_benchmark.kivy_benchmark", "callee": "kivy.context.Context.push", "lineno": 44, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_benchmark.kivy_benchmark", "callee": "kivy.context.Context.pop", "lineno": 48, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_benchmark.test_event_dispatcher_creation", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 58, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_creation", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 64, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_creation", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 65, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_kv_widget_creation", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 85, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_complex_kv_widget", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 121, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_complex_kv_widget", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 123, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_property_creation", "callee": "kivy.tests.test_benchmark.get_event_class", "lineno": 173, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_property_creation", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 177, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_property_set", "callee": "kivy.tests.test_benchmark.get_event_class", "lineno": 199, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_property_set", "callee": "kivy.tests.test_benchmark.test_property_set.set_property", "lineno": 209, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_benchmark.test_property_set", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 210, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_empty_draw", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 218, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_empty_draw", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 220, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_empty_draw", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 220, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_empty_draw", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 223, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 231, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 233, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 235, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 235, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 236, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "callee": "kivy.tests.common.UnitTestTouch.__init__", "lineno": 238, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_widget_dispatch_touch", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 245, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_random_label_create", "callee": "kivy.uix.label.Label.__init__", "lineno": 255, "resolution": "imported_call" }, { "caller": "kivy.tests.test_benchmark.test_random_label_create", "callee": ".random.randint", "lineno": 262, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_benchmark.test_random_label_create", "callee": ".list.append", "lineno": 263, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_benchmark.test_random_label_create.make_labels", "callee": ".list.append", "lineno": 268, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_benchmark.test_random_label_create", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 272, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_benchmark.test_parse_kv", "callee": "kivy.tests.test_benchmark.test_parse_kv.parse_kv", "lineno": 291, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_benchmark.test_parse_kv", "callee": "kivy.tests.test_benchmark.kivy_benchmark", "lineno": 292, "resolution": "direct_name_call" } ], "kivy.tests.test_buttonbehavior": [ { "caller": "kivy.tests.test_buttonbehavior.create_mock_touch", "callee": ".unittest.mock.Mock", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.setUp", "callee": "kivy.tests.test_buttonbehavior.BasicButton.__init__", "lineno": 38, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_event", "callee": ".unittest.mock.Mock", "lineno": 57, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_event", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 60, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_event", "callee": ".unittest.mock.Mock", "lineno": 70, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_event", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 73, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_outside_no_release", "callee": ".unittest.mock.Mock", "lineno": 83, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_outside_no_release", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 87, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_always_release_true", "callee": ".unittest.mock.Mock", "lineno": 101, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_always_release_true", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 105, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_ignore_mouse_scrolling", "callee": ".unittest.mock.Mock", "lineno": 119, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_ignore_touch_outside", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 131, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_event", "callee": ".unittest.mock.Mock", "lineno": 139, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_event", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 142, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_not_fired_if_always_release", "callee": ".unittest.mock.Mock", "lineno": 156, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_not_fired_if_always_release", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 159, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_grab_ungrab", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 171, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_override", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 188, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_override", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 203, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_override", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 220, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multiple_touches_only_one_press", "callee": ".unittest.mock.Mock", "lineno": 231, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multiple_touches_only_one_press", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 235, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multiple_touches_only_one_press", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 240, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_release_only_after_all_touches_released", "callee": ".unittest.mock.Mock", "lineno": 249, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_release_only_after_all_touches_released", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 253, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_release_only_after_all_touches_released", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 258, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_pressed_state_with_multiple_touches", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 278, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_pressed_state_with_multiple_touches", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 283, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_pressed_state_with_multiple_touches", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 288, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_cancel_with_multiple_touches", "callee": ".unittest.mock.Mock", "lineno": 309, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_cancel_with_multiple_touches", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 314, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_cancel_with_multiple_touches", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 318, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_mixed_release_and_cancel_multitouch", "callee": ".unittest.mock.Mock", "lineno": 336, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_mixed_release_and_cancel_multitouch", "callee": ".unittest.mock.Mock", "lineno": 337, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_mixed_release_and_cancel_multitouch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 342, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_mixed_release_and_cancel_multitouch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 346, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_mixed_release_and_cancel_multitouch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 350, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_press_receives_correct_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 379, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_release_receives_correct_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 393, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_on_cancel_receives_correct_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 409, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_press_receives_first_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 427, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_press_receives_first_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 428, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_release_receives_last_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 446, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_release_receives_last_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 447, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_cancel_receives_last_cancelled_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 472, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_multitouch_cancel_receives_last_cancelled_touch", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 473, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_hooks_receive_touch_argument", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 510, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_hooks_receive_touch_argument", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 523, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_buttonbehavior.ButtonBehaviorTestCase.test_touch_argument_consistency_across_events", "callee": "kivy.tests.test_buttonbehavior.create_mock_touch", "lineno": 545, "resolution": "direct_name_call" } ], "kivy.tests.test_clipboard": [], "kivy.tests.test_clock": [ { "caller": "kivy.tests.test_clock.clock_counter", "callee": "kivy.tests.test_clock.ClockCounter.", "lineno": 20, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator.triggered_callback", "callee": "kivy.tests.test_clock.clock_counter", "lineno": 113, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator.triggered_callback", "callee": "kivy.clock.triggered", "lineno": 111, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator", "callee": "kivy.tests.test_clock.test_trigger_decorator.triggered_callback", "lineno": 115, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator_cancel.triggered_callback", "callee": "kivy.tests.test_clock.clock_counter", "lineno": 126, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator_cancel.triggered_callback", "callee": "kivy.clock.triggered", "lineno": 124, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator_cancel", "callee": "kivy.tests.test_clock.test_trigger_decorator_cancel.triggered_callback", "lineno": 128, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator_no_call.triggered_callback", "callee": "kivy.tests.test_clock.clock_counter", "lineno": 139, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_clock.test_trigger_decorator_no_call", "callee": "kivy.tests.test_clock.test_trigger_decorator_no_call.triggered_callback", "lineno": 141, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock.test_clock_ended_callback", "callee": "kivy.tests.test_clock.ClockCounter.", "lineno": 206, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock.test_clock_ended_callback", "callee": "kivy.tests.test_clock.ClockCounter.", "lineno": 207, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock.test_clock_ended_del_safe", "callee": "kivy.tests.test_clock.ClockCounter.", "lineno": 220, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock.test_clock_ended_del_safe_raises", "callee": "kivy.tests.test_clock.ClockCounter.", "lineno": 251, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock.test_clock_stop_twice", "callee": "kivy.tests.test_clock.ClockCounter.", "lineno": 260, "resolution": "same_module_class_call" } ], "kivy.tests.test_clock_triggered": [ { "caller": "kivy.tests.test_clock_triggered.test_triggered_global", "callee": "kivy.tests.test_clock_triggered.ClockCounter.__init__", "lineno": 18, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_global.my_func", "callee": "kivy.clock.triggered", "lineno": 20, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_global", "callee": "kivy.tests.test_clock_triggered.test_triggered_global.my_func", "lineno": 25, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_global", "callee": "kivy.tests.test_clock_triggered.test_triggered_global.my_func", "lineno": 26, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_instance_isolation.__init__", "callee": "kivy.tests.test_clock_triggered.ClockCounter.__init__", "lineno": 41, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_instance_isolation.my_method", "callee": "kivy.clock.triggered", "lineno": 43, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_instance_throttling.__init__", "callee": "kivy.tests.test_clock_triggered.ClockCounter.__init__", "lineno": 70, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_instance_throttling.my_method", "callee": "kivy.clock.triggered", "lineno": 72, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_instance_cancel.__init__", "callee": "kivy.tests.test_clock_triggered.ClockCounter.__init__", "lineno": 92, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_instance_cancel.my_method", "callee": "kivy.clock.triggered", "lineno": 94, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_memory_leak.my_method", "callee": "kivy.clock.triggered", "lineno": 110, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_lazy_init", "callee": "kivy.clock._TriggeredWrapper.__init__", "lineno": 139, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_debounce", "callee": "kivy.tests.test_clock_triggered.ClockCounter.__init__", "lineno": 148, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_debounce.my_func", "callee": "kivy.clock.triggered", "lineno": 150, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_debounce", "callee": "kivy.tests.test_clock_triggered.test_triggered_debounce.my_func", "lineno": 155, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_debounce", "callee": "kivy.tests.test_clock_triggered.test_triggered_debounce.my_func", "lineno": 162, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_callable_as_timeout", "callee": "kivy.tests.test_clock_triggered.ClockCounter.__init__", "lineno": 173, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_callable_as_timeout", "callee": "kivy.tests.test_clock_triggered.test_triggered_callable_as_timeout.my_func", "lineno": 179, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_is_triggered.my_callback", "callee": ".list.append", "lineno": 189, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_is_triggered.my_callback", "callee": "kivy.clock.triggered", "lineno": 187, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.test_triggered_is_triggered", "callee": "kivy.tests.test_clock_triggered.test_triggered_is_triggered.my_callback", "lineno": 193, "resolution": "nested_function_call" }, { "caller": "kivy.tests.test_clock_triggered.MyWidget.test_triggered_is_triggered.my_method", "callee": ".list.append", "lineno": 206, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_clock_triggered.MyWidget.test_triggered_is_triggered.my_method", "callee": "kivy.clock.triggered", "lineno": 204, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_classmethod.my_classmethod", "callee": ".list.append", "lineno": 233, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_classmethod.my_classmethod", "callee": "kivy.clock.triggered", "lineno": 231, "resolution": "imported_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_staticmethod.my_staticmethod", "callee": ".list.append", "lineno": 258, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_clock_triggered.MyClass.test_triggered_staticmethod.my_staticmethod", "callee": "kivy.clock.triggered", "lineno": 256, "resolution": "imported_call" } ], "kivy.tests.test_config": [ { "caller": "kivy.tests.test_config.", "callee": ".os.path.join", "lineno": 5, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_config.", "callee": ".os.path.dirname", "lineno": 5, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_config.test_configparser_callbacks", "callee": "kivy.config.ConfigParser.__init__", "lineno": 13, "resolution": "imported_call" }, { "caller": "kivy.tests.test_config.test_configparser_callbacks", "callee": "kivy.config.ConfigParser.add_callback", "lineno": 16, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_config.test_configparser_callbacks", "callee": "kivy.config.ConfigParser.remove_callback", "lineno": 19, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_config.test_configparser_read", "callee": "kivy.config.ConfigParser.__init__", "lineno": 25, "resolution": "imported_call" }, { "caller": "kivy.tests.test_config.test_configparser_read", "callee": "kivy.config.ConfigParser.read", "lineno": 26, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_config.test_configparser_read", "callee": "kivy.config.ConfigParser.get", "lineno": 27, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_config.test_configparser_setdefaults", "callee": "kivy.config.ConfigParser.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_config.test_configparser_setdefaults", "callee": "kivy.config.ConfigParser.setdefaults", "lineno": 33, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_config.test_configparser_setdefaults", "callee": "kivy.config.ConfigParser.get", "lineno": 35, "resolution": "local_typed_method_call" } ], "kivy.tests.test_core_svg": [ { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_register_adds_provider", "callee": "kivy.tests.test_core_svg._make_mock_provider", "lineno": 83, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_register_adds_provider", "callee": ".unittest.TestCase.assertIn", "lineno": 85, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_register_adds_provider", "callee": ".unittest.TestCase.assertIn", "lineno": 86, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_register_adds_provider", "callee": ".unittest.TestCase.assertIs", "lineno": 87, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_register_raises_without_provider_name", "callee": ".unittest.TestCase.assertRaises", "lineno": 102, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_first_success", "callee": "kivy.tests.test_core_svg._make_mock_provider", "lineno": 107, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_first_success", "callee": "kivy.tests.test_core_svg._make_mock_provider", "lineno": 108, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_first_success", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 111, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_first_success", "callee": ".unittest.TestCase.assertNotIsInstance", "lineno": 112, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_none_when_all_fail", "callee": "kivy.tests.test_core_svg._make_mock_provider", "lineno": 116, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_returns_none_when_all_fail", "callee": ".unittest.TestCase.assertIsNone", "lineno": 119, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_skips_raising_provider", "callee": "kivy.tests.test_core_svg._make_mock_provider", "lineno": 123, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_skips_raising_provider", "callee": "kivy.tests.test_core_svg._make_mock_provider", "lineno": 124, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_data_skips_raising_provider", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 127, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_returns_none_when_file_missing", "callee": "kivy.tests.test_core_svg._make_mock_provider", "lineno": 131, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgLoader.test_load_returns_none_when_file_missing", "callee": ".unittest.TestCase.assertIsNone", "lineno": 134, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_plain_number", "callee": ".unittest.TestCase.assertEqual", "lineno": 148, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_px_suffix", "callee": ".unittest.TestCase.assertEqual", "lineno": 151, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_px_suffix_with_whitespace", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 154, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_whitespace_around_number", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 157, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_zero_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 160, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_zero_px_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 163, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_negative_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 166, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_inf_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 169, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_invalid_string_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 172, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_none_input_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 175, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgParseDim.test_empty_string_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 178, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestParseElementIds.test_returns_all_ids", "callee": ".unittest.TestCase.assertEqual", "lineno": 200, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestParseElementIds.test_no_ids_returns_empty_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 204, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestParseElementIds.test_invalid_xml_returns_empty_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 208, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestParseElementIds.test_empty_bytes_returns_empty_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 211, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestParseElementIds.test_nested_ids_all_included", "callee": ".unittest.TestCase.assertEqual", "lineno": 220, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_replaces_token_with_hex", "callee": ".unittest.TestCase.assertIn", "lineno": 236, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_replaces_token_with_hex", "callee": ".unittest.TestCase.assertNotIn", "lineno": 237, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_multiple_occurrences_all_replaced", "callee": ".unittest.TestCase.assertEqual", "lineno": 242, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_multiple_occurrences_all_replaced", "callee": ".unittest.TestCase.assertNotIn", "lineno": 243, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_no_token_passes_through_unchanged", "callee": ".unittest.TestCase.assertEqual", "lineno": 248, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_ignores_alpha_component", "callee": ".unittest.TestCase.assertEqual", "lineno": 254, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_black_produces_hash_000000", "callee": ".unittest.TestCase.assertIn", "lineno": 259, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestApplyCurrentColor.test_white_produces_hash_ffffff", "callee": ".unittest.TestCase.assertIn", "lineno": 264, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.setUp", "callee": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.__init__", "lineno": 279, "resolution": "imported_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_width_and_height", "callee": ".unittest.TestCase.assertEqual", "lineno": 286, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_width_and_height", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 286, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_px_units_stripped", "callee": ".unittest.TestCase.assertEqual", "lineno": 293, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_px_units_stripped", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 293, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_viewbox_fallback_when_no_width_height", "callee": ".unittest.TestCase.assertEqual", "lineno": 297, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_viewbox_fallback_when_no_width_height", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 297, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_viewbox_comma_separated", "callee": ".unittest.TestCase.assertEqual", "lineno": 301, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_viewbox_comma_separated", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 301, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_only_width_assumes_square", "callee": ".unittest.TestCase.assertEqual", "lineno": 305, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_only_width_assumes_square", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 305, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_only_height_assumes_square", "callee": ".unittest.TestCase.assertEqual", "lineno": 309, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_only_height_assumes_square", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 309, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_invalid_xml_returns_zero_tuple", "callee": ".unittest.TestCase.assertEqual", "lineno": 312, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_invalid_xml_returns_zero_tuple", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 312, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_no_dimension_info_returns_zero_tuple", "callee": ".unittest.TestCase.assertEqual", "lineno": 316, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestProbeSizeFromXml.test_no_dimension_info_returns_zero_tuple", "callee": "kivy.tests.test_core_svg.TestProbeSizeFromXml._probe", "lineno": 316, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "callee": "kivy.core.svg.svg_thorvg.SvgProviderThorvg.__init__", "lineno": 339, "resolution": "imported_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_get_element_ids_before_load_returns_empty", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 344, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_get_element_ids_before_load_returns_empty", "callee": ".unittest.TestCase.assertEqual", "lineno": 345, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_get_document_size_before_load_returns_zero", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 348, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_get_document_size_before_load_returns_zero", "callee": ".unittest.TestCase.assertEqual", "lineno": 349, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_before_load_returns_none", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 352, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_before_load_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 353, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_empty_returns_false", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 358, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_empty_returns_false", "callee": ".unittest.TestCase.assertFalse", "lineno": 359, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_valid_svg_returns_true", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 362, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_valid_svg_returns_true", "callee": ".unittest.TestCase.assertTrue", "lineno": 363, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_populates_element_ids", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 366, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_populates_element_ids", "callee": ".unittest.TestCase.assertIn", "lineno": 368, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_populates_document_size", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 371, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_populates_document_size", "callee": ".unittest.TestCase.assertGreater", "lineno": 374, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_load_data_populates_document_size", "callee": ".unittest.TestCase.assertGreater", "lineno": 375, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_invalid_width_returns_none", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 380, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_invalid_width_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 382, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_invalid_height_returns_none", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 385, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_invalid_height_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 387, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_returns_buffer_of_correct_length", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 390, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_returns_buffer_of_correct_length", "callee": ".unittest.TestCase.assertIsNotNone", "lineno": 396, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_returns_buffer_of_correct_length", "callee": ".unittest.TestCase.assertEqual", "lineno": 397, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_current_color_does_not_raise", "callee": "kivy.tests.test_core_svg.TestSvgProviderThorvg._make_provider", "lineno": 400, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_current_color_does_not_raise", "callee": ".unittest.TestCase.assertIsNotNone", "lineno": 403, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.TestSvgProviderThorvg.test_render_current_color_does_not_raise", "callee": ".unittest.TestCase.assertEqual", "lineno": 404, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_core_svg.", "callee": "kivy.tests.test_core_svg._thorvg_available", "lineno": 323, "resolution": "direct_name_call" } ], "kivy.tests.test_coverage": [], "kivy.tests.test_doc_gallery": [ { "caller": "kivy.tests.test_doc_gallery.test_parse_docstring_info", "callee": "kivy.tools.gallery.parse_docstring_info", "lineno": 5, "resolution": "imported_call" }, { "caller": "kivy.tests.test_doc_gallery.test_parse_docstring_info", "callee": "kivy.tools.gallery.parse_docstring_info", "lineno": 6, "resolution": "imported_call" }, { "caller": "kivy.tests.test_doc_gallery.test_parse_docstring_info", "callee": "kivy.tools.gallery.parse_docstring_info", "lineno": 7, "resolution": "imported_call" }, { "caller": "kivy.tests.test_doc_gallery.test_parse_docstring_info", "callee": "kivy.tools.gallery.parse_docstring_info", "lineno": 10, "resolution": "imported_call" }, { "caller": "kivy.tests.test_doc_gallery.test_parse_docstring_info", "callee": "kivy.tools.gallery.parse_docstring_info", "lineno": 13, "resolution": "imported_call" }, { "caller": "kivy.tests.test_doc_gallery.", "callee": "kivy.tests.test_doc_gallery.test_parse_docstring_info", "lineno": 38, "resolution": "direct_name_call" } ], "kivy.tests.test_effects": [ { "caller": "kivy.tests.test_effects.test_expand_the_capacity_of_the_history", "callee": "kivy.effects.kinetic.KineticEffect.__init__", "lineno": 3, "resolution": "imported_call" }, { "caller": "kivy.tests.test_effects.test_expand_the_capacity_of_the_history", "callee": "kivy.effects.kinetic.KineticEffect.start", "lineno": 4, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_effects.test_expand_the_capacity_of_the_history", "callee": "kivy.effects.kinetic.KineticEffect.update", "lineno": 6, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_effects.test_shrink_the_capacity_of_the_history", "callee": "kivy.effects.kinetic.KineticEffect.__init__", "lineno": 14, "resolution": "imported_call" }, { "caller": "kivy.tests.test_effects.test_shrink_the_capacity_of_the_history", "callee": "kivy.effects.kinetic.KineticEffect.start", "lineno": 15, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_effects.test_shrink_the_capacity_of_the_history", "callee": "kivy.effects.kinetic.KineticEffect.update", "lineno": 17, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_effects.test_ScrollEffect_reset", "callee": "kivy.effects.scroll.ScrollEffect.", "lineno": 25, "resolution": "imported_call" }, { "caller": "kivy.tests.test_effects.test_ScrollEffect_reset", "callee": "kivy.effects.scroll.ScrollEffect.start", "lineno": 26, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_effects.test_ScrollEffect_reset", "callee": "kivy.effects.scroll.ScrollEffect.update", "lineno": 27, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_effects.test_ScrollEffect_reset", "callee": "kivy.effects.scroll.ScrollEffect.reset", "lineno": 29, "resolution": "local_typed_method_call" } ], "kivy.tests.test_environ_cli": [ { "caller": "kivy.tests.test_environ_cli._patch_env", "callee": ".dict.update", "lineno": 23, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_environ_cli.test_env_exist", "callee": "kivy.tests.test_environ_cli._patch_env", "lineno": 38, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_environ_cli.test_env_exist", "callee": "kivy.tests.test_environ_cli._kivy_subproces_import", "lineno": 39, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_environ_cli.test_env_not_exist", "callee": "kivy.tests.test_environ_cli._patch_env", "lineno": 48, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_environ_cli.test_env_not_exist", "callee": "kivy.tests.test_environ_cli._kivy_subproces_import", "lineno": 49, "resolution": "direct_name_call" } ], "kivy.tests.test_fbo": [ { "caller": "kivy.tests.test_fbo.FBOGetPixelColorTest.test_fbo_get_pixel_color", "callee": "kivy.tests.test_fbo.FboTest.__init__", "lineno": 37, "resolution": "same_module_class_call" } ], "kivy.tests.test_filechooser": [ { "caller": "kivy.tests.test_filechooser.FileChooserTestCase.test_filechooserlistview", "callee": ".os.path.expanduser", "lineno": 10, "resolution": "external_constructor_call" } ], "kivy.tests.test_filechooser_unicode": [ { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".os.path.dirname", "lineno": 20, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".os.path.join", "lineno": 21, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".os.path.join", "lineno": 30, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".os.path.isdir", "lineno": 31, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".os.mkdir", "lineno": 32, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".os.path.join", "lineno": 44, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".zipfile.ZipFile", "lineno": 45, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.setUp", "callee": ".os.path.join", "lineno": 45, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.test_filechooserlistview_unicode", "callee": ".os.path.join", "lineno": 66, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.test_filechooserlistview_unicode", "callee": ".unittest.TestCase.assertIn", "lineno": 68, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.test_filechooserlistview_unicode", "callee": ".unittest.TestCase.assertIn", "lineno": 71, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.tearDown", "callee": ".os.remove", "lineno": 76, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_filechooser_unicode.FileChooserUnicodeTestCase.tearDown", "callee": ".os.rmdir", "lineno": 80, "resolution": "external_constructor_call" } ], "kivy.tests.test_fonts": [ { "caller": "kivy.tests.test_fonts.FontTestCase.setUp", "callee": ".os.path.dirname", "lineno": 13, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.setUp", "callee": ".os.path.join", "lineno": 14, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.setUp", "callee": ".os.path.exists", "lineno": 16, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.setUp", "callee": ".os.path.join", "lineno": 19, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.setUp", "callee": ".os.path.exists", "lineno": 20, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.setUp", "callee": ".zipfile.ZipFile", "lineno": 22, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.setUp", "callee": ".os.path.join", "lineno": 22, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.test_unicode_name", "callee": ".unittest.TestCase.assertNotEqual", "lineno": 32, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_fonts.FontTestCase.tearDown", "callee": ".os.path.exists", "lineno": 38, "resolution": "external_constructor_call" } ], "kivy.tests.test_garden": [ { "caller": "kivy.tests.test_garden.test_garden_import_module", "callee": ".tempfile.TemporaryDirectory", "lineno": 8, "resolution": "external_constructor_call" } ], "kivy.tests.test_graphics": [ { "caller": "kivy.tests.test_graphics.BoxShadowTest.test_create", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.BoxShadowTest.test_create", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 40, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.BoxShadowTest.test_create", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 55, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.BoxShadowTest.test_canvas_management", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 252, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.BoxShadowTest.test_canvas_management", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 258, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_circle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 282, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_circle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 289, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_circle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 296, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_ellipse", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 310, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_point", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 323, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_point", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 330, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_point_add", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 342, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_line_rounded_rectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 362, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_line_rounded_rectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 376, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_line_rounded_rectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 390, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_line_rounded_rectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 405, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_line_rounded_rectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 419, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_line_rounded_rectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 433, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_smoothline_rounded_rectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 453, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.VertexInstructionTest.test_enlarged_line", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 467, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._convert_points", "lineno": 510, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_antialiasing_line", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 616, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_antialiasing_line", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 622, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_antialiasing_line", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 627, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_antialiasing_line", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 633, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothrectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 641, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothrectangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 646, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothrectangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._get_texture", "lineno": 671, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothrectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 685, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothrectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 692, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 705, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 715, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._get_texture", "lineno": 740, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 752, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 759, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 767, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothroundedrectangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 776, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 791, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 800, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._get_texture", "lineno": 827, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 839, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 850, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 860, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothellipse", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 867, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothtriangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 880, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothtriangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 892, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothtriangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 898, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothtriangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 910, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothtriangle", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 917, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothtriangle", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._get_texture", "lineno": 935, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothquad", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 953, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothquad", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 958, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothquad", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 964, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothquad", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._filtered_points", "lineno": 969, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothquad", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 976, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.SmoothVertexInstructionTest.test_smoothquad", "callee": "kivy.tests.test_graphics.SmoothVertexInstructionTest._get_texture", "lineno": 994, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.TransformationsTestCase.test_translate_creation", "callee": "kivy.tests.test_graphics.TransformationsTestCase.check_transform_works", "lineno": 1049, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.TransformationsTestCase.test_scale_creation", "callee": "kivy.tests.test_graphics.TransformationsTestCase.check_transform_works", "lineno": 1053, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_graphics.CallbackInstructionTest.test_from_kv", "callee": ".textwrap.dedent", "lineno": 1062, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_graphics.widget_verify_thread", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 1081, "resolution": "imported_call" }, { "caller": "kivy.tests.test_graphics.test_create_graphics_second_thread", "callee": ".threading.Thread", "lineno": 1118, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_graphics.test_change_graphics_second_thread", "callee": ".threading.Thread", "lineno": 1147, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_graphics.Test_glReadPixels_inplace.test_a_buffer_of_exact_size", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 1167, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_graphics.Test_glReadPixels_inplace.test_a_buffer_too_large", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 1177, "resolution": "inherited_method_call" } ], "kivy.tests.test_image": [ { "caller": "kivy.tests.test_image.ImageTestCase.setUp", "callee": "kivy.core.image.Image.__init__", "lineno": 17, "resolution": "imported_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_keep_data", "callee": ".unittest.TestCase.assertEqual", "lineno": 22, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_keep_data", "callee": ".unittest.TestCase.fail", "lineno": 25, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": "kivy.core.image.Image.load", "lineno": 37, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertIsNotNone", "lineno": 38, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertRaises", "lineno": 41, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertTrue", "lineno": 48, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertTrue", "lineno": 50, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertTrue", "lineno": 55, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertTrue", "lineno": 70, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertTrue", "lineno": 71, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_image.ImageTestCase.test_save_into_bytesio", "callee": ".unittest.TestCase.assertTrue", "lineno": 74, "resolution": "external_inherited_call" } ], "kivy.tests.test_imageloader": [ { "caller": "kivy.tests.test_imageloader.match_prediction", "callee": "kivy.tests.test_imageloader.bytes_per_pixel", "lineno": 100, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.match_prediction", "callee": "kivy.tests.test_imageloader.get_pixel_alpha", "lineno": 126, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.match_prediction", "callee": "kivy.tests.test_imageloader.get_pixel_alpha", "lineno": 128, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.match_prediction", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 131, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.__init__", "callee": ".collections.defaultdict", "lineno": 160, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.ok", "callee": "kivy.tests.test_imageloader._TestContext.dbg", "lineno": 184, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.ok", "callee": "kivy.tests.test_imageloader._TestContext._incstat", "lineno": 185, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.ok", "callee": "kivy.tests.test_imageloader._TestContext.end", "lineno": 186, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.skip", "callee": "kivy.tests.test_imageloader._TestContext.dbg", "lineno": 191, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.skip", "callee": "kivy.tests.test_imageloader._TestContext._incstat", "lineno": 192, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.skip", "callee": "kivy.tests.test_imageloader._TestContext.end", "lineno": 193, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.fail", "callee": "kivy.tests.test_imageloader._TestContext.dbg", "lineno": 198, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.fail", "callee": "kivy.tests.test_imageloader._TestContext._incstat", "lineno": 199, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext.fail", "callee": "kivy.tests.test_imageloader._TestContext.end", "lineno": 200, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat.IS", "callee": ".collections.defaultdict", "lineno": 213, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 215, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 216, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 217, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 218, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 219, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 220, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 221, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 222, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader._TestContext._incstat", "callee": "kivy.tests.test_imageloader._TestContext._incstat.IS", "lineno": 223, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.setUp", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._prepare_images", "lineno": 231, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._prepare_images", "callee": "kivy.tests.test_imageloader.asset", "lineno": 250, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "callee": "kivy.tests.test_imageloader._TestContext.__init__", "lineno": 274, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "callee": "kivy.tests.test_imageloader._TestContext.start", "lineno": 282, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "callee": "kivy.tests.test_imageloader.asset", "lineno": 283, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "callee": "kivy.tests.test_imageloader._TestContext.skip", "lineno": 287, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "lineno": 289, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "callee": "kivy.tests.test_imageloader._TestContext.end", "lineno": 290, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "callee": ".unittest.TestCase.fail", "lineno": 294, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.bytes_per_pixel", "lineno": 316, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.bytes_per_pixel", "lineno": 317, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.bytes_per_pixel", "lineno": 320, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.bytes_per_pixel", "lineno": 321, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.match_prediction", "lineno": 327, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image.debug", "lineno": 338, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.has_alpha", "lineno": 339, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image.debug", "lineno": 341, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image.debug", "lineno": 345, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image.debug", "lineno": 349, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_image.debug", "lineno": 352, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderSDL3", "callee": ".dict.get", "lineno": 358, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderSDL3", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "lineno": 362, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderPIL", "callee": ".dict.get", "lineno": 365, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderPIL", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "lineno": 366, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderFFPy", "callee": ".dict.get", "lineno": 369, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderFFPy", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "lineno": 370, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderGIF", "callee": ".dict.get", "lineno": 373, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderGIF", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "lineno": 374, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderDDS", "callee": ".dict.get", "lineno": 377, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderDDS", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "lineno": 378, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderTex", "callee": ".dict.get", "lineno": 381, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderTex", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "lineno": 382, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderImageIO", "callee": ".dict.get", "lineno": 385, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_ImageLoaderImageIO", "callee": "kivy.tests.test_imageloader.ImageLoaderTestCase._test_imageloader", "lineno": 386, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_missing_tests", "callee": ".unittest.TestCase.assertTrue", "lineno": 392, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ImageLoaderTestCase.test_missing_tests", "callee": ".unittest.TestCase.assertTrue", "lineno": 393, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.", "callee": "kivy.tests.test_imageloader.asset", "lineno": 226, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 409, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 409, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 410, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 410, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 411, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 411, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 412, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 412, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 413, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 413, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 414, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 414, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 415, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 415, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 416, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_2x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 416, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 431, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 431, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 432, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 432, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 433, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 433, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 434, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 434, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 435, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 435, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 436, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 436, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": ".unittest.TestCase.assertEqual", "lineno": 437, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_3x1", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 437, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 458, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 458, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 459, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 459, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 460, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 460, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 461, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 461, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 462, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 462, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 463, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 463, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 464, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 464, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": ".unittest.TestCase.assertEqual", "lineno": 465, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_imageloader.ConverterTestCase.test_internal_converter_1x3", "callee": "kivy.tests.test_imageloader.rgba_to", "lineno": 465, "resolution": "direct_name_call" } ], "kivy.tests.test_image_provider": [ { "caller": "kivy.tests.test_image_provider.TestAvailableProviders.test_available_providers_matches_loaders", "callee": ".list.append", "lineno": 74, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_image_provider.TestInvalidProviderHandling.test_invalid_provider_lenient_mode", "callee": "kivy.core.image.ImageLoader.load", "lineno": 336, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_image_provider.TestInvalidProviderHandling.test_invalid_provider_strict_mode", "callee": "kivy.core.image.ImageLoader.load", "lineno": 353, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_image_provider.TestWidgetImageProvider.test_image_widget_provider_property", "callee": "kivy.core.image.Image.__init__", "lineno": 443, "resolution": "imported_call" }, { "caller": "kivy.tests.test_image_provider.TestWidgetImageProvider.test_image_widget_default_provider_none", "callee": "kivy.core.image.Image.__init__", "lineno": 450, "resolution": "imported_call" }, { "caller": "kivy.tests.test_image_provider.TestWidgetImageProvider.test_image_widget_change_provider", "callee": "kivy.core.image.Image.__init__", "lineno": 462, "resolution": "imported_call" }, { "caller": "kivy.tests.test_image_provider.TestAsyncImageProvider.test_async_image_has_provider_property", "callee": "kivy.uix.image.AsyncImage.__init__", "lineno": 489, "resolution": "imported_call" }, { "caller": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_path", "callee": ".pathlib.Path", "lineno": 500, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_with_invalid_provider_strict_mode", "callee": "kivy.core.image.ImageLoader.load", "lineno": 539, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_image_provider.TestZipImageProvider.test_zip_with_invalid_provider_lenient_mode", "callee": "kivy.core.image.ImageLoader.load", "lineno": 551, "resolution": "qualified_module_call" } ], "kivy.tests.test_invalid_lang": [ { "caller": "kivy.tests.test_invalid_lang.InvalidLangTestCase.test_invalid_childname", "callee": ".unittest.TestCase.fail", "lineno": 21, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_invalid_lang.InvalidLangTestCase.test_invalid_childname_before", "callee": ".unittest.TestCase.fail", "lineno": 40, "resolution": "external_inherited_call" } ], "kivy.tests.test_kivy_init": [ { "caller": "kivy.tests.test_kivy_init.test_kivy_configure", "callee": ".unittest.mock.Mock", "lineno": 10, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_kivy_init.test_kivy_configure", "callee": "kivy.kivy_register_post_configuration", "lineno": 11, "resolution": "imported_call" }, { "caller": "kivy.tests.test_kivy_init.test_kivy_configure", "callee": "kivy.kivy_configure", "lineno": 12, "resolution": "imported_call" }, { "caller": "kivy.tests.test_kivy_init.test_kivy_get_includes", "callee": "kivy.get_includes", "lineno": 19, "resolution": "imported_call" }, { "caller": "kivy.tests.test_kivy_init.test_kivy_get_includes", "callee": ".os.path.exists", "lineno": 22, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_kivy_init.test_kivy_get_includes", "callee": ".os.path.isdir", "lineno": 22, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_kivy_init.test_kivy_usage", "callee": ".unittest.mock.patch", "lineno": 28, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_kivy_init.test_kivy_usage", "callee": "kivy.kivy_usage", "lineno": 29, "resolution": "imported_call" } ], "kivy.tests.test_knspace": [ { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_not_exists", "callee": ".unittest.TestCase.assertRaises", "lineno": 12, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_not_exists_property", "callee": ".unittest.TestCase.assertRaises", "lineno": 16, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_not_exists_property", "callee": ".unittest.TestCase.assertIsNone", "lineno": 18, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_proxy_ref", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 46, "resolution": "imported_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_proxy_ref", "callee": ".unittest.TestCase.assertIs", "lineno": 48, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_proxy_ref", "callee": ".unittest.TestCase.assertIs", "lineno": 50, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_constructor", "callee": ".unittest.TestCase.assertEqual", "lineno": 60, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_re_assign", "callee": ".unittest.TestCase.assertEqual", "lineno": 70, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_re_assign", "callee": ".unittest.TestCase.assertEqual", "lineno": 72, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple", "callee": ".unittest.TestCase.assertEqual", "lineno": 85, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple", "callee": ".unittest.TestCase.assertIs", "lineno": 86, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple", "callee": ".unittest.TestCase.assertIsNot", "lineno": 87, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple", "callee": ".unittest.TestCase.assertEqual", "lineno": 88, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple", "callee": ".unittest.TestCase.assertEqual", "lineno": 90, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_multiple_names", "callee": ".unittest.TestCase.assertEqual", "lineno": 107, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_multiple_names", "callee": ".unittest.TestCase.assertEqual", "lineno": 108, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 124, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 126, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_name_change", "callee": ".unittest.TestCase.assertEqual", "lineno": 139, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_name_change", "callee": ".unittest.TestCase.assertIsNone", "lineno": 141, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_simple_name_change", "callee": ".unittest.TestCase.assertEqual", "lineno": 142, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_string", "callee": ".unittest.TestCase.assertEqual", "lineno": 161, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_string", "callee": ".unittest.TestCase.assertEqual", "lineno": 162, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 172, "resolution": "imported_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 173, "resolution": "imported_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": ".unittest.TestCase.assertEqual", "lineno": 178, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": ".unittest.TestCase.assertEqual", "lineno": 179, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": ".unittest.TestCase.assertEqual", "lineno": 180, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": ".unittest.TestCase.assertEqual", "lineno": 186, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": ".unittest.TestCase.assertEqual", "lineno": 187, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": ".unittest.TestCase.assertIsNone", "lineno": 191, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork", "callee": ".unittest.TestCase.assertIsNone", "lineno": 193, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 218, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 219, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 220, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 221, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 224, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 225, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 226, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 227, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 232, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 233, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 234, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 235, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 238, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 239, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 240, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 241, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 244, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 245, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 246, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_knspace.KNSpaceTestCase.test_fork_binding", "callee": ".unittest.TestCase.assertEqual", "lineno": 247, "resolution": "external_inherited_call" } ], "kivy.tests.test_lang": [ { "caller": "kivy.tests.test_lang.BaseClass.__init__", "callee": ".weakref.proxy", "lineno": 19, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.BaseClass.fbind", "callee": ".functools.partial", "lineno": 44, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_invalid_indentation", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 76, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_invalid_indentation", "callee": ".textwrap.dedent", "lineno": 78, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_invalid_indentation", "callee": ".unittest.TestCase.fail", "lineno": 86, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_invalid_indentation2", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 91, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_invalid_indentation2", "callee": ".unittest.TestCase.fail", "lineno": 97, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_loading_failed_1", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 103, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_loading_failed_1", "callee": ".textwrap.dedent", "lineno": 106, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_loading_failed_1", "callee": ".unittest.TestCase.fail", "lineno": 109, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_parser_numeric_1", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 114, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_parser_numeric_1", "callee": ".unittest.TestCase.assertEqual", "lineno": 118, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_parser_numeric_2", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 121, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_parser_numeric_2", "callee": ".unittest.TestCase.assertEqual", "lineno": 125, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_references", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 128, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_references", "callee": ".textwrap.dedent", "lineno": 129, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_references", "callee": ".unittest.TestCase.assertTrue", "lineno": 138, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_references", "callee": ".unittest.TestCase.assertTrue", "lineno": 139, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_template_syntax_removed", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 144, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_template_syntax_removed", "callee": ".textwrap.dedent", "lineno": 146, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_template_syntax_removed", "callee": ".unittest.TestCase.fail", "lineno": 152, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_template_syntax_removed", "callee": ".unittest.TestCase.assertIn", "lineno": 154, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_multiline", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 157, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_multiline", "callee": ".textwrap.dedent", "lineno": 158, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_multiline", "callee": ".unittest.TestCase.assertTrue", "lineno": 169, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_multiline", "callee": ".unittest.TestCase.assertEqual", "lineno": 171, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_eight_spaces", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 174, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_eight_spaces", "callee": ".textwrap.dedent", "lineno": 175, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_eight_spaces", "callee": ".unittest.TestCase.assertTrue", "lineno": 186, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_eight_spaces", "callee": ".unittest.TestCase.assertEqual", "lineno": 188, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_one_space", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 191, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_one_space", "callee": ".textwrap.dedent", "lineno": 192, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_one_space", "callee": ".unittest.TestCase.assertTrue", "lineno": 203, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_one_space", "callee": ".unittest.TestCase.assertEqual", "lineno": 205, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_two_spaces", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 208, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_two_spaces", "callee": ".textwrap.dedent", "lineno": 209, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_two_spaces", "callee": ".unittest.TestCase.assertTrue", "lineno": 220, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_with_two_spaces", "callee": ".unittest.TestCase.assertEqual", "lineno": 222, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_property_trailingspace", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 225, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_property_trailingspace", "callee": ".textwrap.dedent", "lineno": 226, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_property_trailingspace", "callee": ".unittest.TestCase.assertTrue", "lineno": 234, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_property_trailingspace", "callee": ".unittest.TestCase.assertEqual", "lineno": 235, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_property_trailingspace", "callee": ".unittest.TestCase.assertEqual", "lineno": 239, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "callee": ".textwrap.dedent", "lineno": 252, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "callee": ".unittest.TestCase.assertEqual", "lineno": 266, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "callee": ".unittest.TestCase.assertEqual", "lineno": 267, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "callee": ".unittest.TestCase.assertEqual", "lineno": 268, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "callee": ".unittest.TestCase.assertEqual", "lineno": 269, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "callee": ".unittest.TestCase.assertEqual", "lineno": 272, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_kv_python_init", "callee": ".unittest.TestCase.assertEqual", "lineno": 273, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_apply_rules", "callee": "kivy.tests.test_lang.LangTestCase.import_builder", "lineno": 276, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_apply_rules", "callee": ".unittest.TestCase.assertIsNone", "lineno": 280, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_apply_rules", "callee": ".unittest.TestCase.assertEqual", "lineno": 282, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_load_utf8", "callee": ".tempfile.mkstemp", "lineno": 287, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_load_utf8", "callee": ".textwrap.dedent", "lineno": 288, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_bind_fstring", "callee": ".textwrap.dedent", "lineno": 298, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_bind_fstring_reference", "callee": ".textwrap.dedent", "lineno": 309, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_bind_fstring_expressions", "callee": ".textwrap.dedent", "lineno": 324, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_bind_fstring_expressions_should_not_bind", "callee": ".textwrap.dedent", "lineno": 364, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang.LangTestCase.test_fstring_nested_property_binding", "callee": ".textwrap.dedent", "lineno": 400, "resolution": "external_constructor_call" } ], "kivy.tests.test_lang_complex": [ { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertTrue", "lineno": 79, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertEqual", "lineno": 80, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertEqual", "lineno": 81, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertEqual", "lineno": 82, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertTrue", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertEqual", "lineno": 84, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertTrue", "lineno": 85, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_complex.LangComplexTestCase.test_complex_rewrite", "callee": ".unittest.TestCase.assertEqual", "lineno": 86, "resolution": "external_inherited_call" } ], "kivy.tests.test_lang_pre_process_and_post_process": [ { "caller": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.check_event", "callee": ".collections.defaultdict", "lineno": 152, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lang_pre_process_and_post_process.TestEventsBase.get_base_class.on_kv_pre", "callee": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.add", "lineno": 186, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_lang_pre_process_and_post_process.TestEventsBase.get_base_class.on_kv_applied", "callee": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.add", "lineno": 189, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_lang_pre_process_and_post_process.TestEventsBase.get_base_class.on_kv_post", "callee": "kivy.tests.test_lang_pre_process_and_post_process.TrackCallbacks.add", "lineno": 193, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_instantiate_from_kv", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 264, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_instantiate_from_kv_with_event", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 286, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lang_pre_process_and_post_process.TestKvEvents.test_instantiate_from_kv_with_child", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 317, "resolution": "external_inherited_call" } ], "kivy.tests.test_logger": [ { "caller": "kivy.tests.test_logger.test_purge_logs", "callee": "kivy.logger.FileHandler.", "lineno": 42, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_purge_logs", "callee": "kivy.logger.FileHandler._configure", "lineno": 43, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_logger.test_purge_logs", "callee": "kivy.logger.FileHandler.purge_logs", "lineno": 54, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_logger.test_purge_logs", "callee": ".set.remove", "lineno": 61, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_logger.configured_string_logging", "callee": ".io.StringIO", "lineno": 142, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_logger.test_colonsplittinglogrecord_with_colon", "callee": "kivy.logger.ColonSplittingLogRecord.__init__", "lineno": 179, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_colonsplittinglogrecord_without_colon", "callee": "kivy.logger.ColonSplittingLogRecord.__init__", "lineno": 200, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_colonsplittinglogrecord_without_colon", "callee": "kivy.logger.ColonSplittingLogRecord.__init__", "lineno": 216, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_uncoloredlogrecord_without_markup", "callee": "kivy.logger.UncoloredLogRecord.__init__", "lineno": 235, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_uncoloredlogrecord_without_markup", "callee": "kivy.logger.UncoloredLogRecord.__init__", "lineno": 251, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_uncoloredlogrecord_with_markup", "callee": "kivy.logger.UncoloredLogRecord.__init__", "lineno": 269, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_coloredlogrecord_without_markup", "callee": "kivy.logger.ColoredLogRecord.__init__", "lineno": 291, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_coloredlogrecord_without_markup", "callee": "kivy.logger.ColoredLogRecord.__init__", "lineno": 310, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_coloredlogrecord_with_markup", "callee": "kivy.logger.ColoredLogRecord.__init__", "lineno": 328, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_kivyformatter_colon_no_color", "callee": "kivy.logger.KivyFormatter.__init__", "lineno": 342, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_kivyformatter_colon_no_color", "callee": "kivy.tests.test_logger.configured_string_logging", "lineno": 343, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_kivyformatter_colon_color", "callee": "kivy.logger.KivyFormatter.__init__", "lineno": 351, "resolution": "imported_call" }, { "caller": "kivy.tests.test_logger.test_kivyformatter_colon_color", "callee": "kivy.tests.test_logger.configured_string_logging", "lineno": 353, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.simulate_evacuation", "callee": "kivy.tests.test_logger.NuclearReactorMonitoringHandler.__init__", "lineno": 417, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_logger.test_third_party_handlers_work", "callee": "kivy.tests.test_logger.simulate_evacuation", "lineno": 431, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.are_regular_logs_handled", "callee": "kivy.logger.LoggerHistory.clear_history", "lineno": 437, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_logger.are_kivy_logger_logs_handled", "callee": "kivy.logger.LoggerHistory.clear_history", "lineno": 445, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_logger.is_stderr_output_handled", "callee": "kivy.logger.LoggerHistory.clear_history", "lineno": 453, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_logger.test_kivy_mode_handlers", "callee": "kivy.tests.test_logger.are_regular_logs_handled", "lineno": 464, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_kivy_mode_handlers", "callee": "kivy.tests.test_logger.are_kivy_logger_logs_handled", "lineno": 465, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_python_mode_handlers", "callee": "kivy.tests.test_logger.are_regular_logs_handled", "lineno": 477, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_python_mode_handlers", "callee": "kivy.tests.test_logger.are_kivy_logger_logs_handled", "lineno": 478, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_python_mode_handlers", "callee": "kivy.tests.test_logger.is_stderr_output_handled", "lineno": 479, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_mixed_mode_handlers", "callee": "kivy.tests.test_logger.are_regular_logs_handled", "lineno": 488, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_mixed_mode_handlers", "callee": "kivy.tests.test_logger.are_kivy_logger_logs_handled", "lineno": 489, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_mixed_mode_handlers", "callee": "kivy.tests.test_logger.is_stderr_output_handled", "lineno": 490, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_logger.test_logger_fix_8345", "callee": "kivy.logger.add_kivy_handlers", "lineno": 509, "resolution": "imported_call" } ], "kivy.tests.test_lottie_provider": [ { "caller": "kivy.tests.test_lottie_provider.", "callee": ".pathlib.Path", "lineno": 29, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_initial_state", "callee": "kivy.core.lottie.LottieBase.__init__", "lineno": 68, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_initial_state", "callee": ".unittest.TestCase.assertEqual", "lineno": 69, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_initial_state", "callee": ".unittest.TestCase.assertIsNone", "lineno": 70, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_initial_state", "callee": ".unittest.TestCase.assertEqual", "lineno": 71, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_initial_state", "callee": ".unittest.TestCase.assertEqual", "lineno": 72, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_initial_state", "callee": ".unittest.TestCase.assertEqual", "lineno": 73, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_capability_flags_default_false", "callee": ".unittest.TestCase.assertFalse", "lineno": 77, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_capability_flags_default_false", "callee": ".unittest.TestCase.assertFalse", "lineno": 78, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_pause_stop", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 81, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_pause_stop", "callee": ".unittest.TestCase.assertEqual", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_pause_stop", "callee": ".unittest.TestCase.assertEqual", "lineno": 85, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_pause_stop", "callee": ".unittest.TestCase.assertEqual", "lineno": 87, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_pause_stop", "callee": ".unittest.TestCase.assertEqual", "lineno": 88, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_idempotent", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 91, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_play_idempotent", "callee": ".unittest.TestCase.assertIs", "lineno": 95, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_pause_only_when_playing", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 98, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_pause_only_when_playing", "callee": ".unittest.TestCase.assertEqual", "lineno": 100, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_seek_clamps", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 103, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_seek_clamps", "callee": ".unittest.TestCase.assertEqual", "lineno": 105, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_seek_clamps", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 107, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_seek_percent", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 110, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_seek_percent", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 112, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_loop", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 115, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_loop", "callee": ".unittest.TestCase.assertEqual", "lineno": 119, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_stop", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 122, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_stop", "callee": ".unittest.TestCase.assertEqual", "lineno": 127, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_pause", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 130, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_pause", "callee": ".unittest.TestCase.assertEqual", "lineno": 135, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_pause", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 136, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_invalid", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 139, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_eos_invalid", "callee": ".unittest.TestCase.assertRaises", "lineno": 140, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_no_crash_when_empty", "callee": "kivy.core.lottie.LottieBase.__init__", "lineno": 145, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_no_crash_when_empty", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 146, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_calls_render_frame", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 149, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_calls_render_frame", "callee": ".list.append", "lineno": 152, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_calls_render_frame", "callee": ".unittest.TestCase.assertEqual", "lineno": 155, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_refresh_calls_render_frame", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 156, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider._P.test_filename_triggers_load.load", "callee": ".list.append", "lineno": 164, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_filename_triggers_load", "callee": ".unittest.TestCase.assertEqual", "lineno": 168, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_filename_none_clears", "callee": "kivy.core.lottie.LottieBase.__init__", "lineno": 172, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_filename_none_clears", "callee": ".unittest.TestCase.assertIsNone", "lineno": 175, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_position_property_seeks", "callee": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine._make_provider", "lineno": 178, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_position_property_seeks", "callee": ".list.append", "lineno": 180, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieBaseStateMachine.test_position_property_seeks", "callee": ".unittest.TestCase.assertTrue", "lineno": 182, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "callee": "kivy.core.lottie.lottie_null.LottieNull.", "lineno": 194, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_capability_flags", "callee": ".unittest.TestCase.assertFalse", "lineno": 199, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_capability_flags", "callee": ".unittest.TestCase.assertFalse", "lineno": 200, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_markers_returns_list", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 203, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_markers_returns_list", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 205, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_markers_returns_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 206, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_slots_returns_frozenset", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 209, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_slots_returns_frozenset", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 211, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_slots_returns_frozenset", "callee": ".unittest.TestCase.assertEqual", "lineno": 212, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_has_slot_false", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 215, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_has_slot_false", "callee": ".unittest.TestCase.assertFalse", "lineno": 216, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_apply_slot_returns_none", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 219, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_apply_slot_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 220, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_reset_slot_no_crash", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 223, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_color_returns_none", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 228, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_color_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 229, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_opacity_returns_none", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 232, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_opacity_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 233, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_text_returns_none", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 236, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_text_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 237, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_image_returns_none", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 240, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_image_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 241, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_set_quality_no_crash", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 244, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_play_segment_no_crash", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 248, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_play_marker_no_crash", "callee": "kivy.tests.test_lottie_provider.TestLottieNullProvider._make_null", "lineno": 252, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_load_no_crash", "callee": "kivy.core.lottie.lottie_null.LottieNull.", "lineno": 258, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieNullProvider.test_null_load_no_crash", "callee": "kivy.core.lottie.lottie_null.LottieNull.load", "lineno": 260, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.setUpClass", "callee": "kivy.core.lottie.lottie_thorvg.LottieThorvg.__init__", "lineno": 296, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_load_succeeds", "callee": ".unittest.TestCase.assertGreater", "lineno": 312, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_load_succeeds", "callee": ".unittest.TestCase.assertGreater", "lineno": 313, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_texture_initially_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 317, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_capability_flags_true", "callee": ".unittest.TestCase.assertTrue", "lineno": 321, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_capability_flags_true", "callee": ".unittest.TestCase.assertTrue", "lineno": 322, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_slot_ids_populated", "callee": ".unittest.TestCase.assertIn", "lineno": 325, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_has_slot_true", "callee": ".unittest.TestCase.assertTrue", "lineno": 328, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_has_slot_false", "callee": ".unittest.TestCase.assertFalse", "lineno": 331, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_play_marker_invalid_raises", "callee": ".unittest.TestCase.assertRaises", "lineno": 344, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_set_color_returns_handle", "callee": ".unittest.TestCase.assertIsNotNone", "lineno": 353, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_set_color_returns_handle", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 354, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_set_color_returns_handle", "callee": ".unittest.TestCase.assertGreater", "lineno": 355, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_apply_slot_raw_json", "callee": ".unittest.TestCase.assertIsNotNone", "lineno": 361, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_apply_slot_raw_json", "callee": ".unittest.TestCase.assertGreater", "lineno": 362, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_apply_slot_invalid_json_returns_none", "callee": ".unittest.TestCase.assertIsNone", "lineno": 366, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_reset_all_slots_clears_active", "callee": ".unittest.TestCase.assertEqual", "lineno": 375, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_z_unload_clears_state", "callee": ".unittest.TestCase.assertIsNone", "lineno": 393, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_z_unload_clears_state", "callee": ".unittest.TestCase.assertIsNone", "lineno": 394, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_z_unload_clears_state", "callee": ".unittest.TestCase.assertEqual", "lineno": 395, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestLottieThorvgIntegration.test_z_unload_clears_state", "callee": ".unittest.TestCase.assertEqual", "lineno": 396, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_finds_sid_keys", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "lineno": 411, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_finds_sid_keys", "callee": ".unittest.TestCase.assertIn", "lineno": 412, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_finds_sid_keys", "callee": ".unittest.TestCase.assertIn", "lineno": 413, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_empty_json", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "lineno": 417, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_empty_json", "callee": ".unittest.TestCase.assertEqual", "lineno": 418, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_invalid_json_returns_empty", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "lineno": 422, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_invalid_json_returns_empty", "callee": ".unittest.TestCase.assertEqual", "lineno": 423, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_returns_frozenset", "callee": "kivy.core.lottie.lottie_thorvg._collect_slot_ids", "lineno": 427, "resolution": "imported_call" }, { "caller": "kivy.tests.test_lottie_provider.TestCollectSlotIds.test_returns_frozenset", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 428, "resolution": "external_inherited_call" } ], "kivy.tests.test_metrics": [], "kivy.tests.test_module_inspector": [ { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.clean_garbage", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 73, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.tests.test_module_inspector.InspectorTestCase.clean_garbage", "lineno": 79, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 84, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.modules.inspector.start", "lineno": 88, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 89, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 100, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 106, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 107, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.modules.inspector.stop", "lineno": 110, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_bottom", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 112, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.tests.test_module_inspector.InspectorTestCase.clean_garbage", "lineno": 118, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 123, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.modules.inspector.start", "lineno": 127, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 128, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 141, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 147, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 148, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.modules.inspector.stop", "lineno": 151, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_activate_deactivate_top", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 153, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.test_module_inspector.InspectorTestCase.clean_garbage", "lineno": 159, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 164, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.modules.inspector.start", "lineno": 172, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 173, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.UnitTestTouch.__init__", "lineno": 182, "resolution": "imported_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 183, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 184, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 188, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 207, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 208, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.modules.inspector.stop", "lineno": 211, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_button", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 213, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.test_module_inspector.InspectorTestCase.clean_garbage", "lineno": 219, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 224, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.modules.inspector.start", "lineno": 231, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 232, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.__init__", "lineno": 242, "resolution": "imported_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 243, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 244, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 245, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 249, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 252, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 253, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 254, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 258, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.__init__", "lineno": 282, "resolution": "imported_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 283, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 284, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 285, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 289, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 290, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.modules.inspector.stop", "lineno": 293, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_popup", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 295, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.test_module_inspector.InspectorTestCase.clean_garbage", "lineno": 302, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 307, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.modules.inspector.start", "lineno": 314, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 315, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.__init__", "lineno": 325, "resolution": "imported_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 326, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 327, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 328, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.__init__", "lineno": 332, "resolution": "imported_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 337, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 338, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 339, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 350, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 353, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 354, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 355, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.__init__", "lineno": 364, "resolution": "imported_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_down", "lineno": 365, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.UnitTestTouch.touch_up", "lineno": 366, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 367, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 371, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 372, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.modules.inspector.stop", "lineno": 375, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_module_inspector.InspectorTestCase.test_widget_multipopup", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 377, "resolution": "inherited_method_call" } ], "kivy.tests.test_motion_event": [ { "caller": "kivy.tests.test_motion_event.TestMotionEvent.test_to_absolute_pos", "callee": "kivy.tests.test_motion_event.TestMotionEvent.create_dummy_motion_event", "lineno": 31, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_motion_event.TestMotionEvent.test_to_absolute_pos", "callee": "kivy.tests.test_motion_event.TestMotionEvent.build_to_absolute_pos_data", "lineno": 32, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_motion_event.TestMotionEvent.test_to_absolute_pos", "callee": ".math.isclose", "lineno": 38, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_motion_event.TestMotionEvent.test_to_absolute_pos", "callee": ".math.isclose", "lineno": 38, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_motion_event.TestMotionEvent.test_to_absolute_pos_error", "callee": "kivy.tests.test_motion_event.TestMotionEvent.create_dummy_motion_event", "lineno": 42, "resolution": "self_method_call" } ], "kivy.tests.test_mouse_hover_event": [ { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.setUp", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_cursor_leave", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 91, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_cursor_leave", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 93, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_cursor_leave", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_no_event", "lineno": 94, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_system_size", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 97, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_system_size", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 100, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_system_size", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_no_event", "lineno": 101, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_rotate", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 104, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_rotate", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 106, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_rotate", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_no_event", "lineno": 107, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_close", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 110, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_close", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 112, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_no_event_on_close", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_no_event", "lineno": 113, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_cursor_enter", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 116, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_cursor_enter", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 119, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_cursor_enter", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 120, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_cursor_enter", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 123, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_mouse_pos", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 126, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_mouse_pos", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 128, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_mouse_pos", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 129, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_on_mouse_pos", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 132, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_enter_and_mouse_pos", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 135, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_enter_and_mouse_pos", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 138, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_enter_and_mouse_pos", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 139, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_enter_and_mouse_pos", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 142, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_mouse_pos", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 145, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_mouse_pos", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 148, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_mouse_pos", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 149, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_with_mouse_pos", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 152, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_rotate", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 155, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_rotate", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 158, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_rotate", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 159, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_rotate", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 162, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_system_size", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 165, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_system_size", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 169, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_system_size", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 170, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_on_system_size", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 173, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_cursor_leave", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 176, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_cursor_leave", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 179, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_cursor_leave", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 180, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_window_close", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 183, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_window_close", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 186, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_on_window_close", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 187, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 190, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 194, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 195, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 198, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 199, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 202, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_cursor_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 203, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 206, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 209, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 210, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 213, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 214, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 217, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_with_full_cycle_with_mouse_pos_and_on_close_event", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 218, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 221, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 224, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 225, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_begin_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 229, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 232, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 235, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 236, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_update_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 240, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.get_providers", "lineno": 243, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 247, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.test_end_event_no_dispatch_through_on_touch_events", "callee": "kivy.tests.test_mouse_hover_event.MouseHoverEventTestCase.assert_event", "lineno": 248, "resolution": "self_method_call" } ], "kivy.tests.test_mouse_multitouchsim": [ { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "callee": "kivy.uix.scatter.Scatter.__init__", "lineno": 28, "resolution": "imported_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "callee": "kivy.input.providers.mouse.MouseMotionEventProvider.__init__", "lineno": 37, "resolution": "imported_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 52, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 65, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 73, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 95, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 118, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 134, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 168, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 194, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 204, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 218, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 226, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 255, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 262, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 270, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 305, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 316, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 331, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 345, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 358, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 371, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dontappear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 380, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dontappear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 393, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dontappear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 399, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dontappear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 410, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dontappear", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 418, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dontappear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 419, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_appear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 427, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_appear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 440, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_appear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 463, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_appear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 473, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_appear", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 488, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_lefttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 496, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_leftmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 499, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_righttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 502, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_dot_rightmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 505, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_lefttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 508, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_leftmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 511, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_righttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 514, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_noscatter_rightmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 517, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_lefttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 520, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_leftmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 525, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_righttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 530, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_on_demand_scatter_rightmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 535, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_lefttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 540, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_leftmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 543, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_righttouch", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_touch", "lineno": 546, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_multitouch_disabled_rightmove", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.multitouch_dot_move", "lineno": 549, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 554, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 565, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 577, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 586, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 594, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 605, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 617, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_ctrl_left_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 623, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_removes_all_touches", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 633, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_removes_all_touches", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 644, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_removes_all_touches", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 652, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_removes_all_touches", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 659, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_removes_all_touches", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 665, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_with_multitouch_dot", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 672, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_with_multitouch_dot", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 680, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_with_multitouch_dot", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 685, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_with_multitouch_dot", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 693, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_button_all_with_multitouch_dot", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 699, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_modifiers_in_touch_profile", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 706, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_modifiers_in_touch_profile", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 718, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_modifiers_in_touch_profile", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 725, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_touch_modifiers_updated", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 735, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_touch_modifiers_updated", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 743, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_touch_modifiers_updated", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 752, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_touch_modifiers_updated", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 760, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_touch_modifiers_updated", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 767, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 776, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 786, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 798, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_enabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 807, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.mouse_init", "lineno": 814, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 824, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.correct_y", "lineno": 835, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.test_middle_button_multitouch_disabled", "callee": "kivy.tests.test_mouse_multitouchsim.MultitouchSimulatorTestCase.render", "lineno": 841, "resolution": "self_method_call" } ], "kivy.tests.test_multistroke": [ { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 23, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 23, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 23, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 23, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 24, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 24, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 30, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 30, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 30, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 30, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 31, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 31, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 31, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 31, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 35, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 35, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 35, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 35, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 36, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 36, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 36, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 36, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 37, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 37, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 37, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 37, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.", "callee": "kivy.vector.Vector.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.setUp", "callee": "kivy.multistroke.MultistrokeGesture.__init__", "lineno": 50, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.setUp", "callee": "kivy.multistroke.MultistrokeGesture.__init__", "lineno": 52, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.setUp", "callee": "kivy.multistroke.MultistrokeGesture.__init__", "lineno": 54, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.setUp", "callee": "kivy.multistroke.MultistrokeGesture.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_immediate", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 67, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_immediate", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 68, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_immediate", "callee": ".unittest.TestCase.assertEqual", "lineno": 69, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_immediate", "callee": ".unittest.TestCase.assertEqual", "lineno": 70, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_immediate", "callee": ".unittest.TestCase.assertEqual", "lineno": 71, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_immediate", "callee": ".unittest.TestCase.assertTrue", "lineno": 72, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 77, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 78, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling", "callee": ".unittest.TestCase.assertEqual", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling", "callee": ".unittest.TestCase.assertEqual", "lineno": 84, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling", "callee": ".unittest.TestCase.assertEqual", "lineno": 88, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling", "callee": ".unittest.TestCase.assertTrue", "lineno": 89, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 94, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 99, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 101, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 103, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 104, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 106, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertTrue", "lineno": 107, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 111, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 113, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 115, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 118, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 119, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertEqual", "lineno": 122, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_scheduling_limits", "callee": ".unittest.TestCase.assertTrue", "lineno": 123, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 130, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 132, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 133, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 135, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 139, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 143, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 149, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": ".unittest.TestCase.assertEqual", "lineno": 150, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": ".unittest.TestCase.assertTrue", "lineno": 151, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": ".unittest.TestCase.assertEqual", "lineno": 155, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": ".unittest.TestCase.assertEqual", "lineno": 157, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": ".unittest.TestCase.assertEqual", "lineno": 159, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_parallel_recognize", "callee": ".unittest.TestCase.assertEqual", "lineno": 161, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 169, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 170, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": ".unittest.TestCase.assertEqual", "lineno": 172, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": ".time.sleep", "lineno": 173, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": ".unittest.TestCase.assertEqual", "lineno": 175, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": ".unittest.TestCase.assertEqual", "lineno": 176, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": ".unittest.TestCase.assertTrue", "lineno": 177, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_1", "callee": ".unittest.TestCase.assertTrue", "lineno": 178, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 186, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 187, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": ".unittest.TestCase.assertEqual", "lineno": 190, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": ".time.sleep", "lineno": 191, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": ".time.sleep", "lineno": 193, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": ".unittest.TestCase.assertEqual", "lineno": 195, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": ".unittest.TestCase.assertEqual", "lineno": 196, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_timeout_case_2", "callee": ".unittest.TestCase.assertTrue", "lineno": 197, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 200, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 201, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 202, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 204, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": ".unittest.TestCase.assertEqual", "lineno": 206, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 208, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": ".unittest.TestCase.assertEqual", "lineno": 210, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 212, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": ".unittest.TestCase.assertEqual", "lineno": 214, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 216, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_sorting", "callee": ".unittest.TestCase.assertEqual", "lineno": 218, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_name_filter", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 224, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_name_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 225, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_name_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 226, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_name_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 227, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_name_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 228, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 231, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 232, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 233, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 235, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 236, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 237, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 238, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numpoints_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 239, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 242, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 243, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 244, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 246, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 247, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 248, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 249, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_numstrokes_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 250, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 253, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 254, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 255, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 257, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 258, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 259, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 260, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 261, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.add_gesture", "lineno": 263, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 264, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 265, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 266, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 267, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 268, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 269, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 270, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 271, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 272, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_priority_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 273, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 276, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 277, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 278, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 279, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 280, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 281, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 282, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 285, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 286, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 287, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 288, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": "kivy.multistroke.Recognizer.filter", "lineno": 289, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_orientation_filter", "callee": ".unittest.TestCase.assertEqual", "lineno": 290, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": "kivy.multistroke.resample", "lineno": 296, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": "kivy.vector.Vector.__init__", "lineno": 296, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": "kivy.vector.Vector.__init__", "lineno": 296, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": ".unittest.TestCase.assertEqual", "lineno": 297, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": ".unittest.TestCase.assertEqual", "lineno": 298, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": "kivy.multistroke.resample", "lineno": 300, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": ".unittest.TestCase.assertEqual", "lineno": 301, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": ".unittest.TestCase.assertEqual", "lineno": 302, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": ".unittest.TestCase.assertEqual", "lineno": 303, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": ".unittest.TestCase.assertEqual", "lineno": 304, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_resample", "callee": ".unittest.TestCase.assertEqual", "lineno": 305, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_rotateby", "callee": "kivy.multistroke.rotate_by", "lineno": 308, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_rotateby", "callee": ".unittest.TestCase.assertEqual", "lineno": 309, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_rotateby", "callee": ".unittest.TestCase.assertEqual", "lineno": 310, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_transfer", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 313, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_transfer", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 314, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_transfer", "callee": "kivy.multistroke.Recognizer.transfer_gesture", "lineno": 315, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_transfer", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 317, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_transfer", "callee": ".unittest.TestCase.assertEqual", "lineno": 318, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_transfer", "callee": ".unittest.TestCase.assertTrue", "lineno": 319, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 322, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 323, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "callee": "kivy.multistroke.Recognizer.export_gesture", "lineno": 325, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "callee": "kivy.multistroke.Recognizer.import_gesture", "lineno": 326, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 328, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "callee": ".unittest.TestCase.assertEqual", "lineno": 329, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_1", "callee": ".unittest.TestCase.assertTrue", "lineno": 330, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 335, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 336, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": ".tempfile.mkstemp", "lineno": 337, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": "kivy.multistroke.Recognizer.export_gesture", "lineno": 339, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": "kivy.multistroke.Recognizer.import_gesture", "lineno": 341, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": ".unittest.TestCase.assertEqual", "lineno": 344, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": ".unittest.TestCase.assertEqual", "lineno": 345, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 346, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": ".unittest.TestCase.assertEqual", "lineno": 347, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_export_import_case_2", "callee": ".unittest.TestCase.assertTrue", "lineno": 348, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 354, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 355, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": ".unittest.TestCase.assertEqual", "lineno": 357, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": ".unittest.TestCase.assertTrue", "lineno": 358, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 360, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": ".unittest.TestCase.assertEqual", "lineno": 362, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": ".unittest.TestCase.assertEqual", "lineno": 363, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 365, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": ".unittest.TestCase.assertEqual", "lineno": 367, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_invariant", "callee": ".unittest.TestCase.assertTrue", "lineno": 368, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": "kivy.multistroke.Recognizer.__init__", "lineno": 371, "resolution": "imported_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 372, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": ".unittest.TestCase.assertEqual", "lineno": 374, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": ".unittest.TestCase.assertTrue", "lineno": 375, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 377, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": ".unittest.TestCase.assertEqual", "lineno": 379, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": ".unittest.TestCase.assertEqual", "lineno": 380, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": "kivy.multistroke.Recognizer.recognize", "lineno": 382, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": ".unittest.TestCase.assertEqual", "lineno": 384, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_multistroke.MultistrokeTestCase.test_protractor_bound", "callee": ".unittest.TestCase.assertTrue", "lineno": 385, "resolution": "external_inherited_call" } ], "kivy.tests.test_properties": [ { "caller": "kivy.tests.test_properties.test_bounded_numeric_property", "callee": ".functools.partial", "lineno": 339, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_properties.test_bounded_numeric_property", "callee": ".functools.partial", "lineno": 340, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_properties.test_alias_property_without_setter", "callee": ".functools.partial", "lineno": 644, "resolution": "external_constructor_call" } ], "kivy.tests.test_provider_registry": [ { "caller": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_all_provider_modules_exist", "callee": ".pathlib.Path", "lineno": 94, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_all_provider_modules_exist", "callee": ".list.append", "lineno": 116, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_no_duplicate_provider_names_within_category", "callee": ".list.count", "lineno": 137, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestProviderRegistryCompleteness.test_no_duplicate_module_names_within_category", "callee": ".list.count", "lineno": 150, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestProviderRegistrySync.test_kivy_options_matches_registry_providers", "callee": "kivy.core.get_provider_options", "lineno": 177, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_options_returns_tuple", "callee": "kivy.core.get_provider_options", "lineno": 209, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_options_extracts_names", "callee": "kivy.core.get_provider_options", "lineno": 217, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_modules_returns_dict", "callee": "kivy.core.get_provider_modules", "lineno": 225, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_modules_returns_copy", "callee": "kivy.core.get_provider_modules", "lineno": 232, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_provider_modules_correct_mapping", "callee": "kivy.core.get_provider_modules", "lineno": 247, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_all_categories_returns_list", "callee": "kivy.core.get_all_categories", "lineno": 263, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestHelperFunctions.test_get_all_categories_complete", "callee": "kivy.core.get_all_categories", "lineno": 270, "resolution": "imported_call" }, { "caller": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_audio_module_uses_registry", "callee": "kivy.core.audio_output.SoundLoader.available_providers", "lineno": 284, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_provider_registry.TestProviderModuleUsage.test_text_module_uses_registry", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 298, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "callee": ".pathlib.Path", "lineno": 345, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "callee": ".list.append", "lineno": 372, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_window_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 380, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_text_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 392, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_video_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 404, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_audio_output_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 422, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_image_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 434, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_camera_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 449, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_spelling_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 461, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_clipboard_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 473, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryDiscovery.test_lottie_providers_complete", "callee": "kivy.tests.test_provider_registry.TestRegistryDiscovery.get_provider_module_files", "lineno": 485, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "callee": ".pathlib.Path", "lineno": 574, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "callee": ".pathlib.Path", "lineno": 580, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_audio_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 590, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_image_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 606, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_text_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 622, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_window_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 638, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_video_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 654, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_camera_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 670, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_spelling_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 686, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_clipboard_uses_get_provider_modules", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 702, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_lottie_module_uses_registry", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 718, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_provider_registry.TestRegistryUsageInModules.test_kivy_init_uses_get_provider_options", "callee": "kivy.tests.test_provider_registry.TestRegistryUsageInModules._get_source_file_path", "lineno": 734, "resolution": "self_method_call" } ], "kivy.tests.test_resources": [ { "caller": "kivy.tests.test_resources.test_load_resource_cached", "callee": "kivy.cache.Cache.remove", "lineno": 23, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_cached", "callee": "kivy.resources.resource_find", "lineno": 24, "resolution": "imported_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_cached", "callee": "kivy.cache.Cache.get", "lineno": 26, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_cached", "callee": "kivy.cache.Cache.remove", "lineno": 31, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_cached", "callee": "kivy.resources.resource_find", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_cached", "callee": "kivy.cache.Cache.get", "lineno": 34, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_found", "callee": "kivy.cache.Cache.remove", "lineno": 39, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_found", "callee": "kivy.resources.resource_find", "lineno": 42, "resolution": "imported_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_found", "callee": "kivy.resources.resource_find", "lineno": 51, "resolution": "imported_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_found", "callee": "kivy.cache.Cache.get", "lineno": 54, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_found", "callee": "kivy.resources.resource_add_path", "lineno": 57, "resolution": "imported_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_found", "callee": "kivy.resources.resource_find", "lineno": 59, "resolution": "imported_call" }, { "caller": "kivy.tests.test_resources.test_load_resource_not_found", "callee": "kivy.cache.Cache.get", "lineno": 61, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_timestamp_and_lastaccess", "callee": "kivy.cache.Cache.remove", "lineno": 65, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_timestamp_and_lastaccess", "callee": "kivy.resources.resource_find", "lineno": 68, "resolution": "imported_call" }, { "caller": "kivy.tests.test_resources.test_timestamp_and_lastaccess", "callee": "kivy.cache.Cache.get_timestamp", "lineno": 69, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_timestamp_and_lastaccess", "callee": "kivy.cache.Cache.get_lastaccess", "lineno": 70, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_resources.test_print_usage", "callee": ".unittest.mock.patch", "lineno": 77, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_resources.test_print_usage", "callee": "kivy.cache.Cache.print_usage", "lineno": 78, "resolution": "qualified_module_call" } ], "kivy.tests.test_rst_replace": [ { "caller": "kivy.tests.test_rst_replace.RstSubstitutionTestCase.test_rst_replace", "callee": "kivy.tests.test_rst_replace._build_rst", "lineno": 44, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_rst_replace.RstSubstitutionTestCase.test_rst_replace", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 45, "resolution": "inherited_method_call" } ], "kivy.tests.test_screen": [], "kivy.tests.test_storage": [ { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "callee": ".tempfile.mkstemp", "lineno": 19, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "callee": ".os.close", "lineno": 20, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "lineno": 22, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "callee": "kivy.storage.dictstore.DictStore.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "lineno": 23, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "callee": "kivy.storage.dictstore.DictStore.__init__", "lineno": 23, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage", "callee": ".os.unlink", "lineno": 25, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_dict_storage_nofolder", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "lineno": 29, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage_nofolder", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "lineno": 33, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".tempfile.mkstemp", "lineno": 41, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".os.close", "lineno": 42, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "lineno": 43, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.storage.jsonstore.JsonStore.__init__", "lineno": 43, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "lineno": 44, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.storage.jsonstore.JsonStore.__init__", "lineno": 44, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".os.unlink", "lineno": 46, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".tempfile.mkstemp", "lineno": 49, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".os.close", "lineno": 50, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "lineno": 51, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.storage.jsonstore.JsonStore.__init__", "lineno": 51, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "lineno": 52, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.storage.jsonstore.JsonStore.__init__", "lineno": 52, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".os.unlink", "lineno": 54, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".tempfile.mkstemp", "lineno": 57, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".os.close", "lineno": 58, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "lineno": 59, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.storage.jsonstore.JsonStore.__init__", "lineno": 59, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "lineno": 60, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": "kivy.storage.jsonstore.JsonStore.__init__", "lineno": 60, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_json_storage", "callee": ".os.unlink", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_redis_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "lineno": 72, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_redis_storage", "callee": "kivy.storage.redisstore.RedisStore.__init__", "lineno": 72, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_redis_storage", "callee": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "lineno": 73, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase.test_redis_storage", "callee": "kivy.storage.redisstore.RedisStore.__init__", "lineno": 73, "resolution": "imported_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 81, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertFalse", "lineno": 82, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertRaises", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 84, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 85, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 86, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 87, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 88, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 89, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 95, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 96, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 97, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 98, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 100, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 101, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 102, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 103, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 104, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 106, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_empty", "callee": ".unittest.TestCase.assertTrue", "lineno": 107, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertTrue", "lineno": 110, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertRaises", "lineno": 111, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertRaises", "lineno": 112, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertTrue", "lineno": 113, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertTrue", "lineno": 114, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertTrue", "lineno": 115, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertTrue", "lineno": 116, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertTrue", "lineno": 117, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertTrue", "lineno": 118, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertRaises", "lineno": 119, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_filled", "callee": ".unittest.TestCase.assertRaises", "lineno": 120, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "callee": ".os.path.join", "lineno": 124, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "callee": ".os.path.dirname", "lineno": 125, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "callee": ".os.path.abspath", "lineno": 125, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "callee": ".unittest.TestCase.assertRaises", "lineno": 129, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_storage.StorageTestCase._do_store_test_nofolder", "callee": ".unittest.TestCase.assertEqual", "lineno": 131, "resolution": "external_inherited_call" } ], "kivy.tests.test_system_tray": [ { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_menu_creation", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 20, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_menu_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 21, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item", "callee": ".GraphicUnitTest.assertEqual", "lineno": 29, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item", "callee": ".GraphicUnitTest.assertEqual", "lineno": 30, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item_at_index", "callee": ".GraphicUnitTest.assertEqual", "lineno": 43, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item_at_index", "callee": ".GraphicUnitTest.assertEqual", "lineno": 44, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item_at_index", "callee": ".GraphicUnitTest.assertEqual", "lineno": 45, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_add_item_at_index", "callee": ".GraphicUnitTest.assertEqual", "lineno": 46, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_remove_item", "callee": ".GraphicUnitTest.assertEqual", "lineno": 55, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_remove_item", "callee": ".GraphicUnitTest.assertEqual", "lineno": 59, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_remove_item", "callee": ".GraphicUnitTest.assertEqual", "lineno": 60, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_clear_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 68, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_clear_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 71, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_get_items_returns_reference", "callee": ".GraphicUnitTest.assertEqual", "lineno": 82, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuTest.test_get_items_returns_reference", "callee": ".GraphicUnitTest.assertIs", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_button_item_creation", "callee": ".unittest.mock.Mock", "lineno": 91, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_button_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 96, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_button_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 97, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_button_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 98, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_button_item_creation", "callee": ".GraphicUnitTest.assertFalse", "lineno": 99, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_item_creation", "callee": ".unittest.mock.Mock", "lineno": 103, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 111, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 112, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_item_creation", "callee": ".GraphicUnitTest.assertTrue", "lineno": 113, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 114, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_separator_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 120, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_separator_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 122, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_separator_item_creation", "callee": ".GraphicUnitTest.assertIsNone", "lineno": 123, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_submenu_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 132, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_submenu_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 133, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_submenu_item_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 134, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_property_modification", "callee": ".GraphicUnitTest.assertEqual", "lineno": 143, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_property_modification", "callee": ".GraphicUnitTest.assertTrue", "lineno": 144, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_invalid_property_modifications", "callee": ".GraphicUnitTest.assertRaises", "lineno": 150, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_invalid_property_modifications", "callee": ".GraphicUnitTest.assertRaises", "lineno": 153, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_invalid_property_modifications", "callee": ".GraphicUnitTest.assertRaises", "lineno": 156, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_item_invalid_property_modifications", "callee": ".GraphicUnitTest.assertRaises", "lineno": 160, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_callback_execution", "callee": ".unittest.mock.Mock", "lineno": 165, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_state_toggle", "callee": ".GraphicUnitTest.assertFalse", "lineno": 178, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_state_toggle", "callee": ".GraphicUnitTest.assertTrue", "lineno": 181, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayMenuItemTest.test_checkbox_state_toggle", "callee": ".GraphicUnitTest.assertFalse", "lineno": 184, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.setUp", "callee": "kivy.resources.resource_find", "lineno": 193, "resolution": "imported_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation", "callee": ".GraphicUnitTest.skipTest", "lineno": 213, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 221, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 222, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 223, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation", "callee": ".GraphicUnitTest.assertEqual", "lineno": 225, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation_minimal", "callee": ".GraphicUnitTest.assertEqual", "lineno": 231, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation_minimal", "callee": ".GraphicUnitTest.assertEqual", "lineno": 233, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_creation_minimal", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 235, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_property_modification", "callee": ".GraphicUnitTest.assertEqual", "lineno": 243, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_property_modification", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 244, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_with_populated_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 263, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_with_populated_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 265, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_with_populated_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 266, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_with_populated_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 267, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconTest.test_tray_icon_with_populated_menu", "callee": ".GraphicUnitTest.assertTrue", "lineno": 268, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_png", "callee": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.create_temp_image_file", "lineno": 302, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_png", "callee": ".GraphicUnitTest.assertEqual", "lineno": 305, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_png", "callee": ".GraphicUnitTest.assertTrue", "lineno": 306, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_ico", "callee": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.create_temp_image_file", "lineno": 310, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_ico", "callee": ".GraphicUnitTest.assertEqual", "lineno": 313, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_jpg", "callee": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.create_temp_image_file", "lineno": 317, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_icon_path_validation_jpg", "callee": ".GraphicUnitTest.assertEqual", "lineno": 320, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_supported_file_extensions", "callee": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.create_temp_image_file", "lineno": 328, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_supported_file_extensions", "callee": ".GraphicUnitTest.assertEqual", "lineno": 330, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayIconFileHandlingTest.test_nonexistent_file_handling", "callee": ".GraphicUnitTest.assertEqual", "lineno": 338, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 399, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 400, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 401, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 402, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 406, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 407, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 411, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_nested_submenu_structure", "callee": ".GraphicUnitTest.assertEqual", "lineno": 412, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 437, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 440, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 441, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 443, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 444, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertFalse", "lineno": 445, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 447, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 448, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertTrue", "lineno": 449, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 451, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 453, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 455, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_mixed_item_types_menu", "callee": ".GraphicUnitTest.assertEqual", "lineno": 456, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_callback_execution_tracking", "callee": ".GraphicUnitTest.assertEqual", "lineno": 478, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_callback_execution_tracking", "callee": ".GraphicUnitTest.assertEqual", "lineno": 479, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_callback_execution_tracking", "callee": ".GraphicUnitTest.assertEqual", "lineno": 480, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_large_menu_performance", "callee": ".GraphicUnitTest.assertEqual", "lineno": 499, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_large_menu_performance", "callee": ".GraphicUnitTest.assertEqual", "lineno": 502, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_large_menu_performance", "callee": ".GraphicUnitTest.assertEqual", "lineno": 503, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_large_menu_performance", "callee": ".GraphicUnitTest.assertEqual", "lineno": 504, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TrayComplexMenuTest.test_large_menu_performance", "callee": ".GraphicUnitTest.assertEqual", "lineno": 508, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_tray_creation_logging", "callee": "kivy.logger.LoggerHistory.clear_history", "lineno": 524, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_tray_creation_logging", "callee": "kivy.resources.resource_find", "lineno": 527, "resolution": "imported_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_tray_creation_logging", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 542, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_platform_tray_support_detection", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 560, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_platform_tray_support_detection", "callee": ".GraphicUnitTest.assertEqual", "lineno": 561, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_platform_tray_support_detection", "callee": ".GraphicUnitTest.skipTest", "lineno": 565, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_multiple_tray_icons_handling", "callee": "kivy.resources.resource_find", "lineno": 569, "resolution": "imported_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_multiple_tray_icons_handling", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 583, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_multiple_tray_icons_handling", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 584, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_system_tray.TraySystemIntegrationTest.test_multiple_tray_icons_handling", "callee": ".GraphicUnitTest.assertNotEqual", "lineno": 585, "resolution": "external_inherited_call" } ], "kivy.tests.test_text_provider": [ { "caller": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_returns_list", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 34, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_not_empty", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 41, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_contains_strings", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 48, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_lowercase", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 56, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestAvailableProviders.test_available_providers_matches_registered", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 66, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_with_valid_provider", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 80, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_with_valid_provider", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 83, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_case_insensitive", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 91, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_case_insensitive", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 94, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_case_insensitive", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 95, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_invalid_returns_none", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 102, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_none_raises_valueerror", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 110, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestGetProviderClass.test_get_provider_class_empty_string_raises_valueerror", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 117, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestStrictMode.test_strict_mode_raises_on_invalid_provider", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 130, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestStrictMode.test_non_strict_mode_returns_none", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 138, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestCoreLabelProviderSelection.test_create_label_with_specific_provider", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 149, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestCoreLabelProviderSelection.test_create_label_with_specific_provider", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 152, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestCoreLabelProviderSelection.test_different_providers_produce_labels", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 161, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestCoreLabelProviderSelection.test_different_providers_produce_labels", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 163, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_property_exists", "callee": "kivy.uix.label.Label.__init__", "lineno": 178, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_default_is_none", "callee": "kivy.uix.label.Label.__init__", "lineno": 185, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_can_be_set", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 193, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_can_be_set", "callee": "kivy.uix.label.Label.__init__", "lineno": 196, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_creates_correct_internal_label", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 204, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_creates_correct_internal_label", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 207, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_creates_correct_internal_label", "callee": "kivy.uix.label.Label.__init__", "lineno": 208, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_creates_correct_internal_label", "callee": "kivy.uix.label.Label.texture_update", "lineno": 210, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_change_recreates_label", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 218, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_change_recreates_label", "callee": "kivy.uix.label.Label.__init__", "lineno": 220, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_change_recreates_label", "callee": "kivy.uix.label.Label.texture_update", "lineno": 221, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_text_provider_change_recreates_label", "callee": "kivy.uix.label.Label.texture_update", "lineno": 225, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_invalid_provider_logs_warning", "callee": "kivy.uix.label.Label.__init__", "lineno": 235, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestLabelWidgetProvider.test_invalid_provider_logs_warning", "callee": "kivy.uix.label.Label.texture_update", "lineno": 236, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_default", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 249, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_with_provider", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 257, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_with_provider", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 260, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_inherits_from_provider", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 268, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_inherits_from_provider", "callee": "kivy.core.text.LabelBase.get_provider_class", "lineno": 271, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_inherits_from_provider", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 272, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_caches_classes", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 281, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_caches_classes", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 284, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_caches_classes", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 285, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_get_markup_label_class_invalid_returns_none", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 292, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_markup_label_with_provider_renders", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 300, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_markup_label_with_provider_renders", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 303, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_widget_markup_with_text_provider", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 314, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_widget_markup_with_text_provider", "callee": "kivy.uix.label.Label.__init__", "lineno": 317, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_widget_markup_with_text_provider", "callee": "kivy.uix.label.Label.texture_update", "lineno": 322, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_text_provider.TestMarkupLabelProvider.test_widget_markup_with_text_provider", "callee": "kivy.core.text.markup.get_markup_label_class", "lineno": 325, "resolution": "imported_call" }, { "caller": "kivy.tests.test_text_provider.TestRegisterProvider.test_register_provider_adds_to_list", "callee": "kivy.core.text.LabelBase.register_provider", "lineno": 342, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestRegisterProvider.test_register_provider_uses_explicit_name", "callee": "kivy.core.text.LabelBase.register_provider", "lineno": 358, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_text_provider.TestRegisterProvider.test_register_provider_requires_name", "callee": "kivy.core.text.LabelBase.register_provider", "lineno": 376, "resolution": "qualified_module_call" } ], "kivy.tests.test_thorvg_svg_provider": [ { "caller": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_load_returns_image_data", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.__init__", "lineno": 142, "resolution": "imported_call" }, { "caller": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_load_returns_image_data", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.load", "lineno": 143, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_default_size_applied_when_svg_is_small", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.__init__", "lineno": 166, "resolution": "imported_call" }, { "caller": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_default_size_applied_when_svg_is_small", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.load", "lineno": 167, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_render_size_kwarg_overrides_default", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.__init__", "lineno": 176, "resolution": "imported_call" }, { "caller": "kivy.tests.test_thorvg_svg_provider.TestThorvgSvgLoad.test_render_size_kwarg_overrides_default", "callee": "kivy.core.image.img_thorvg_svg.ImageLoaderThorvgSvg.__init__", "lineno": 182, "resolution": "imported_call" } ], "kivy.tests.test_thorvg_wrapper": [ { "caller": "kivy.tests.test_thorvg_wrapper.test_accessor_walks_svg_element_ids.visit", "callee": ".list.append", "lineno": 185, "resolution": "local_builtin_method_call" } ], "kivy.tests.test_togglebuttonbehavior": [ { "caller": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "callee": ".unittest.mock.Mock", "lineno": 13, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_event_hooks", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 43, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_basic_toggle", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 50, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_release", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 61, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_release", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 64, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_release", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 67, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_release", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 69, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_press", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 74, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_press", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 78, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_press", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 81, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_default_toggle_on_press", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 83, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 88, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 92, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 94, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 96, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 101, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 104, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 106, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 111, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 114, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_runtime_toggle_on_change", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 116, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_property", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 123, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_property", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 124, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 136, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 137, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 140, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 141, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 142, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 148, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 149, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_mutual_exclusion_via_touch", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 150, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_scoped_groups_are_independent", "callee": "kivy.uix.label.Label.__init__", "lineno": 159, "resolution": "imported_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_scoped_groups_are_independent", "callee": "kivy.uix.label.Label.__init__", "lineno": 159, "resolution": "imported_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_scoped_groups_are_independent", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 160, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_scoped_groups_are_independent", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 161, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_scoped_groups_are_independent", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 162, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_scoped_groups_are_independent", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 163, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_change_reassigns_correctly", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 177, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_change_reassigns_correctly", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 178, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_change_reassigns_correctly", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 179, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_cleanup_when_reassigned", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 190, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_group_cleanup_when_reassigned", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 191, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_initial_activated_conflict_resolution", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 200, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_initial_activated_conflict_resolution", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 201, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_true_via_property", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 210, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_true_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 220, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_true_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 222, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_true_via_touch", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 223, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_true_via_touch", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 224, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_property", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 229, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_property", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 232, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 239, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 242, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_touch", "callee": "kivy.tests.test_togglebuttonbehavior.create_mock_touch", "lineno": 244, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_touch", "callee": "kivy.uix.label.Label.on_touch_down", "lineno": 245, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_allow_no_selection_false_via_touch", "callee": "kivy.uix.widget.Widget.on_touch_up", "lineno": 246, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_instance_method", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 253, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_instance_method", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 254, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_instance_method", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 255, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_empty", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 264, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_global", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 268, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_global", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 269, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_global", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 270, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_scoped", "callee": "kivy.uix.label.Label.__init__", "lineno": 281, "resolution": "imported_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_scoped", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 282, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_scoped", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 283, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_scoped", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 284, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_class_method_nonexistent", "callee": "kivy.uix.label.Label.__init__", "lineno": 300, "resolution": "imported_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_after_widget_removal", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 309, "resolution": "imported_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_after_widget_removal", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 310, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_after_widget_removal", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 311, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_after_widget_removal", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 312, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_after_widget_removal", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 313, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_after_widget_removal", "callee": "kivy.uix.widget.Widget.remove_widget", "lineno": 316, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_multiple_different_groups", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 324, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_multiple_different_groups", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 325, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_multiple_different_groups", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 326, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_returns_copy", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 339, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_returns_copy", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 340, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_cleanup_on_delete", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 356, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_cleanup_on_delete", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 357, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_cleanup_on_delete", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 367, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_no_memory_leak", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 373, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_no_memory_leak", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 374, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_no_memory_leak", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 375, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_no_memory_leak.check_cleanup", "callee": ".list.append", "lineno": 391, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_get_group_no_memory_leak", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 394, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 409, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 411, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 413, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "callee": "kivy.uix.label.Label.__init__", "lineno": 413, "resolution": "imported_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 415, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 417, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_invalid_group_definitions", "callee": "kivy.uix.label.Label.__init__", "lineno": 417, "resolution": "imported_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_enum_and_int_group_names", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 427, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_enum_and_int_group_names", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 428, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_enum_and_int_group_names", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 429, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_enum_and_int_group_names", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 436, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_enum_and_int_group_names", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 437, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.ToggleButtonBehaviorTest.test_enum_and_int_group_names", "callee": "kivy.tests.test_togglebuttonbehavior.BasicToggleButton.__init__", "lineno": 438, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_togglebuttonbehavior.SubToggle.test_on_activated_callback_invoked.on_activated", "callee": ".list.append", "lineno": 452, "resolution": "local_builtin_method_call" } ], "kivy.tests.test_uix_accordion": [ { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_default_title_class", "callee": "kivy.uix.accordion.AccordionItem.__init__", "lineno": 17, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_default_title_class", "callee": ".unittest.TestCase.assertIs", "lineno": 18, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_string_title_class_resolved_via_factory", "callee": "kivy.uix.accordion.AccordionItem.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_string_title_class_resolved_via_factory", "callee": ".unittest.TestCase.assertIs", "lineno": 24, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_custom_python_title_class", "callee": "kivy.uix.accordion.AccordionItem.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_custom_python_title_class", "callee": ".unittest.TestCase.assertIs", "lineno": 33, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "callee": "kivy.uix.accordion.Accordion.__init__", "lineno": 41, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "callee": "kivy.uix.accordion.AccordionItem.__init__", "lineno": 43, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "callee": "kivy.uix.accordion.AccordionItem.add_widget", "lineno": 44, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "callee": "kivy.uix.label.Label.__init__", "lineno": 44, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "callee": "kivy.uix.accordion.Accordion.add_widget", "lineno": 45, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "callee": ".unittest.TestCase.assertEqual", "lineno": 46, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_accordion_basic_construction", "callee": ".unittest.TestCase.assertIsInstance", "lineno": 48, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_title_template_removed", "callee": ".unittest.TestCase.assertRaises", "lineno": 53, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_accordion.AccordionItemTitleTestCase.test_title_template_removed", "callee": "kivy.uix.accordion.AccordionItem.__init__", "lineno": 54, "resolution": "imported_call" } ], "kivy.tests.test_uix_actionbar": [ { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.clean_garbage", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 100, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.clean_garbage", "lineno": 130, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 132, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 136, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 139, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 147, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 150, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 160, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": ".time.sleep", "lineno": 164, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 165, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_1_openclose", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 170, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.clean_garbage", "lineno": 183, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 185, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 189, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 192, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 197, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 200, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 210, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": ".time.sleep", "lineno": 211, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 212, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 215, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": ".time.sleep", "lineno": 220, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 221, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 227, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 230, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": ".time.sleep", "lineno": 234, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 235, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_2_switch", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 238, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.clean_garbage", "lineno": 254, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 256, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 262, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 265, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 277, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 280, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 290, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": ".time.sleep", "lineno": 297, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 298, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_3_openpress", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 305, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.clean_garbage", "lineno": 315, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 317, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 323, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 326, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 335, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 338, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.TouchPoint.__init__", "lineno": 347, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": ".time.sleep", "lineno": 351, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.move_frames", "lineno": 352, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_actionbar.ActionBarTestCase.test_4_openmulti", "callee": "kivy.tests.test_uix_actionbar.ActionBarTestCase.check_dropdown", "lineno": 357, "resolution": "self_method_call" } ], "kivy.tests.test_uix_anchorlayout": [ { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.box", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 14, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_default", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 30, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_default", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 31, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_x", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_x", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 40, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_x", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 43, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_x", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 44, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_x", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 47, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_x", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 48, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_y", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_y", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 57, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_y", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 60, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_y", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 61, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_y", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 64, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchorlayout_y", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 65, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchor_layout_xy", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 73, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchor_layout_xy", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 74, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchor_layout_xy", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 77, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_anchorlayout.UIXAnchorLayoutTestcase.test_anchor_layout_xy", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 78, "resolution": "local_typed_method_call" } ], "kivy.tests.test_uix_asyncimage": [ { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.setUpClass", "callee": "kivy.tests.common.ensure_web_server", "lineno": 20, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.zip_frames", "callee": ".zipfile.ZipFile", "lineno": 29, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.wait_for_event_or_timeout", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 35, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.load_zipimage", "callee": ".threading.Event", "lineno": 41, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.load_zipimage", "callee": "kivy.uix.image.AsyncImage.__init__", "lineno": 42, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.load_zipimage", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.wait_for_event_or_timeout", "lineno": 48, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.load_zipimage", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 49, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_remote_zipsequence", "callee": ".urllib.request.urlretrieve", "lineno": 62, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_remote_zipsequence", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.zip_frames", "lineno": 63, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_remote_zipsequence", "callee": ".os.remove", "lineno": 64, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_remote_zipsequence", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.load_zipimage", "lineno": 65, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_remote_zipsequence", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.check_sequence_frames", "lineno": 68, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_local_zipsequence", "callee": ".os.path.join", "lineno": 76, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_local_zipsequence", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.zip_frames", "lineno": 80, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_local_zipsequence", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.load_zipimage", "lineno": 81, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_local_zipsequence", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.check_sequence_frames", "lineno": 84, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.check_sequence_frames", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 97, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".tempfile.mkdtemp", "lineno": 105, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".threading.Event", "lineno": 106, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.uix.image.AsyncImage.__init__", "lineno": 107, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.resources.resource_find", "lineno": 110, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".os.path.join", "lineno": 111, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".shutil.copyfile", "lineno": 112, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.wait_for_event_or_timeout", "lineno": 115, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 116, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".os.remove", "lineno": 118, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.resources.resource_find", "lineno": 120, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".shutil.copyfile", "lineno": 121, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.uix.image.Image.reload", "lineno": 123, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.wait_for_event_or_timeout", "lineno": 124, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 125, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".os.remove", "lineno": 127, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_asyncimage.AsyncImageTestCase.test_reload_asyncimage", "callee": ".shutil.rmtree", "lineno": 128, "resolution": "external_constructor_call" } ], "kivy.tests.test_uix_boxlayout": [ { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.box", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 17, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 34, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 35, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 36, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 40, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 41, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_orientation", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 42, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 50, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 51, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 52, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 53, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 57, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 58, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 59, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 67, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 68, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 69, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 70, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 73, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 74, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 75, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 76, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 84, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 85, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 86, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 87, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 90, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 91, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 92, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_boxlayout.UIXBoxLayoutTestcase.test_boxlayout_padding_spacing", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 93, "resolution": "local_typed_method_call" } ], "kivy.tests.test_uix_bubble": [ { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_no_content", "callee": "kivy.uix.bubble.Bubble.__init__", "lineno": 138, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_no_content", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 139, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_remove_content", "callee": "kivy.uix.bubble.Bubble.__init__", "lineno": 142, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_remove_content", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 144, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_remove_content", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 145, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_remove_content", "callee": "kivy.uix.bubble.Bubble.remove_widget", "lineno": 147, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_remove_content", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 148, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_arbitrary_content", "callee": "kivy.uix.bubble.Bubble.__init__", "lineno": 152, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_arbitrary_content", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 153, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_arbitrary_content", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 154, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_arbitrary_content", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 155, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_two_content_widgets_fails", "callee": "kivy.uix.bubble.Bubble.__init__", "lineno": 159, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_two_content_widgets_fails", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 162, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_two_content_widgets_fails", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 164, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_content_with_buttons", "callee": "kivy.uix.bubble.Bubble.__init__", "lineno": 167, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_content_with_buttons", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 173, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_add_content_with_buttons", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 174, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.assertTestBubbleLayoutWithPredefinedArrowPos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 202, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.assertTestBubbleLayoutWithPredefinedArrowPos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 222, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.assertTestBubbleLayoutWithPredefinedArrowPos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 242, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.assertTestBubbleLayoutWithPredefinedArrowPos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 262, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.assertTestBubbleLayoutWithPredefinedArrowPos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 285, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "callee": "kivy.tests.test_uix_bubble._TestBubble.", "lineno": 321, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "callee": "kivy.tests.test_uix_bubble._TestBubbleContent.__init__", "lineno": 335, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "callee": "kivy.tests.test_uix_bubble._TestBubbleButton.__init__", "lineno": 338, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 344, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 345, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_predefined_arrow_pos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertTestBubbleLayoutWithPredefinedArrowPos", "lineno": 347, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "callee": "kivy.tests.test_uix_bubble._TestBubble.", "lineno": 353, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "callee": "kivy.tests.test_uix_bubble._TestBubbleContent.__init__", "lineno": 362, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "callee": "kivy.tests.test_uix_bubble._TestBubbleButton.__init__", "lineno": 365, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 371, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 372, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 375, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_without_arrow", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 381, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "callee": "kivy.tests.test_uix_bubble._TestBubble.", "lineno": 394, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "callee": "kivy.tests.test_uix_bubble._TestBubbleContent.__init__", "lineno": 399, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "callee": "kivy.tests.test_uix_bubble._TestBubbleButton.__init__", "lineno": 402, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "callee": "kivy.uix.bubble.Bubble.add_widget", "lineno": 409, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 411, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 415, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_bubble.BubbleTest.test_bubble_layout_with_flex_arrow_pos", "callee": "kivy.tests.test_uix_bubble.BubbleTest.assertSequenceAlmostEqual", "lineno": 421, "resolution": "self_method_call" } ], "kivy.tests.test_uix_carousel": [ { "caller": "kivy.tests.test_uix_carousel.test_remove_widget", "callee": "kivy.uix.carousel.Carousel.__init__", "lineno": 14, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_carousel.test_remove_widget", "callee": "kivy.uix.carousel.Carousel.add_widget", "lineno": 22, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_carousel.test_remove_widget", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_carousel.test_remove_widget", "callee": "kivy.uix.carousel.Carousel.remove_widget", "lineno": 30, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_carousel.test_remove_widget", "callee": "kivy.uix.carousel.Carousel.remove_widget", "lineno": 35, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_carousel.test_remove_widget", "callee": "kivy.uix.carousel.Carousel.remove_widget", "lineno": 43, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_carousel.test_remove_widget", "callee": "kivy.uix.carousel.Carousel.remove_widget", "lineno": 50, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_carousel.test_previous_and_next", "callee": "kivy.uix.carousel.Carousel.__init__", "lineno": 80, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_carousel.test_previous_and_next", "callee": "kivy.uix.carousel.Carousel.add_widget", "lineno": 82, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_carousel.test_previous_and_next", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 82, "resolution": "imported_call" } ], "kivy.tests.test_uix_colorpicker": [ { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_render", "callee": "kivy.uix.colorpicker.ColorWheel.__init__", "lineno": 12, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_render", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 13, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "callee": "kivy.uix.colorpicker.ColorWheel.__init__", "lineno": 16, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 24, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "callee": "kivy.uix.colorpicker.ColorWheel.on_touch_down", "lineno": 35, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "callee": "kivy.uix.colorpicker.ColorWheel.on_touch_up", "lineno": 36, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 46, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "callee": "kivy.uix.colorpicker.ColorWheel.on_touch_down", "lineno": 54, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorWheelTest.test_clicks", "callee": "kivy.uix.colorpicker.ColorWheel.on_touch_up", "lineno": 55, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorPickerTest.test_render", "callee": "kivy.uix.colorpicker.ColorPicker.__init__", "lineno": 62, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorPickerTest.test_render", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 63, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorPickerTest.test_set_colour", "callee": "kivy.uix.colorpicker.ColorPicker.__init__", "lineno": 66, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorPickerTest.test_set_colour", "callee": "kivy.uix.colorpicker.ColorPicker.set_color", "lineno": 72, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_colorpicker.ColorPickerTest.test_set_colour", "callee": "kivy.uix.colorpicker.ColorPicker.set_color", "lineno": 76, "resolution": "local_typed_method_call" } ], "kivy.tests.test_uix_dropdown": [ { "caller": "kivy.tests.test_uix_dropdown.TestApp.dropdown_app.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_dropdown.TestApp.dropdown_app.build", "callee": "kivy.uix.dropdown.DropDown.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_dropdown.TestApp.dropdown_app.build", "callee": "kivy.uix.label.Label.__init__", "lineno": 34, "resolution": "imported_call" } ], "kivy.tests.test_uix_gridlayout": [ { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_rows_None", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 16, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_rows_None", "callee": "kivy.uix.gridlayout.GridLayout.get_max_widgets", "lineno": 18, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_rows_None", "callee": ".unittest.TestCase.assertEqual", "lineno": 19, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_rows_None", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_rows_None", "callee": "kivy.uix.gridlayout.GridLayout.get_max_widgets", "lineno": 25, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_rows_None", "callee": ".unittest.TestCase.assertEqual", "lineno": 26, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_None", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_None", "callee": "kivy.uix.gridlayout.GridLayout.get_max_widgets", "lineno": 32, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_cols_None", "callee": ".unittest.TestCase.assertEqual", "lineno": 33, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_with_rows_cols", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 36, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_with_rows_cols", "callee": "kivy.uix.gridlayout.GridLayout.get_max_widgets", "lineno": 40, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.GridLayoutTest.test_gridlayout_get_max_widgets_with_rows_cols", "callee": ".unittest.TestCase.assertEqual", "lineno": 41, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_gridlayout.UixGridLayoutTest.test_rows_cols_sizes", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 49, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.UixGridLayoutTest.test_rows_cols_sizes", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 52, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.UixGridLayoutTest.test_rows_cols_sizes", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 52, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.UixGridLayoutTest.test_rows_cols_sizes", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 53, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.test_create_idx_iter", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 71, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.test_create_idx_iter", "callee": "kivy.uix.gridlayout.GridLayout._create_idx_iter", "lineno": 72, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.test_create_idx_iter2", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 82, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.test_create_idx_iter2", "callee": "kivy.uix.gridlayout.GridLayout._create_idx_iter", "lineno": 83, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 91, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 95, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 95, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "callee": "kivy.uix.gridlayout.GridLayout.do_layout", "lineno": 97, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_1x1", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 107, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_3x1_lr", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 116, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_3x1_rl", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 125, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_1x3_tb", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 138, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_1x3_bt", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 151, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_lr_tb", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 162, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_lr_bt", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 173, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_rl_tb", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 184, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_rl_bt", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 195, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_tb_lr", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 206, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_tb_rl", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 217, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_bt_lr", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 228, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.test_2x2_bt_rl", "callee": "kivy.tests.test_uix_gridlayout.TestLayout_fixed_sized_children.compute_layout", "lineno": 239, "resolution": "self_method_call" } ], "kivy.tests.test_uix_layout": [ { "caller": "kivy.tests.test_uix_layout.UixLayoutTest.test_instantiation", "callee": ".unittest.TestCase.assertRaises", "lineno": 15, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_layout.UixLayoutTest.test_instantiation", "callee": "kivy.uix.layout.Layout.__init__", "lineno": 16, "resolution": "imported_call" } ], "kivy.tests.test_uix_lottie": [ { "caller": "kivy.tests.test_uix_lottie.", "callee": ".pathlib.Path", "lineno": 28, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_lottie._MockLottie._make_mock_lottie_class.play_segment", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 77, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie._MockLottie._make_mock_lottie_class.play_marker", "callee": "kivy.core.lottie.LottieBase._refresh", "lineno": 83, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie._MockLottieInjection._inject_mock", "callee": "kivy.tests.test_uix_lottie._make_mock_lottie_class", "lineno": 116, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.setUp", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._inject_mock", "lineno": 139, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.tearDown", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._restore_mock", "lineno": 142, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_source_sets_loaded_true", "callee": ".list.append", "lineno": 155, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_source_sets_loaded_true", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 157, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_texture_not_none_after_load", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 164, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_duration_populated_after_load", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 170, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_total_frames_populated_after_load", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 176, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_texture_size_matches_texture", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 182, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetLoad.test_clear_source_resets", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 189, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.setUp", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._inject_mock", "lineno": 205, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.setUp", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 208, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.tearDown", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._restore_mock", "lineno": 211, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_state_play_before_load_starts_playback", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 231, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetPlayback.test_state_play_at_construction", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 237, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.setUp", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._inject_mock", "lineno": 273, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.setUp", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 276, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetDom.tearDown", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._restore_mock", "lineno": 279, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.setUp", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._inject_mock", "lineno": 355, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.setUp", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 360, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_lottie.TestLottieWidgetFitMode.tearDown", "callee": "kivy.tests.test_uix_lottie._MockLottieInjection._restore_mock", "lineno": 363, "resolution": "inherited_method_call" } ], "kivy.tests.test_uix_modal": [ { "caller": "kivy.tests.test_uix_modal.TestApp.modal_app.build", "callee": "kivy.uix.modalview.ModalView.__init__", "lineno": 40, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_modal.test_modal_app", "callee": ".math.isclose", "lineno": 68, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_modal.test_modal_app", "callee": ".math.isclose", "lineno": 69, "resolution": "external_constructor_call" } ], "kivy.tests.test_uix_recyclegridlayout": [ { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "callee": ".textwrap.dedent", "lineno": 11, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_1x1", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 40, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_3x1_lr", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 50, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_3x1_rl", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 60, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_1x3_tb", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 74, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_1x3_bt", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 88, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_lr_tb", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 99, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_lr_bt", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 110, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_rl_tb", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 122, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_rl_bt", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 133, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_tb_lr", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 144, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_tb_rl", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 156, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_bt_lr", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 167, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.test_2x2_bt_rl", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_all_the_data_is_visible.compute_layout", "lineno": 178, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "callee": ".textwrap.dedent", "lineno": 191, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_4x1_lr", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 227, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_4x1_rl", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 237, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_1x4_tb", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 253, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_1x4_bt", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 269, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_lr_tb", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 283, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_lr_bt", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 297, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_rl_tb", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 311, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_rl_bt", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 325, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_tb_lr", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 339, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_tb_rl", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 353, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_bt_lr", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 367, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.test_3x3_bt_rl", "callee": "kivy.tests.test_uix_recyclegridlayout.TestLayout_only_a_part_of_the_data_is_visible.compute_layout", "lineno": 381, "resolution": "self_method_call" } ], "kivy.tests.test_uix_relativelayout": [ { "caller": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_on_touch_move", "callee": "kivy.uix.relativelayout.RelativeLayout.__init__", "lineno": 17, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_coordinates", "callee": "kivy.uix.relativelayout.RelativeLayout.__init__", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_coordinates", "callee": ".unittest.TestCase.assertEqual", "lineno": 29, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_coordinates", "callee": "kivy.uix.relativelayout.RelativeLayout.to_parent", "lineno": 29, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_coordinates", "callee": ".unittest.TestCase.assertEqual", "lineno": 30, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_relativelayout.UixRelativeLayoutTest.test_relativelayout_coordinates", "callee": "kivy.uix.relativelayout.RelativeLayout.to_local", "lineno": 30, "resolution": "local_typed_method_call" } ], "kivy.tests.test_uix_scrollview": [ { "caller": "kivy.tests.test_uix_scrollview.", "callee": ".itertools.count", "lineno": 14, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 27, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "callee": "kivy.uix.label.Label.__init__", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "callee": ".time.sleep", "lineno": 93, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 94, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 99, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "callee": "kivy.input.motionevent.MotionEvent.move", "lineno": 111, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "callee": "kivy.input.motionevent.MotionEvent.move", "lineno": 123, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "callee": ".time.sleep", "lineno": 132, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 133, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal", "callee": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "lineno": 152, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal", "callee": "kivy.tests.test_uix_scrollview._TestScrollbarHorizontal.__init__", "lineno": 153, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 154, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal", "callee": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "lineno": 167, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 168, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical", "callee": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "lineno": 173, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical", "callee": "kivy.tests.test_uix_scrollview._TestScrollbarVertical.__init__", "lineno": 174, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 175, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical", "callee": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "lineno": 188, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 189, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both", "callee": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "lineno": 194, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both", "callee": "kivy.tests.test_uix_scrollview._TestScrollbarBoth.__init__", "lineno": 195, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 196, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both", "callee": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "lineno": 211, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 212, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal_margin", "callee": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "lineno": 217, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal_margin", "callee": "kivy.tests.test_uix_scrollview._TestScrollbarHorizontalMargin.__init__", "lineno": 218, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal_margin", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 220, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal_margin", "callee": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "lineno": 237, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_horizontal_margin", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 238, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical_margin", "callee": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "lineno": 243, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical_margin", "callee": "kivy.tests.test_uix_scrollview._TestScrollbarVerticalMargin.__init__", "lineno": 244, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical_margin", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 246, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical_margin", "callee": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "lineno": 263, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_vertical_margin", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 264, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both_margin", "callee": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "lineno": 269, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both_margin", "callee": "kivy.tests.test_uix_scrollview._TestScrollbarBothMargin.__init__", "lineno": 270, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both_margin", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 272, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both_margin", "callee": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.process_points", "lineno": 293, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_scrollbar_both_margin", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 294, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_smooth_scroll_end", "callee": "kivy.tests.test_uix_scrollview._TestGrid.__init__", "lineno": 299, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_smooth_scroll_end", "callee": "kivy.uix.scrollview.ScrollView.__init__", "lineno": 300, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_smooth_scroll_end", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 303, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_smooth_scroll_end", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 318, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_scrollview.ScrollViewTestCase.test_smooth_scroll_end", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 339, "resolution": "imported_call" } ], "kivy.tests.test_uix_settings": [ { "caller": "kivy.tests.test_uix_settings.test_settings_create_json_panel_errors", "callee": "kivy.config.ConfigParser.__init__", "lineno": 10, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_settings.test_settings_create_json_panel_errors", "callee": "kivy.uix.settings.Settings.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_settings.test_settings_create_json_panel_errors", "callee": "kivy.uix.settings.Settings.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_settings.test_settings_create_json_panel_errors", "callee": "kivy.uix.settings.Settings.__init__", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_settings.test_settings_create_json_panel_errors", "callee": "kivy.uix.settings.Settings.__init__", "lineno": 33, "resolution": "imported_call" } ], "kivy.tests.test_uix_slider": [ { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 43, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.tests.test_uix_slider._TestSliderHandle.__init__", "lineno": 45, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.tests.test_uix_slider._TestSliderAll.__init__", "lineno": 46, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 47, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 48, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 79, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.input.motionevent.MotionEvent.move", "lineno": 115, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_slider.SliderMoveTestCase.test_slider_move", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 151, "resolution": "inherited_method_call" } ], "kivy.tests.test_uix_stacklayout": [ { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_no_children", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_no_children", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 16, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 20, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 23, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 24, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": ".unittest.TestCase.assertEqual", "lineno": 26, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": ".unittest.TestCase.assertEqual", "lineno": 27, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": ".unittest.TestCase.assertEqual", "lineno": 28, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_default", "callee": ".unittest.TestCase.assertEqual", "lineno": 29, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 33, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 36, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 37, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 39, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 40, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 41, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_fixed_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 42, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 46, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 47, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 49, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 51, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": ".unittest.TestCase.assertEqual", "lineno": 53, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": ".unittest.TestCase.assertEqual", "lineno": 54, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": ".unittest.TestCase.assertEqual", "lineno": 55, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_btrl", "callee": ".unittest.TestCase.assertEqual", "lineno": 56, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 60, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 61, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 63, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 65, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": ".unittest.TestCase.assertEqual", "lineno": 67, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": ".unittest.TestCase.assertEqual", "lineno": 68, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": ".unittest.TestCase.assertEqual", "lineno": 69, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_orientation_rlbt", "callee": ".unittest.TestCase.assertEqual", "lineno": 70, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 73, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 74, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 76, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 78, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": ".unittest.TestCase.assertEqual", "lineno": 80, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": ".unittest.TestCase.assertEqual", "lineno": 81, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": ".unittest.TestCase.assertEqual", "lineno": 82, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_padding", "callee": ".unittest.TestCase.assertEqual", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 86, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 87, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 89, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 91, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": ".unittest.TestCase.assertEqual", "lineno": 93, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": ".unittest.TestCase.assertEqual", "lineno": 94, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": ".unittest.TestCase.assertEqual", "lineno": 95, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_spacing", "callee": ".unittest.TestCase.assertEqual", "lineno": 96, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 99, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 100, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 102, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 105, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": ".unittest.TestCase.assertEqual", "lineno": 107, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": ".unittest.TestCase.assertEqual", "lineno": 108, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 110, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_overflow", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 111, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_nospace", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 115, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_nospace", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 116, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_nospace", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 118, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_stacklayout.UixStackLayoutTest.test_stacklayout_nospace", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 120, "resolution": "local_typed_method_call" } ], "kivy.tests.test_uix_svg": [ { "caller": "kivy.tests.test_uix_svg._SvgLoaderIsolation._inject_mock_provider", "callee": "kivy.tests.test_uix_svg._make_mock_provider_class", "lineno": 94, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_svg.TestNextPowerOf2.test_values", "callee": ".unittest.TestCase.assertEqual", "lineno": 129, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_http_url", "callee": ".unittest.TestCase.assertTrue", "lineno": 140, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_https_url", "callee": ".unittest.TestCase.assertTrue", "lineno": 143, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_https_url_mixed_case", "callee": ".unittest.TestCase.assertTrue", "lineno": 146, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_absolute_file_path", "callee": ".unittest.TestCase.assertFalse", "lineno": 149, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_relative_file_path", "callee": ".unittest.TestCase.assertFalse", "lineno": 152, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_bytes_input", "callee": ".unittest.TestCase.assertFalse", "lineno": 155, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_none_input", "callee": ".unittest.TestCase.assertFalse", "lineno": 158, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_ftp_protocol_not_uri", "callee": ".unittest.TestCase.assertFalse", "lineno": 162, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestIsUri.test_empty_string", "callee": ".unittest.TestCase.assertFalse", "lineno": 165, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_svg.TestElementOverrideApi.setUp", "callee": "kivy.tests.test_uix_svg._make_mock_provider_class", "lineno": 186, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_svg.TestElementOverrideApi.setUp", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 189, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.setUp", "callee": "kivy.tests.test_uix_svg._SvgLoaderIsolation._inject_mock_provider", "lineno": 253, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.tearDown", "callee": "kivy.tests.test_uix_svg._SvgLoaderIsolation._restore_providers", "lineno": 257, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_error_status_on_missing_source", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 262, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_clear_on_none_source", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 273, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_load_from_bytes_mipmap_false", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 283, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_load_from_bytes_mipmap_false", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 286, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_load_from_bytes_reaches_ready_status", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 292, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_load_from_bytes_reaches_ready_status", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 293, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_texture_created_after_load", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 299, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_texture_created_after_load", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 300, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_viewbox_size_populated_after_load", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 305, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_viewbox_size_populated_after_load", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 306, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_event_fires", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 312, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_event_fires", "callee": ".list.append", "lineno": 313, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_event_fires", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 315, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_error_event_fires_for_missing_file", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 321, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_error_event_fires_for_missing_file", "callee": ".list.append", "lineno": 322, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fires_only_once_on_first_load", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 329, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fires_only_once_on_first_load", "callee": ".list.append", "lineno": 330, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fires_only_once_on_first_load", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 332, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_image_ratio_from_viewbox", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 337, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_image_ratio_from_viewbox", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 338, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fired_with_texture_already_set", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 352, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fired_with_texture_already_set", "callee": ".list.append", "lineno": 353, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_on_load_fired_with_texture_already_set", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 355, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_set_after_source_renders_at_final_size", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 367, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_set_after_source_renders_at_final_size", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 369, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_set_after_source_renders_at_final_size", "callee": "kivy.uix.svg._next_power_of_2", "lineno": 372, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_source_change_cancels_pending_deferred_rasterize", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 382, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_source_change_cancels_pending_deferred_rasterize.counting_rasterize", "callee": ".list.append", "lineno": 387, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_source_change_cancels_pending_deferred_rasterize", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 397, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_texture_size_matches_texture_dimensions", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 406, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_texture_size_matches_texture_dimensions", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 407, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_resets_state_and_reloads", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 416, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_resets_state_and_reloads", "callee": ".list.append", "lineno": 417, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_resets_state_and_reloads", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 418, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_resets_state_and_reloads", "callee": "kivy.uix.svg.SvgWidget.reload", "lineno": 422, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_resets_state_and_reloads", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 424, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_updates_texture", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 431, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_updates_texture", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 432, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_updates_texture", "callee": "kivy.uix.svg.SvgWidget.reload", "lineno": 434, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_reload_updates_texture", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 435, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_change_before_first_rasterize_does_not_double_rasterize", "callee": "kivy.uix.svg.SvgWidget.__init__", "lineno": 447, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_change_before_first_rasterize_does_not_double_rasterize.counting_rasterize", "callee": ".list.append", "lineno": 452, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestSvgWidgetIntegration.test_size_change_before_first_rasterize_does_not_double_rasterize", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 460, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.setUp", "callee": "kivy.tests.test_uix_svg._SvgLoaderIsolation._inject_mock_provider", "lineno": 474, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.tearDown", "callee": "kivy.tests.test_uix_svg._SvgLoaderIsolation._restore_providers", "lineno": 478, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_load_from_bytes_reaches_ready_status", "callee": "kivy.uix.svg.AsyncSvgWidget.__init__", "lineno": 483, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_load_from_bytes_reaches_ready_status", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 484, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_error_status_on_missing_local_file", "callee": "kivy.uix.svg.AsyncSvgWidget.__init__", "lineno": 491, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_error_status_on_missing_local_file", "callee": ".list.append", "lineno": 492, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_stale_download_response_discarded", "callee": "kivy.uix.svg.AsyncSvgWidget.__init__", "lineno": 500, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_stale_download_response_discarded", "callee": "kivy.uix.svg.AsyncSvgWidget._on_download_success", "lineno": 509, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_http_failure_sets_error_status", "callee": "kivy.uix.svg.AsyncSvgWidget.__init__", "lineno": 516, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_http_failure_sets_error_status", "callee": ".list.append", "lineno": 517, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_http_failure_sets_error_status", "callee": "kivy.uix.svg.AsyncSvgWidget._on_download_failure", "lineno": 524, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_network_error_sets_error_status", "callee": "kivy.uix.svg.AsyncSvgWidget.__init__", "lineno": 531, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_network_error_sets_error_status", "callee": ".list.append", "lineno": 532, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_svg.TestAsyncSvgWidgetIntegration.test_network_error_sets_error_status", "callee": "kivy.uix.svg.AsyncSvgWidget._on_download_error", "lineno": 538, "resolution": "local_typed_method_call" } ], "kivy.tests.test_uix_textinput": [ { "caller": "kivy.tests.test_uix_textinput.", "callee": ".itertools.count", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputTest.test_focusable_when_disabled", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputTest.on_focused", "callee": ".unittest.TestCase.assertTrue", "lineno": 27, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputTest.test_wordbreak", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputTest.on_text", "callee": ".unittest.TestCase.assertEqual", "lineno": 38, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputTest.on_text", "callee": ".unittest.TestCase.assertEqual", "lineno": 43, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 49, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 51, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "callee": ".unittest.TestCase.assertEqual", "lineno": 53, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "callee": ".unittest.TestCase.assertEqual", "lineno": 54, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "callee": ".unittest.TestCase.assertEqual", "lineno": 57, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "callee": ".unittest.TestCase.assertEqual", "lineno": 59, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputIMETest.test_ime", "callee": ".unittest.TestCase.assertEqual", "lineno": 65, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_text_validate", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 70, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_text_validate", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 73, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_text_validate", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 83, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_text_validate", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 100, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 109, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 112, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": ".str.split", "lineno": 120, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": ".str.split", "lineno": 121, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 128, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 137, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": "kivy.uix.textinput.TextInput._key_up", "lineno": 142, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": ".str.split", "lineno": 148, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": ".str.split", "lineno": 149, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_multiline", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 155, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 163, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 166, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 185, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 187, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "callee": "kivy.uix.textinput.TextInput._key_up", "lineno": 193, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 201, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selection_enter_singleline", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 206, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 210, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 213, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 224, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 232, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 234, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.uix.textinput.TextInput._key_up", "lineno": 240, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 250, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_del", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 257, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_escape", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 266, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_escape", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 269, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_escape", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 272, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 281, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 284, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 294, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 302, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 304, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "callee": "kivy.uix.textinput.TextInput._key_up", "lineno": 310, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_no_shift_cursor_arrow_on_selection", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 315, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 323, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 327, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "callee": ".str.split", "lineno": 333, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "callee": ".str.split", "lineno": 334, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 346, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 347, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_movement_control", "callee": "kivy.uix.textinput.TextInput._key_up", "lineno": 351, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_blink", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 354, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_blink", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 362, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_blink", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 371, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cursor_blink", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 380, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_visible_lines_range", "callee": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "lineno": 384, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_visible_lines_range", "callee": "kivy.tests.test_uix_textinput.ti_height_for_x_lines", "lineno": 387, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_visible_lines_range", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 389, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_visible_lines_range", "callee": "kivy.tests.test_uix_textinput.ti_height_for_x_lines", "lineno": 392, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_visible_lines_range", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 393, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_keyboard_scroll", "callee": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "lineno": 397, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_keyboard_scroll", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 401, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_keyboard_scroll", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 407, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_keyboard_scroll", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 415, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_keyboard_scroll", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 421, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_scroll_doesnt_move_cursor", "callee": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "lineno": 426, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_scroll_doesnt_move_cursor", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 430, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_scroll_doesnt_move_cursor", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 441, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "callee": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "lineno": 452, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 456, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 466, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 475, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 484, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "callee": "kivy.tests.common.UTMotionEvent.__init__", "lineno": 488, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_vertical_scroll_doesnt_depend_on_lines_rendering", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 496, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selectall_copy_paste", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 503, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selectall_copy_paste", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 505, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selectall_copy_paste", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 514, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selectall_copy_paste", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 520, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selectall_copy_paste", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 525, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_selectall_copy_paste", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 530, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 542, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 546, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 547, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "callee": "kivy.tests.common.GraphicUnitTest.render", "lineno": 548, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "callee": "kivy.tests.test_uix_textinput.ti_height_for_x_lines", "lineno": 551, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.make_scrollable_text_input", "callee": "kivy.tests.common.GraphicUnitTest.advance_frames", "lineno": 552, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cutcopypastebubble_content", "callee": "kivy.uix.textinput.TextInputCutCopyPaste.__init__", "lineno": 556, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_textinput.TextInputGraphicTest.test_cutcopypastebubble_content", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 556, "resolution": "imported_call" } ], "kivy.tests.test_uix_translate_coordinates": [ { "caller": "kivy.tests.test_uix_translate_coordinates.is_relative_type", "callee": "kivy.tests.test_uix_translate_coordinates.get_relative_type_widget_classes", "lineno": 23, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_translate_coordinates.test_to_window_and_to_widget", "callee": ".textwrap.dedent", "lineno": 50, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_translate_coordinates.test_to_window_and_to_widget", "callee": "kivy.tests.test_uix_translate_coordinates.is_relative_type", "lineno": 65, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_translate_coordinates.test_to_window_and_to_widget", "callee": "kivy.tests.test_uix_translate_coordinates.is_relative_type", "lineno": 68, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_uix_translate_coordinates.test_to_window_and_to_widget", "callee": "kivy.tests.test_uix_translate_coordinates.is_relative_type", "lineno": 72, "resolution": "direct_name_call" } ], "kivy.tests.test_uix_videoplayer": [ { "caller": "kivy.tests.test_uix_videoplayer.TestApp.videoplayer_app.build", "callee": "kivy.uix.videoplayer.VideoPlayer.__init__", "lineno": 13, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_default_thumbnail", "callee": ".unittest.mock.patch", "lineno": 23, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_default_thumbnail", "callee": ".unittest.mock.patch", "lineno": 25, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_default_thumbnail", "callee": ".unittest.mock.patch", "lineno": 27, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_default_annotation", "callee": ".unittest.mock.patch", "lineno": 40, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_default_annotation", "callee": ".unittest.mock.patch", "lineno": 42, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_custom_thumbnail", "callee": ".unittest.mock.patch", "lineno": 55, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_custom_thumbnail", "callee": ".unittest.mock.patch", "lineno": 57, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_custom_thumbnail", "callee": ".unittest.mock.patch", "lineno": 59, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_custom_annotation", "callee": ".unittest.mock.patch", "lineno": 73, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_custom_annotation", "callee": ".unittest.mock.patch", "lineno": 75, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_videoplayer.test_custom_annotations_reset_no_fail", "callee": ".unittest.mock.patch", "lineno": 100, "resolution": "external_constructor_call" } ], "kivy.tests.test_uix_widget": [ { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_default_widgets", "callee": "kivy.uix.slider.Slider.", "lineno": 11, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 25, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 26, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 27, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 28, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 30, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 31, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_slider_properties", "callee": "kivy.uix.slider.Slider.", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_image_properties", "callee": ".os.path.join", "lineno": 38, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_image_properties", "callee": ".os.path.dirname", "lineno": 38, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_image_properties", "callee": "kivy.uix.image.Image.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_0", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 45, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_0", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 49, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_0", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 50, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_0", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 51, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_1", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 58, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_1", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 62, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_1", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 63, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_1", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 64, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_2", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 71, "resolution": "imported_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_2", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 75, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_2", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 76, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.UIXWidgetTestCase.test_add_widget_index_2", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 77, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_uix_widget.CallerWidget.test_widget_root_from_code_with_kv.__init__", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 99, "resolution": "inherited_method_call" } ], "kivy.tests.test_utils": [ { "caller": "kivy.tests.test_utils.UtilsTest.test_escape_markup", "callee": "kivy.utils.escape_markup", "lineno": 20, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_escape_markup", "callee": ".unittest.TestCase.assertEqual", "lineno": 21, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_format_bytes_to_human", "callee": "kivy.utils.format_bytes_to_human", "lineno": 24, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_format_bytes_to_human", "callee": ".unittest.TestCase.assertEqual", "lineno": 25, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_format_bytes_to_human", "callee": "kivy.utils.format_bytes_to_human", "lineno": 26, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_format_bytes_to_human", "callee": ".unittest.TestCase.assertEqual", "lineno": 27, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_format_bytes_to_human", "callee": "kivy.utils.format_bytes_to_human", "lineno": 28, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_format_bytes_to_human", "callee": ".unittest.TestCase.assertEqual", "lineno": 29, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_boundary", "callee": "kivy.utils.boundary", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_boundary", "callee": ".unittest.TestCase.assertEqual", "lineno": 33, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_boundary", "callee": "kivy.utils.boundary", "lineno": 34, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_boundary", "callee": ".unittest.TestCase.assertEqual", "lineno": 35, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_boundary", "callee": "kivy.utils.boundary", "lineno": 36, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_boundary", "callee": ".unittest.TestCase.assertEqual", "lineno": 37, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_is_color_transparent", "callee": ".unittest.TestCase.assertFalse", "lineno": 41, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_is_color_transparent", "callee": "kivy.utils.is_color_transparent", "lineno": 41, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_is_color_transparent", "callee": ".unittest.TestCase.assertFalse", "lineno": 43, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_is_color_transparent", "callee": "kivy.utils.is_color_transparent", "lineno": 43, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_is_color_transparent", "callee": ".unittest.TestCase.assertTrue", "lineno": 45, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_is_color_transparent", "callee": "kivy.utils.is_color_transparent", "lineno": 45, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_deprecated", "callee": "kivy.tests.test_utils.UtilsTest.a_deprecated_function", "lineno": 53, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate", "callee": "kivy.utils.SafeList.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate", "callee": ".unittest.TestCase.assertTrue", "lineno": 57, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate", "callee": "kivy.utils.SafeList.iterate", "lineno": 58, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate", "callee": ".unittest.TestCase.assertEqual", "lineno": 59, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate", "callee": ".unittest.TestCase.assertEqual", "lineno": 60, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate", "callee": ".unittest.TestCase.assertEqual", "lineno": 61, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate_reverse", "callee": "kivy.utils.SafeList.__init__", "lineno": 64, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate_reverse", "callee": ".unittest.TestCase.assertTrue", "lineno": 65, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate_reverse", "callee": "kivy.utils.SafeList.iterate", "lineno": 66, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate_reverse", "callee": ".unittest.TestCase.assertEqual", "lineno": 67, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate_reverse", "callee": ".unittest.TestCase.assertEqual", "lineno": 68, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_iterate_reverse", "callee": ".unittest.TestCase.assertEqual", "lineno": 69, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_clear", "callee": "kivy.utils.SafeList.__init__", "lineno": 72, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_clear", "callee": ".unittest.TestCase.assertTrue", "lineno": 73, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_clear", "callee": "kivy.utils.SafeList.clear", "lineno": 74, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_SafeList_clear", "callee": ".unittest.TestCase.assertEqual", "lineno": 75, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_fixed_alpha", "callee": "kivy.utils.get_random_color", "lineno": 78, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_fixed_alpha", "callee": ".unittest.TestCase.assertEqual", "lineno": 79, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_fixed_alpha", "callee": ".unittest.TestCase.assertEqual", "lineno": 80, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_fixed_alpha", "callee": "kivy.utils.get_random_color", "lineno": 82, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_fixed_alpha", "callee": ".unittest.TestCase.assertEqual", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_fixed_alpha", "callee": ".unittest.TestCase.assertEqual", "lineno": 84, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_random_alpha", "callee": "kivy.utils.get_random_color", "lineno": 87, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_random_color_random_alpha", "callee": ".unittest.TestCase.assertEqual", "lineno": 88, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_hex_from_color_noalpha", "callee": "kivy.utils.get_hex_from_color", "lineno": 91, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_hex_from_color_noalpha", "callee": ".unittest.TestCase.assertEqual", "lineno": 93, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_hex_from_color_alpha", "callee": "kivy.utils.get_hex_from_color", "lineno": 96, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_hex_from_color_alpha", "callee": ".unittest.TestCase.assertEqual", "lineno": 98, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_color_from_hex_noalpha", "callee": "kivy.utils.get_color_from_hex", "lineno": 101, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_color_from_hex_noalpha", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 104, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_color_from_hex_alpha", "callee": "kivy.utils.get_color_from_hex", "lineno": 107, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_get_color_from_hex_alpha", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 110, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_strtotuple", "callee": ".unittest.TestCase.assertRaises", "lineno": 113, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_strtotuple", "callee": ".unittest.TestCase.assertRaises", "lineno": 114, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_strtotuple", "callee": ".unittest.TestCase.assertRaises", "lineno": 115, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_strtotuple", "callee": ".unittest.TestCase.assertRaises", "lineno": 116, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_strtotuple", "callee": "kivy.utils.strtotuple", "lineno": 117, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_strtotuple", "callee": ".unittest.TestCase.assertEqual", "lineno": 119, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_QueryDict", "callee": "kivy.utils.QueryDict.", "lineno": 122, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_QueryDict", "callee": ".unittest.TestCase.assertTrue", "lineno": 123, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_QueryDict", "callee": ".unittest.TestCase.assertEqual", "lineno": 126, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_QueryDict", "callee": ".unittest.TestCase.assertEqual", "lineno": 129, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_QueryDict", "callee": ".unittest.TestCase.assertRaises", "lineno": 130, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": ".unittest.TestCase.assertEqual", "lineno": 138, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": "kivy.utils.intersection", "lineno": 138, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": ".unittest.TestCase.assertEqual", "lineno": 139, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": "kivy.utils.intersection", "lineno": 139, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": ".unittest.TestCase.assertEqual", "lineno": 140, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": "kivy.utils.intersection", "lineno": 140, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": ".unittest.TestCase.assertEqual", "lineno": 141, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": "kivy.utils.intersection", "lineno": 141, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": ".unittest.TestCase.assertEqual", "lineno": 142, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": "kivy.utils.intersection", "lineno": 142, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": ".unittest.TestCase.assertEqual", "lineno": 143, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": "kivy.utils.intersection", "lineno": 143, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": ".unittest.TestCase.assertEqual", "lineno": 144, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_intersection", "callee": "kivy.utils.intersection", "lineno": 144, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": ".unittest.TestCase.assertEqual", "lineno": 151, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": "kivy.utils.difference", "lineno": 151, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": ".unittest.TestCase.assertEqual", "lineno": 152, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": "kivy.utils.difference", "lineno": 152, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": ".unittest.TestCase.assertEqual", "lineno": 153, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": "kivy.utils.difference", "lineno": 153, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": ".unittest.TestCase.assertEqual", "lineno": 154, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": "kivy.utils.difference", "lineno": 154, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": ".unittest.TestCase.assertEqual", "lineno": 155, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": "kivy.utils.difference", "lineno": 155, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": ".unittest.TestCase.assertEqual", "lineno": 156, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": "kivy.utils.difference", "lineno": 156, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": ".unittest.TestCase.assertEqual", "lineno": 157, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_difference", "callee": "kivy.utils.difference", "lineno": 157, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_interpolate_solo", "callee": "kivy.utils.interpolate", "lineno": 163, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_interpolate_solo", "callee": ".unittest.TestCase.assertEqual", "lineno": 164, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_interpolate_multi", "callee": "kivy.utils.interpolate", "lineno": 171, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_interpolate_multi", "callee": ".unittest.TestCase.assertEqual", "lineno": 172, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android", "callee": ".unittest.TestCase.assertEqual", "lineno": 192, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android", "callee": "kivy.utils._get_platform", "lineno": 192, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android", "callee": ".unittest.TestCase.assertNotIn", "lineno": 193, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_p4a", "callee": ".unittest.TestCase.assertEqual", "lineno": 197, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_p4a", "callee": "kivy.utils._get_platform", "lineno": 197, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_p4a", "callee": ".unittest.TestCase.assertNotIn", "lineno": 198, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_android_argument", "callee": ".unittest.TestCase.assertEqual", "lineno": 202, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_android_argument", "callee": "kivy.utils._get_platform", "lineno": 202, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_android_with_android_argument", "callee": ".unittest.TestCase.assertNotIn", "lineno": 203, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_ios", "callee": "kivy.utils._get_platform", "lineno": 207, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_ios", "callee": ".unittest.TestCase.assertEqual", "lineno": 208, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_ios", "callee": ".unittest.TestCase.assertNotIn", "lineno": 209, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_win32", "callee": "kivy.tests.test_utils.UtilsTest._test_platforms", "lineno": 212, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_cygwin", "callee": "kivy.tests.test_utils.UtilsTest._test_platforms", "lineno": 215, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_linux2", "callee": "kivy.tests.test_utils.UtilsTest._test_platforms", "lineno": 218, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_darwin", "callee": "kivy.tests.test_utils.UtilsTest._test_platforms", "lineno": 221, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_freebsd", "callee": "kivy.tests.test_utils.UtilsTest._test_platforms", "lineno": 224, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_Platform_unknown", "callee": "kivy.tests.test_utils.UtilsTest._test_platforms", "lineno": 227, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_spaces", "callee": "kivy.utils.normalize_path_id", "lineno": 231, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_spaces", "callee": ".unittest.TestCase.assertEqual", "lineno": 232, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_invalid_chars", "callee": "kivy.utils.normalize_path_id", "lineno": 236, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_invalid_chars", "callee": ".unittest.TestCase.assertEqual", "lineno": 237, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_invalid_chars", "callee": "kivy.utils.normalize_path_id", "lineno": 239, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_invalid_chars", "callee": ".unittest.TestCase.assertEqual", "lineno": 240, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode", "callee": "kivy.utils.normalize_path_id", "lineno": 244, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode", "callee": ".unittest.TestCase.assertEqual", "lineno": 245, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode", "callee": "kivy.utils.normalize_path_id", "lineno": 247, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode", "callee": ".unittest.TestCase.assertEqual", "lineno": 248, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_control_chars", "callee": "kivy.utils.normalize_path_id", "lineno": 252, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_control_chars", "callee": ".unittest.TestCase.assertEqual", "lineno": 253, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_reserved_names", "callee": "kivy.utils.normalize_path_id", "lineno": 257, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_reserved_names", "callee": ".unittest.TestCase.assertEqual", "lineno": 258, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_reserved_names", "callee": "kivy.utils.normalize_path_id", "lineno": 260, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_reserved_names", "callee": ".unittest.TestCase.assertEqual", "lineno": 261, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_reserved_names", "callee": "kivy.utils.normalize_path_id", "lineno": 264, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_reserved_names", "callee": ".unittest.TestCase.assertEqual", "lineno": 265, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_strip", "callee": "kivy.utils.normalize_path_id", "lineno": 269, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_strip", "callee": ".unittest.TestCase.assertEqual", "lineno": 270, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_strip", "callee": "kivy.utils.normalize_path_id", "lineno": 272, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_strip", "callee": ".unittest.TestCase.assertEqual", "lineno": 273, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_empty", "callee": ".unittest.TestCase.assertRaises", "lineno": 277, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_empty", "callee": "kivy.utils.normalize_path_id", "lineno": 278, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_empty", "callee": ".unittest.TestCase.assertRaises", "lineno": 280, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_empty", "callee": "kivy.utils.normalize_path_id", "lineno": 281, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_empty", "callee": ".unittest.TestCase.assertRaises", "lineno": 284, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_empty", "callee": "kivy.utils.normalize_path_id", "lineno": 285, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode_normalization", "callee": "kivy.utils.normalize_path_id", "lineno": 290, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode_normalization", "callee": "kivy.utils.normalize_path_id", "lineno": 292, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode_normalization", "callee": ".unittest.TestCase.assertEqual", "lineno": 293, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_unicode_normalization", "callee": ".unittest.TestCase.assertEqual", "lineno": 294, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_zero_width_chars", "callee": "kivy.utils.normalize_path_id", "lineno": 298, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_zero_width_chars", "callee": ".unittest.TestCase.assertEqual", "lineno": 299, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_zero_width_chars", "callee": "kivy.utils.normalize_path_id", "lineno": 301, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_zero_width_chars", "callee": ".unittest.TestCase.assertEqual", "lineno": 302, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_zero_width_chars", "callee": "kivy.utils.normalize_path_id", "lineno": 304, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_zero_width_chars", "callee": ".unittest.TestCase.assertEqual", "lineno": 305, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": "kivy.utils.normalize_path_id", "lineno": 310, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": ".unittest.TestCase.assertEqual", "lineno": 311, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": ".unittest.TestCase.assertEqual", "lineno": 312, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": "kivy.utils.normalize_path_id", "lineno": 316, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": ".unittest.TestCase.assertLessEqual", "lineno": 317, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": ".unittest.TestCase.assertFalse", "lineno": 318, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": "kivy.utils.normalize_path_id", "lineno": 322, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_length_limit", "callee": ".unittest.TestCase.assertEqual", "lineno": 323, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_emoji_removed", "callee": "kivy.utils.normalize_path_id", "lineno": 327, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_emoji_removed", "callee": ".unittest.TestCase.assertEqual", "lineno": 328, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_emoji_removed", "callee": "kivy.utils.normalize_path_id", "lineno": 330, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_emoji_removed", "callee": ".unittest.TestCase.assertEqual", "lineno": 331, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": "kivy.utils.normalize_path_id", "lineno": 336, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": ".unittest.TestCase.assertEqual", "lineno": 337, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": "kivy.utils.normalize_path_id", "lineno": 340, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": ".unittest.TestCase.assertEqual", "lineno": 341, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": "kivy.utils.normalize_path_id", "lineno": 344, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": ".unittest.TestCase.assertEqual", "lineno": 345, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": "kivy.utils.normalize_path_id", "lineno": 348, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": ".unittest.TestCase.assertEqual", "lineno": 349, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": "kivy.utils.normalize_path_id", "lineno": 352, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": ".unittest.TestCase.assertEqual", "lineno": 353, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": "kivy.utils.normalize_path_id", "lineno": 356, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest.test_normalize_path_id_various_emoji", "callee": ".unittest.TestCase.assertEqual", "lineno": 357, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_utils.UtilsTest._test_platforms", "callee": "kivy.utils._get_platform", "lineno": 361, "resolution": "imported_call" }, { "caller": "kivy.tests.test_utils.UtilsTest._test_platforms", "callee": ".unittest.TestCase.assertTrue", "lineno": 362, "resolution": "external_inherited_call" } ], "kivy.tests.test_vector": [ { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_oneparameter_as_list", "callee": "kivy.vector.Vector.__init__", "lineno": 9, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_oneparameter_as_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 10, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_oneparameter_as_list", "callee": ".unittest.TestCase.assertRaises", "lineno": 11, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_oneparameter_as_int", "callee": ".unittest.TestCase.assertRaises", "lineno": 15, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_oneparameter_as_int", "callee": "kivy.vector.Vector.__init__", "lineno": 16, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_twoparameters", "callee": "kivy.vector.Vector.__init__", "lineno": 19, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_twoparameters", "callee": ".unittest.TestCase.assertEqual", "lineno": 20, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_twoparameters", "callee": ".unittest.TestCase.assertEqual", "lineno": 21, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_noparameter", "callee": ".unittest.TestCase.assertRaises", "lineno": 24, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_noparameter", "callee": "kivy.vector.Vector.__init__", "lineno": 25, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_threeparameters", "callee": ".unittest.TestCase.assertRaises", "lineno": 28, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_initializer_threeparameters", "callee": "kivy.vector.Vector.__init__", "lineno": 29, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 33, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 34, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 37, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 39, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 40, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 43, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 45, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 46, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_scalar", "callee": ".unittest.TestCase.assertRaises", "lineno": 49, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 50, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 53, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 53, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 54, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 55, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 58, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 59, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 60, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 61, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_scalar", "callee": ".unittest.TestCase.assertRaises", "lineno": 64, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 65, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 68, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 70, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sub_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 71, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 74, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 74, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 75, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 76, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 79, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 80, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 81, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 82, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 85, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 87, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 88, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 91, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 92, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_mul_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 93, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rmul_list", "callee": "kivy.vector.Vector.__init__", "lineno": 96, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rmul_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 97, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rmul_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 98, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rmul_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 101, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rmul_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 102, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rmul_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 103, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 106, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 106, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 107, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_twovectors", "callee": ".unittest.TestCase.assertEqual", "lineno": 108, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_twovectors", "callee": ".operator.truediv", "lineno": 111, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 111, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_twovectors", "callee": "kivy.vector.Vector.__init__", "lineno": 111, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_twovectors", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 112, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_twovectors", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 113, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_scalar", "callee": ".operator.truediv", "lineno": 116, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 116, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_scalar", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 117, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_truediv_scalar", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 118, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 121, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_inplace", "callee": "kivy.vector.Vector.__init__", "lineno": 122, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 123, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_inplace", "callee": ".unittest.TestCase.assertEqual", "lineno": 124, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_inplace_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 127, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 129, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_inplace_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 130, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 133, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 134, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_div_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 135, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rdiv_list", "callee": "kivy.vector.Vector.__init__", "lineno": 138, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rdiv_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 139, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rdiv_list", "callee": ".unittest.TestCase.assertEqual", "lineno": 140, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rdiv_scalar", "callee": "kivy.vector.Vector.__init__", "lineno": 143, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rdiv_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 144, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rdiv_scalar", "callee": ".unittest.TestCase.assertEqual", "lineno": 145, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_sum_oversizedlist", "callee": "kivy.vector.Vector.__init__", "lineno": 148, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_negation", "callee": "kivy.vector.Vector.__init__", "lineno": 151, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_negation", "callee": ".unittest.TestCase.assertEqual", "lineno": 152, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_negation", "callee": ".unittest.TestCase.assertEqual", "lineno": 153, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_length", "callee": "kivy.vector.Vector.__init__", "lineno": 156, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_length", "callee": ".unittest.TestCase.assertEqual", "lineno": 157, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_length_zerozero", "callee": "kivy.vector.Vector.__init__", "lineno": 160, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_length_zerozero", "callee": ".unittest.TestCase.assertEqual", "lineno": 161, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_length2", "callee": "kivy.vector.Vector.__init__", "lineno": 164, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_length2", "callee": ".unittest.TestCase.assertEqual", "lineno": 165, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_distance", "callee": "kivy.vector.Vector.__init__", "lineno": 168, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_distance", "callee": ".unittest.TestCase.assertEqual", "lineno": 169, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_distance2", "callee": "kivy.vector.Vector.__init__", "lineno": 172, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_distance2", "callee": ".unittest.TestCase.assertEqual", "lineno": 173, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize", "callee": "kivy.vector.Vector.__init__", "lineno": 176, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 177, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 178, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 179, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize_zerovector", "callee": "kivy.vector.Vector.__init__", "lineno": 182, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize_zerovector", "callee": ".unittest.TestCase.assertEqual", "lineno": 183, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize_zerovector", "callee": ".unittest.TestCase.assertEqual", "lineno": 184, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_normalize_zerovector", "callee": ".unittest.TestCase.assertEqual", "lineno": 185, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_dot", "callee": "kivy.vector.Vector.__init__", "lineno": 188, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_dot", "callee": ".unittest.TestCase.assertEqual", "lineno": 189, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_angle", "callee": "kivy.vector.Vector.__init__", "lineno": 192, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_angle", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 193, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rotate", "callee": "kivy.vector.Vector.__init__", "lineno": 196, "resolution": "imported_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rotate", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 198, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_rotate", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 199, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_", "callee": "kivy.vector.Vector.line_intersection", "lineno": 206, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 207, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 208, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_inbbox", "callee": "kivy.vector.Vector.in_bbox", "lineno": 213, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_inbbox", "callee": ".unittest.TestCase.assertTrue", "lineno": 214, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_inbbox", "callee": "kivy.vector.Vector.in_bbox", "lineno": 215, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_inbbox", "callee": ".unittest.TestCase.assertFalse", "lineno": 216, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "callee": ".unittest.TestCase.assertIsNotNone", "lineno": 229, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "callee": ".unittest.TestCase.assertIsNotNone", "lineno": 230, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 231, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "callee": ".unittest.TestCase.assertAlmostEqual", "lineno": 232, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "lineno": 237, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.vector.Vector.segment_intersection", "lineno": 237, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "lineno": 242, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.vector.Vector.segment_intersection", "lineno": 242, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "lineno": 247, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.vector.Vector.segment_intersection", "lineno": 247, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror.almost", "lineno": 252, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_vector.VectorTestCase.test_intersection_roundingerror", "callee": "kivy.vector.Vector.segment_intersection", "lineno": 252, "resolution": "qualified_module_call" } ], "kivy.tests.test_video": [ { "caller": "kivy.tests.test_video.VideoTestCase.test_video_unload", "callee": ".os.path.abspath", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_video.VideoTestCase.test_video_unload", "callee": ".os.path.join", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_video.VideoTestCase.test_video_unload", "callee": "kivy.uix.video.Video.__init__", "lineno": 16, "resolution": "imported_call" }, { "caller": "kivy.tests.test_video.VideoTestCase.test_video_unload", "callee": "kivy.base.stopTouchApp", "lineno": 17, "resolution": "imported_call" }, { "caller": "kivy.tests.test_video.VideoTestCase.test_video_unload.unload_video", "callee": "kivy.uix.video.Video.unload", "lineno": 21, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_video.VideoTestCase.test_video_unload.unload_video", "callee": "kivy.base.stopTouchApp", "lineno": 22, "resolution": "imported_call" }, { "caller": "kivy.tests.test_video.VideoTestCase.test_video_unload", "callee": "kivy.base.runTouchApp", "lineno": 25, "resolution": "imported_call" } ], "kivy.tests.test_weakmethod": [ { "caller": "kivy.tests.test_weakmethod.test_weak_method_on_obj", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 13, "resolution": "imported_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_on_obj", "callee": "kivy.weakmethod.WeakMethod.is_dead", "lineno": 15, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_on_obj", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 17, "resolution": "imported_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_on_obj", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 18, "resolution": "imported_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_on_obj", "callee": "kivy.weakmethod.WeakMethod.is_dead", "lineno": 23, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_on_obj", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 25, "resolution": "imported_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_func", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 34, "resolution": "imported_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_func", "callee": "kivy.weakmethod.WeakMethod.is_dead", "lineno": 36, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_func", "callee": "kivy.weakmethod.WeakMethod.__init__", "lineno": 38, "resolution": "imported_call" }, { "caller": "kivy.tests.test_weakmethod.test_weak_method_func", "callee": "kivy.weakmethod.WeakMethod.is_dead", "lineno": 43, "resolution": "local_typed_method_call" } ], "kivy.tests.test_widget": [ { "caller": "kivy.tests.test_widget.WidgetTestCase.setUp", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 11, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_add_remove_widget", "callee": ".unittest.TestCase.assertEqual", "lineno": 15, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_add_remove_widget", "callee": ".unittest.TestCase.assertEqual", "lineno": 18, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_add_remove_widget", "callee": ".unittest.TestCase.assertEqual", "lineno": 20, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_invalid_add_widget", "callee": ".unittest.TestCase.fail", "lineno": 29, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets", "callee": ".unittest.TestCase.assertEqual", "lineno": 35, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets", "callee": ".unittest.TestCase.assertEqual", "lineno": 43, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets", "callee": ".unittest.TestCase.assertEqual", "lineno": 46, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets", "callee": ".unittest.TestCase.assertEqual", "lineno": 49, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets", "callee": ".unittest.TestCase.assertEqual", "lineno": 52, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets_children", "callee": ".unittest.TestCase.assertEqual", "lineno": 58, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_clear_widgets_children", "callee": ".unittest.TestCase.assertEqual", "lineno": 61, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_position", "callee": ".unittest.TestCase.assertEqual", "lineno": 66, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_position", "callee": ".unittest.TestCase.assertEqual", "lineno": 67, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_position", "callee": ".unittest.TestCase.assertEqual", "lineno": 69, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_position", "callee": ".unittest.TestCase.assertEqual", "lineno": 70, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_position", "callee": ".unittest.TestCase.assertEqual", "lineno": 72, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_position", "callee": ".unittest.TestCase.assertEqual", "lineno": 73, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_position", "callee": ".unittest.TestCase.assertEqual", "lineno": 74, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 79, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 80, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 82, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 83, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 85, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 86, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_size", "callee": ".unittest.TestCase.assertEqual", "lineno": 87, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 91, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 92, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 93, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 94, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 95, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 96, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 97, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_collision", "callee": ".unittest.TestCase.assertEqual", "lineno": 98, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".tempfile.mkdtemp", "lineno": 110, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".os.path.join", "lineno": 111, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".os.path.join", "lineno": 112, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".os.path.join", "lineno": 113, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".unittest.TestCase.assertEqual", "lineno": 115, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".os.path.join", "lineno": 115, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".unittest.TestCase.assertEqual", "lineno": 116, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".os.path.join", "lineno": 116, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".unittest.TestCase.assertEqual", "lineno": 117, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".os.path.join", "lineno": 117, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_export_to_png", "callee": ".shutil.rmtree", "lineno": 118, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_disabled", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 124, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget.WidgetTestCase.test_disabled", "callee": ".unittest.TestCase.assertEqual", "lineno": 127, "resolution": "external_inherited_call" } ], "kivy.tests.test_widget_walk": [ { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 21, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 24, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 25, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 26, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.label.Label.__init__", "lineno": 28, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 29, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 30, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 32, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.label.Label.__init__", "lineno": 32, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 33, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 35, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 36, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 37, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 39, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.label.Label.__init__", "lineno": 39, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 40, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 42, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 43, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 44, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 45, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.label.Label.__init__", "lineno": 45, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 46, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.label.Label.__init__", "lineno": 48, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".list.append", "lineno": 49, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 50, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree.rotate", "lineno": 56, "resolution": "same_class_name_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".unittest.TestCase.assertListEqual", "lineno": 61, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_large_tree", "callee": ".unittest.TestCase.assertListEqual", "lineno": 62, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_single", "callee": "kivy.uix.label.Label.__init__", "lineno": 67, "resolution": "imported_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_single", "callee": ".unittest.TestCase.assertListEqual", "lineno": 68, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_single", "callee": "kivy.uix.widget.Widget.walk", "lineno": 68, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_single", "callee": ".unittest.TestCase.assertListEqual", "lineno": 69, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_widget_walk.FileWidgetWalk.test_walk_single", "callee": "kivy.uix.widget.Widget.walk_reverse", "lineno": 69, "resolution": "local_typed_method_call" } ], "kivy.tests.test_window_base": [ { "caller": "kivy.tests.test_window_base.WindowBaseTest.test_to_normalized_pos", "callee": ".itertools.product", "lineno": 15, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.check_opacity_support", "callee": "kivy.logger.LoggerHistory.clear_history", "lineno": 111, "resolution": "qualified_module_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.check_opacity_support", "callee": "kivy.tests.test_window_base.WindowOpacityTest.get_new_opacity_value", "lineno": 112, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_property", "callee": "kivy.tests.test_window_base.WindowOpacityTest.check_opacity_support", "lineno": 116, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_property", "callee": "kivy.tests.test_window_base.WindowOpacityTest.get_new_opacity_value", "lineno": 117, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_property", "callee": ".GraphicUnitTest.assertEqual", "lineno": 119, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_clamping_positive", "callee": "kivy.tests.test_window_base.WindowOpacityTest.check_opacity_support", "lineno": 122, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_clamping_positive", "callee": ".GraphicUnitTest.assertEqual", "lineno": 124, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_clamping_negative", "callee": "kivy.tests.test_window_base.WindowOpacityTest.check_opacity_support", "lineno": 127, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_window_base.WindowOpacityTest.test_window_opacity_clamping_negative", "callee": ".GraphicUnitTest.assertEqual", "lineno": 129, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowNativeHandleTest.test_native_handle_non_zero", "callee": ".GraphicUnitTest.assertNotEqual", "lineno": 141, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowNativeHandleTest.test_native_handle_non_zero", "callee": ".GraphicUnitTest.assertNotEqual", "lineno": 145, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowSystemThemeTest.test_get_system_theme_exists", "callee": ".GraphicUnitTest.assertIsInstance", "lineno": 153, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowSystemThemeTest.test_get_system_theme_exists", "callee": ".GraphicUnitTest.assertIn", "lineno": 154, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowSystemThemeTest.test_get_system_theme_valid_value", "callee": ".GraphicUnitTest.skipTest", "lineno": 165, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_window_base.WindowSystemThemeTest.test_get_system_theme_valid_value", "callee": ".GraphicUnitTest.assertIn", "lineno": 170, "resolution": "external_inherited_call" } ], "kivy.tests.test_window_info": [], "kivy.tests.visual_test_label": [ { "caller": "kivy.tests.visual_test_label.layout_real_perf", "callee": ".functools.partial", "lineno": 27, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.visual_test_label.", "callee": "kivy.tests.visual_test_label.annotate", "lineno": 275, "resolution": "direct_name_call" }, { "caller": "kivy.tests.visual_test_label.", "callee": ".functools.partial", "lineno": 275, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.visual_test_label.", "callee": "kivy.tests.visual_test_label.annotate", "lineno": 276, "resolution": "direct_name_call" }, { "caller": "kivy.tests.visual_test_label.", "callee": "kivy.tests.visual_test_label.annotate", "lineno": 277, "resolution": "direct_name_call" }, { "caller": "kivy.tests.visual_test_label.", "callee": "kivy.tests.visual_test_label.annotate", "lineno": 278, "resolution": "direct_name_call" }, { "caller": "kivy.tests.visual_test_label.", "callee": "kivy.utils.get_hex_from_color", "lineno": 279, "resolution": "imported_call" }, { "caller": "kivy.tests.visual_test_label.", "callee": "kivy.utils.get_random_color", "lineno": 279, "resolution": "imported_call" } ], "kivy.tests": [], "kivy.tests.pyinstaller.test_pyinstaller": [ { "caller": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.test_packaged_project", "callee": "kivy.tests.pyinstaller.test_pyinstaller.PyinstallerBase.get_run_env", "lineno": 73, "resolution": "self_method_call" } ], "kivy.tests.pyinstaller.simple_widget.main": [ { "caller": "kivy.tests.pyinstaller.simple_widget.main.", "callee": ".project.widget.MyWidget", "lineno": 6, "resolution": "external_constructor_call" } ], "kivy.tests.pyinstaller.simple_widget.project.widget": [ { "caller": "kivy.tests.pyinstaller.simple_widget.project.widget.MyWidget.__init__", "callee": "kivy.tests.pyinstaller.simple_widget.project.widget.MyWidget.__init__.callback", "lineno": 12, "resolution": "same_class_name_call" } ], "kivy.tests.pyinstaller.simple_widget.project": [], "kivy.tests.pyinstaller.video_widget.main": [ { "caller": "kivy.tests.pyinstaller.video_widget.main.", "callee": ".project.VideoApp", "lineno": 6, "resolution": "external_constructor_call" } ], "kivy.tests.pyinstaller.video_widget.project": [ { "caller": "kivy.tests.pyinstaller.video_widget.project.VideoApp.build", "callee": "kivy.uix.videoplayer.VideoPlayer.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.tests.pyinstaller.video_widget.project.VideoApp.check_position", "callee": "kivy.tests.pyinstaller.video_widget.project.VideoApp.stop_player", "lineno": 29, "resolution": "self_method_call" }, { "caller": "kivy.tests.pyinstaller.video_widget.project.VideoApp.stop_player", "callee": "kivy.app.App.stop", "lineno": 35, "resolution": "inherited_method_call" }, { "caller": "kivy.tests.pyinstaller.video_widget.project.VideoApp.stop_player", "callee": "kivy.app.App.stop", "lineno": 38, "resolution": "inherited_method_call" } ], "kivy.tests.test_issues.test_6315": [ { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertTrue", "lineno": 13, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertFalse", "lineno": 14, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertFalse", "lineno": 18, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertTrue", "lineno": 19, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertTrue", "lineno": 23, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertFalse", "lineno": 24, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertFalse", "lineno": 28, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertTrue", "lineno": 29, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertFalse", "lineno": 35, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertTrue", "lineno": 36, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_checkbox_allow_no_selection", "callee": ".unittest.TestCase.assertTrue", "lineno": 46, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_checkbox_allow_no_selection", "callee": ".unittest.TestCase.assertFalse", "lineno": 47, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_checkbox_allow_no_selection", "callee": ".unittest.TestCase.assertFalse", "lineno": 51, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_checkbox_allow_no_selection", "callee": ".unittest.TestCase.assertFalse", "lineno": 52, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_checkbox_allow_no_selection", "callee": ".unittest.TestCase.assertTrue", "lineno": 56, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_6315.PaddingSpacingTestCase.test_checkbox_allow_no_selection", "callee": ".unittest.TestCase.assertFalse", "lineno": 57, "resolution": "external_inherited_call" } ], "kivy.tests.test_issues.test_issue_1084": [ { "caller": "kivy.tests.test_issues.test_issue_1084.UnicodeIssueSetting.build", "callee": "kivy.uix.settings.Settings.__init__", "lineno": 41, "resolution": "imported_call" }, { "caller": "kivy.tests.test_issues.test_issue_1084.UnicodeIssueSetting.build", "callee": "kivy.uix.settings.Settings.add_json_panel", "lineno": 42, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_issues.test_issue_1084.", "callee": "kivy.tests.test_issues.test_issue_1084.UnicodeIssueSetting.", "lineno": 47, "resolution": "same_module_class_call" } ], "kivy.tests.test_issues.test_issue_1091": [ { "caller": "kivy.tests.test_issues.test_issue_1091.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": "kivy.uix.stacklayout.StackLayout.__init__", "lineno": 9, "resolution": "imported_call" }, { "caller": "kivy.tests.test_issues.test_issue_1091.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.tests.test_issues.test_issue_1091.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 16, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_issues.test_issue_1091.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": "kivy.uix.stacklayout.StackLayout.do_layout", "lineno": 17, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_issues.test_issue_1091.PaddingSpacingTestCase.test_tb_lr_stacklayout", "callee": ".unittest.TestCase.assertEqual", "lineno": 19, "resolution": "external_inherited_call" } ], "kivy.tests.test_issues.test_issue_599": [ { "caller": "kivy.tests.test_issues.test_issue_599.Issue599.test_minmax", "callee": ".unittest.TestCase.assertEqual", "lineno": 15, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_issue_599.Issue599.test_minmax", "callee": ".unittest.TestCase.assertEqual", "lineno": 17, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_issue_599.Issue599.test_minmax", "callee": ".unittest.TestCase.assertEqual", "lineno": 19, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_issue_599.Issue599.test_minmax", "callee": ".unittest.TestCase.assertEqual", "lineno": 21, "resolution": "external_inherited_call" } ], "kivy.tests.test_issues.test_issue_609": [ { "caller": "kivy.tests.test_issues.test_issue_609.Issue609.test_markup_pos", "callee": "kivy.uix.label.Label.__init__", "lineno": 10, "resolution": "imported_call" }, { "caller": "kivy.tests.test_issues.test_issue_609.Issue609.test_markup_pos", "callee": "kivy.uix.label.Label.__init__", "lineno": 12, "resolution": "imported_call" }, { "caller": "kivy.tests.test_issues.test_issue_609.Issue609.test_markup_pos", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 15, "resolution": "imported_call" }, { "caller": "kivy.tests.test_issues.test_issue_609.Issue609.test_markup_pos", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 16, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_issues.test_issue_609.Issue609.test_markup_pos", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 17, "resolution": "local_typed_method_call" } ], "kivy.tests.test_issues.test_issue_6909": [], "kivy.tests.test_issues.test_issue_883": [ { "caller": "kivy.tests.test_issues.test_issue_883.LabelEmptyMarkupTestCase.test_empty_markup", "callee": "kivy.uix.label.Label.__init__", "lineno": 8, "resolution": "imported_call" }, { "caller": "kivy.tests.test_issues.test_issue_883.LabelEmptyMarkupTestCase.test_empty_markup", "callee": "kivy.uix.label.Label.texture_update", "lineno": 9, "resolution": "local_typed_method_call" }, { "caller": "kivy.tests.test_issues.test_issue_883.LabelEmptyMarkupTestCase.test_empty_markup", "callee": ".unittest.TestCase.assertTrue", "lineno": 10, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_issue_883.LabelEmptyMarkupTestCase.test_empty_markup", "callee": ".unittest.TestCase.assertEqual", "lineno": 11, "resolution": "external_inherited_call" }, { "caller": "kivy.tests.test_issues.test_issue_883.LabelEmptyMarkupTestCase.test_empty_markup", "callee": ".unittest.TestCase.assertEqual", "lineno": 12, "resolution": "external_inherited_call" } ], "kivy.tests.test_urlrequest.conftest": [ { "caller": "kivy.tests.test_urlrequest.conftest._httpsserver_session", "callee": ".pytest_httpserver.HTTPServer", "lineno": 95, "resolution": "external_constructor_call" } ], "kivy.tests.test_urlrequest.test_urlrequest_requests": [ { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "callee": ".time.sleep", "lineno": 59, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 66, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 79, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 83, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 84, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 88, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 102, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 106, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 107, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_success_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 108, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 112, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 125, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 129, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 130, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 134, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 148, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 152, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 153, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_redirect_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 154, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 158, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 171, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 175, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 176, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error_with_finis", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 180, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error_with_finis", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 194, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error_with_finis", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 198, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error_with_finis", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 199, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_error_with_finis", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 200, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 204, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 217, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 221, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 222, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 226, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 240, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 244, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 245, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_failure_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 246, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 250, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 265, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 269, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 270, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 271, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 272, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 273, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 277, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 293, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 297, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 298, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 299, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 300, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 301, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_progress_with_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 302, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 306, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 319, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 323, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_on_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 324, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 328, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_auth_header", "callee": ".base64.b64encode", "lineno": 331, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_auth_header", "callee": ".requests.auth.HTTPBasicAuth", "lineno": 347, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 349, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 353, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 354, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.UrlRequestQueue.__init__", "lineno": 359, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.wait_request_is_finished", "lineno": 373, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._ensure_called_from_thread", "lineno": 377, "resolution": "self_method_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_requests.TestCallbacks._check_queue_values", "lineno": 378, "resolution": "self_method_call" } ], "kivy.tests.test_urlrequest.test_urlrequest_urllib": [ { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "callee": ".time.sleep", "lineno": 51, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib._basic_auth_header", "callee": ".base64.b64encode", "lineno": 107, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib._embed_userinfo", "callee": ".urllib.parse.urlparse", "lineno": 113, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib._embed_userinfo", "callee": ".urllib.parse.urlunparse", "lineno": 117, "resolution": "external_constructor_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib._register_basic_auth_route", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._basic_auth_header", "lineno": 146, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_callbacks", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._register_get_route", "lineno": 177, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_callbacks", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 178, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_callbacks", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 189, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_callbacks", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 192, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_callbacks", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.check_progress_then_terminal", "lineno": 193, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._register_basic_auth_route", "lineno": 199, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 200, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._basic_auth_header", "lineno": 201, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 212, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 215, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_header", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.check_progress_then_terminal", "lineno": 216, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_auto", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._register_basic_auth_route", "lineno": 223, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_auto", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 224, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_auto", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._embed_userinfo", "lineno": 225, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_auto", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 237, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_auto", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 240, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_auth_auto", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.check_progress_then_terminal", "lineno": 241, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._register_get_route", "lineno": 254, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 255, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 267, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 270, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_ca_file", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.check_progress_then_terminal", "lineno": 271, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 278, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 286, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_finish", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 289, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 300, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 311, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 314, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_redirect", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.check_progress_then_terminal", "lineno": 315, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 325, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 337, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 340, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_failure", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.check_progress_then_terminal", "lineno": 341, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib._grab_unused_port", "lineno": 356, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 357, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 369, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_on_error", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 372, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_post", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 385, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_post", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 394, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_post", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 397, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_json", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 406, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_json", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 413, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_json", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 416, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_disabled", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 427, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_disabled", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 435, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_decode_disabled", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 438, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_file_path", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.UrlRequestQueue.__init__", "lineno": 454, "resolution": "same_module_class_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_file_path", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.wait_for_terminal_event", "lineno": 464, "resolution": "direct_name_call" }, { "caller": "kivy.tests.test_urlrequest.test_urlrequest_urllib.test_file_path", "callee": "kivy.tests.test_urlrequest.test_urlrequest_urllib.ensure_called_from_thread", "lineno": 467, "resolution": "direct_name_call" } ], "kivy.tools.benchmark": [ { "caller": "kivy.tools.benchmark.bench_widget_creation.run", "callee": ".list.append", "lineno": 49, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_widget_creation.run", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 49, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_creation_with_root.run", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 56, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_creation_with_root.run", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 58, "resolution": "local_typed_method_call" }, { "caller": "kivy.tools.benchmark.bench_widget_creation_with_root.run", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 58, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_draw.__init__", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 66, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_draw.__init__", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 68, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_dispatch.__init__", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 79, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_dispatch.__init__", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 81, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_dispatch.__init__", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 83, "resolution": "local_typed_method_call" }, { "caller": "kivy.tools.benchmark.bench_widget_dispatch.__init__", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 83, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_widget_dispatch.__init__", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 84, "resolution": "local_typed_method_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation.__init__", "callee": ".random.randint", "lineno": 100, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation.__init__", "callee": ".list.append", "lineno": 101, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation.run", "callee": ".list.append", "lineno": 107, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation.run", "callee": "kivy.uix.label.Label.__init__", "lineno": 107, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_button_creation.__init__", "callee": ".random.randint", "lineno": 116, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.benchmark.bench_button_creation.__init__", "callee": ".list.append", "lineno": 118, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_button_creation.run", "callee": ".list.append", "lineno": 124, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation_with_tick.__init__", "callee": ".random.randint", "lineno": 133, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation_with_tick.__init__", "callee": ".list.append", "lineno": 134, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation_with_tick.run", "callee": ".list.append", "lineno": 140, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_label_creation_with_tick.run", "callee": "kivy.uix.label.Label.__init__", "lineno": 140, "resolution": "imported_call" }, { "caller": "kivy.tools.benchmark.bench_button_creation_with_tick.__init__", "callee": ".random.randint", "lineno": 151, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.benchmark.bench_button_creation_with_tick.__init__", "callee": ".list.append", "lineno": 153, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.bench_button_creation_with_tick.run", "callee": ".list.append", "lineno": 159, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.log", "callee": ".list.append", "lineno": 175, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 189, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 190, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 191, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 192, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 193, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 194, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 195, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 197, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 198, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 199, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 200, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 201, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 202, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 203, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": ".time.ctime", "lineno": 203, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 205, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 206, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 207, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 210, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 211, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 212, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 213, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 215, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 216, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.cache.Cache.remove", "lineno": 221, "resolution": "qualified_module_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 226, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": ".list.index", "lineno": 226, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 232, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 243, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 245, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 250, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 251, "resolution": "direct_name_call" }, { "caller": "kivy.tools.benchmark.", "callee": "kivy.tools.benchmark.log", "lineno": 252, "resolution": "direct_name_call" } ], "kivy.tools.changelog_parser": [ { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": ".os.path.exists", "lineno": 63, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": ".collections.defaultdict", "lineno": 72, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": ".list.append", "lineno": 100, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": ".list.append", "lineno": 102, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": ".list.append", "lineno": 104, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": "kivy.tools.changelog_parser.write_special_section", "lineno": 111, "resolution": "direct_name_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": "kivy.tools.changelog_parser.write_special_section", "lineno": 112, "resolution": "direct_name_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": "kivy.tools.changelog_parser.write_special_section", "lineno": 113, "resolution": "direct_name_call" }, { "caller": "kivy.tools.changelog_parser.process_changelog", "callee": "kivy.tools.changelog_parser.write_special_section", "lineno": 116, "resolution": "direct_name_call" }, { "caller": "kivy.tools.changelog_parser.", "callee": "kivy.tools.changelog_parser.process_changelog", "lineno": 120, "resolution": "direct_name_call" } ], "kivy.tools.coverage": [ { "caller": "kivy.tools.coverage.CoverageKVParser.get_coverage_lines", "callee": "kivy.tools.coverage.walk_parser", "lineno": 47, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser_rules", "callee": "kivy.tools.coverage.walk_parser_rules", "lineno": 61, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser_rules", "callee": "kivy.tools.coverage.walk_parser_rules", "lineno": 65, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser_rules", "callee": "kivy.tools.coverage.walk_parser_rules", "lineno": 69, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser_rules", "callee": "kivy.tools.coverage.walk_parser_rules", "lineno": 72, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser", "callee": "kivy.tools.coverage.walk_parser_rules", "lineno": 85, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser", "callee": "kivy.tools.coverage.walk_parser_rules_properties", "lineno": 86, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser", "callee": "kivy.tools.coverage.walk_parser_rules", "lineno": 90, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.walk_parser", "callee": "kivy.tools.coverage.walk_parser_rules_properties", "lineno": 91, "resolution": "direct_name_call" }, { "caller": "kivy.tools.coverage.KivyCoveragePlugin.file_tracer", "callee": "kivy.tools.coverage.KivyFileTracer.__init__", "lineno": 99, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.coverage.KivyCoveragePlugin.file_reporter", "callee": "kivy.tools.coverage.KivyFileReporter.", "lineno": 103, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.coverage.KivyFileReporter.lines", "callee": "kivy.tools.coverage.CoverageKVParser.", "lineno": 130, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.coverage.KivyFileReporter.lines", "callee": "kivy.tools.coverage.CoverageKVParser.get_coverage_lines", "lineno": 131, "resolution": "local_typed_method_call" }, { "caller": "kivy.tools.coverage.coverage_init", "callee": "kivy.tools.coverage.KivyCoveragePlugin.", "lineno": 135, "resolution": "same_module_class_call" } ], "kivy.tools.gallery": [ { "caller": "kivy.tools.gallery.", "callee": ".os.path.dirname", "lineno": 21, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.gallery.", "callee": ".os.path.dirname", "lineno": 21, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.gallery.", "callee": ".os.path.abspath", "lineno": 21, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.gallery.iter_docstring_info", "callee": "kivy.tools.gallery.iter_filename_info", "lineno": 94, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.iter_docstring_info", "callee": "kivy.tools.gallery.parse_docstring_info", "lineno": 106, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.get_infos", "callee": "kivy.tools.gallery.iter_docstring_info", "lineno": 166, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.get_infos", "callee": ".list.sort", "lineno": 167, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.gallery.get_infos", "callee": "kivy.tools.gallery.enhance_info_description", "lineno": 170, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.make_gallery_page", "callee": ".list.append", "lineno": 209, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 227, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 228, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 229, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 232, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 233, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 236, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 237, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 244, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 251, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 252, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 253, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 254, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 257, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 258, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 260, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 261, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 265, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 266, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 268, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_detail_page", "callee": "kivy.tools.gallery.make_detail_page.a", "lineno": 269, "resolution": "nested_function_call" }, { "caller": "kivy.tools.gallery.make_index", "callee": ".list.append", "lineno": 298, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.gallery.write_all_rst_pages", "callee": "kivy.tools.gallery.get_infos", "lineno": 306, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.write_all_rst_pages", "callee": "kivy.tools.gallery.make_gallery_page", "lineno": 307, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.write_all_rst_pages", "callee": "kivy.tools.gallery.write_file", "lineno": 308, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.write_all_rst_pages", "callee": "kivy.tools.gallery.make_detail_page", "lineno": 311, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.write_all_rst_pages", "callee": "kivy.tools.gallery.write_file", "lineno": 314, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.write_all_rst_pages", "callee": "kivy.tools.gallery.make_index", "lineno": 316, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.write_all_rst_pages", "callee": "kivy.tools.gallery.write_file", "lineno": 318, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gallery.", "callee": "kivy.tools.gallery.write_all_rst_pages", "lineno": 323, "resolution": "direct_name_call" } ], "kivy.tools.generate-icons": [ { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".argparse.ArgumentParser", "lineno": 56, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.path.exists", "lineno": 67, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.path.dirname", "lineno": 73, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.path.basename", "lineno": 76, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": "kivy.tools.generate-icons.Converter.ensure_quality", "lineno": 78, "resolution": "self_method_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": "kivy.tools.generate-icons.Converter.iterate", "lineno": 80, "resolution": "self_method_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.path.realpath", "lineno": 83, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.path.join", "lineno": 83, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.path.exists", "lineno": 84, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.makedirs", "lineno": 85, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": ".os.path.join", "lineno": 86, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.generate-icons.Converter.run", "callee": "kivy.tools.generate-icons.Converter.convert_to", "lineno": 87, "resolution": "self_method_call" }, { "caller": "kivy.tools.generate-icons.Converter.ensure_quality", "callee": ".list.append", "lineno": 97, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.generate-icons.Converter.ensure_quality", "callee": ".list.append", "lineno": 99, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.generate-icons.", "callee": "kivy.tools.generate-icons.Converter.", "lineno": 117, "resolution": "same_module_class_call" } ], "kivy.tools.kviewer": [ { "caller": "kivy.tools.kviewer.", "callee": ".os.path.dirname", "lineno": 43, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.kviewer.", "callee": ".os.path.basename", "lineno": 44, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.kviewer.KvHandler.on_any_event", "callee": ".os.path.basename", "lineno": 54, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.kviewer.KvViewerApp.build", "callee": ".watchdog.observers.Observer", "lineno": 60, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.kviewer.KvViewerApp.build", "callee": "kivy.tools.kviewer.KvHandler.__init__", "lineno": 61, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.kviewer.KvViewerApp.update", "callee": ".os.path.join", "lineno": 68, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.kviewer.KvViewerApp.update", "callee": ".os.path.join", "lineno": 72, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.kviewer.KvViewerApp.update", "callee": "kivy.uix.label.Label.__init__", "lineno": 74, "resolution": "imported_call" }, { "caller": "kivy.tools.kviewer.", "callee": "kivy.tools.kviewer.KvViewerApp.", "lineno": 80, "resolution": "same_module_class_call" } ], "kivy.tools.report": [ { "caller": "kivy.tools.report.title", "callee": ".list.append", "lineno": 24, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.title", "callee": ".list.append", "lineno": 25, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.title", "callee": ".list.append", "lineno": 26, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.title", "callee": ".list.append", "lineno": 27, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.title", "callee": ".list.append", "lineno": 28, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 86, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 87, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 88, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 89, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 90, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 91, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 92, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 93, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".time.ctime", "lineno": 93, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 97, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 100, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 101, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 102, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 109, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 111, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 113, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 118, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 120, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 122, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 124, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 126, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 128, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 129, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 133, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.testimport", "callee": ".list.append", "lineno": 139, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.testimport", "callee": ".list.append", "lineno": 141, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.testimport", "lineno": 155, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 159, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": ".io.StringIO", "lineno": 160, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.report.", "callee": ".list.extend", "lineno": 163, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 167, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.input.factory.MotionEventFactory.list", "lineno": 169, "resolution": "qualified_module_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 170, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 180, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 182, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.title", "lineno": 186, "resolution": "direct_name_call" }, { "caller": "kivy.tools.report.", "callee": ".list.append", "lineno": 188, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.report.", "callee": "kivy.tools.report.send_report", "lineno": 211, "resolution": "direct_name_call" } ], "kivy.tools.stub-gl-debug": [ { "caller": "kivy.tools.stub-gl-debug.", "callee": ".str.splitlines", "lineno": 172, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.stub-gl-debug.", "callee": "kivy.tools.stub-gl-debug.replace", "lineno": 180, "resolution": "direct_name_call" } ], "kivy.tools.texturecompress": [ { "caller": "kivy.tools.texturecompress.Tool.__init__", "callee": ".os.path.dirname", "lineno": 45, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Tool.tex_fn", "callee": ".os.path.basename", "lineno": 49, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Tool.tex_fn", "callee": ".os.path.join", "lineno": 50, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Tool.runcmd", "callee": ".subprocess.Popen", "lineno": 67, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Tool.write_tex", "callee": ".struct.pack", "lineno": 83, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Tool.write_tex", "callee": ".pprint.pprint", "lineno": 88, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Tool.run", "callee": ".argparse.ArgumentParser", "lineno": 92, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Tool.run", "callee": "kivy.tools.texturecompress.PvrtcTool.__init__", "lineno": 105, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.texturecompress.Tool.run", "callee": "kivy.tools.texturecompress.Etc1Tool.__init__", "lineno": 107, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.texturecompress.Tool.run", "callee": ".sys.exit", "lineno": 110, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.__init__", "callee": "kivy.tools.texturecompress.Etc1Tool.locate_etc1tool", "lineno": 117, "resolution": "self_method_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.locate_etc1tool", "callee": ".os.path.join", "lineno": 123, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.locate_etc1tool", "callee": ".os.path.exists", "lineno": 124, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.locate_etc1tool", "callee": ".os.path.join", "lineno": 125, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.locate_etc1tool", "callee": ".os.path.exists", "lineno": 126, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.locate_etc1tool", "callee": ".sys.exit", "lineno": 136, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.compress", "callee": "kivy.tools.texturecompress.Tool.nearest_pow2", "lineno": 145, "resolution": "inherited_method_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.compress", "callee": "kivy.tools.texturecompress.Tool.nearest_pow2", "lineno": 146, "resolution": "inherited_method_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.compress", "callee": "kivy.tools.texturecompress.Tool.runcmd", "lineno": 154, "resolution": "inherited_method_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.compress", "callee": ".os.path.exists", "lineno": 158, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.compress", "callee": ".os.unlink", "lineno": 159, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.Etc1Tool.compress", "callee": "kivy.tools.texturecompress.Tool.write_tex", "lineno": 162, "resolution": "inherited_method_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.__init__", "callee": "kivy.tools.texturecompress.PvrtcTool.locate_texturetool", "lineno": 170, "resolution": "self_method_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.locate_texturetool", "callee": ".os.path.join", "lineno": 180, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.locate_texturetool", "callee": ".os.path.exists", "lineno": 181, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.locate_texturetool", "callee": ".sys.exit", "lineno": 190, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.compress", "callee": "kivy.tools.texturecompress.Tool.nearest_pow2", "lineno": 199, "resolution": "inherited_method_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.compress", "callee": "kivy.tools.texturecompress.Tool.nearest_pow2", "lineno": 200, "resolution": "inherited_method_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.compress", "callee": "kivy.tools.texturecompress.Tool.runcmd", "lineno": 220, "resolution": "inherited_method_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.compress", "callee": ".os.path.exists", "lineno": 224, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.compress", "callee": ".os.unlink", "lineno": 225, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.texturecompress.PvrtcTool.compress", "callee": "kivy.tools.texturecompress.Tool.write_tex", "lineno": 228, "resolution": "inherited_method_call" } ], "kivy.tools": [], "kivy.tools.gles_compat.subset_gles": [ { "caller": "kivy.tools.gles_compat.subset_gles.add_defines_to_set", "callee": ".list.append", "lineno": 57, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.gles_compat.subset_gles.", "callee": "kivy.tools.gles_compat.subset_gles.add_defines_to_set", "lineno": 93, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gles_compat.subset_gles.", "callee": "kivy.tools.gles_compat.subset_gles.add_defines_to_set", "lineno": 94, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gles_compat.subset_gles.", "callee": "kivy.tools.gles_compat.subset_gles.add_defines_to_set", "lineno": 95, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gles_compat.subset_gles.", "callee": "kivy.tools.gles_compat.subset_gles.extract_common_symbols", "lineno": 109, "resolution": "direct_name_call" }, { "caller": "kivy.tools.gles_compat.subset_gles.", "callee": "kivy.tools.gles_compat.subset_gles.extract_common_symbols", "lineno": 112, "resolution": "direct_name_call" } ], "kivy.tools.highlight": [], "kivy.tools.image-testsuite.gimp28-testsuite": [ { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.v0_filename", "lineno": 100, "resolution": "direct_name_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 106, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 107, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 108, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 109, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 113, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 114, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 115, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 116, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 119, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 120, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 121, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 122, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 128, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 129, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 132, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 133, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 134, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 135, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 136, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 137, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 140, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 141, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 142, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 143, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 144, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 145, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 146, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 147, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 150, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 151, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 152, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 153, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.filename", "lineno": 156, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image.savepath", "lineno": 157, "resolution": "nested_function_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.make_images", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.draw_pattern", "lineno": 229, "resolution": "direct_name_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.make_images", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.save_image", "lineno": 238, "resolution": "direct_name_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.makepatterns", "callee": ".list.append", "lineno": 259, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.makepatterns", "callee": ".list.append", "lineno": 261, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.plugin_main", "callee": ".list.extend", "lineno": 274, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.plugin_main", "callee": ".list.extend", "lineno": 279, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.plugin_main", "callee": ".list.extend", "lineno": 284, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.plugin_main", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.makepatterns", "lineno": 297, "resolution": "direct_name_call" }, { "caller": "kivy.tools.image-testsuite.gimp28-testsuite.plugin_main", "callee": "kivy.tools.image-testsuite.gimp28-testsuite.make_images", "lineno": 303, "resolution": "direct_name_call" } ], "kivy.tools.packaging.cython_cfg": [ { "caller": "kivy.tools.packaging.cython_cfg.get_cython_versions", "callee": ".os.path.join", "lineno": 14, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.cython_cfg.get_cython_versions", "callee": ".os.path.dirname", "lineno": 14, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.cython_cfg.get_cython_msg", "callee": "kivy.tools.packaging.cython_cfg.get_cython_versions", "lineno": 34, "resolution": "direct_name_call" } ], "kivy.tools.packaging.factory": [ { "caller": "kivy.tools.packaging.factory.FactoryBuild.run", "callee": ".list.append", "lineno": 86, "resolution": "local_builtin_method_call" } ], "kivy.tools.packaging": [], "kivy.tools.packaging.pyinstaller_hooks.hook-kivy": [ { "caller": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy.", "callee": "kivy.tools.packaging.pyinstaller_hooks.add_dep_paths", "lineno": 5, "resolution": "imported_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.hook-kivy.", "callee": "kivy.tools.packaging.pyinstaller_hooks.get_factory_modules", "lineno": 9, "resolution": "imported_call" } ], "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy": [], "kivy.tools.packaging.pyinstaller_hooks": [ { "caller": "kivy.tools.packaging.pyinstaller_hooks.", "callee": ".os.path.dirname", "lineno": 92, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.", "callee": ".PyInstaller.utils.hooks.collect_submodules", "lineno": 99, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.runtime_hooks", "callee": ".os.path.join", "lineno": 124, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_hooks", "callee": "kivy.tools.packaging.pyinstaller_hooks.hookspath", "lineno": 147, "resolution": "direct_name_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_hooks", "callee": "kivy.tools.packaging.pyinstaller_hooks.runtime_hooks", "lineno": 147, "resolution": "direct_name_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_deps_minimal", "callee": ".list.remove", "lineno": 208, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_deps_minimal", "callee": ".PyInstaller.utils.hooks.collect_submodules", "lineno": 210, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_deps_minimal", "callee": ".list.remove", "lineno": 214, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_deps_minimal", "callee": "kivy.tools.packaging.pyinstaller_hooks._find_gst_binaries", "lineno": 245, "resolution": "direct_name_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_deps_all", "callee": "kivy.tools.packaging.pyinstaller_hooks._find_gst_binaries", "lineno": 277, "resolution": "direct_name_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.get_deps_all", "callee": ".PyInstaller.utils.hooks.collect_submodules", "lineno": 279, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.add_dep_paths", "callee": ".list.extend", "lineno": 310, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.add_dep_paths", "callee": ".list.extend", "lineno": 329, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks._find_gst_binaries", "callee": "kivy.tools.packaging.pyinstaller_hooks._find_gst_plugin_path", "lineno": 362, "resolution": "direct_name_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks._find_gst_binaries", "callee": ".list.extend", "lineno": 366, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks._find_gst_binaries", "callee": ".PyInstaller.depend.bindepend.get_imports", "lineno": 375, "resolution": "external_constructor_call" } ], "kivy.tools.packaging.pyinstaller_hooks.__main__": [ { "caller": "kivy.tools.packaging.pyinstaller_hooks.__main__.", "callee": ".os.path.join", "lineno": 7, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.__main__.", "callee": ".os.path.dirname", "lineno": 7, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.__main__.", "callee": "kivy.tools.packaging.pyinstaller_hooks.get_deps_all", "lineno": 11, "resolution": "imported_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.__main__.", "callee": ".list.append", "lineno": 16, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.__main__.", "callee": ".list.append", "lineno": 19, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.packaging.pyinstaller_hooks.__main__.", "callee": ".list.append", "lineno": 21, "resolution": "local_builtin_method_call" } ], "kivy.tools.pep8checker.pep8": [ { "caller": "kivy.tools.pep8checker.pep8.blank_lines", "callee": "kivy.tools.pep8checker.pep8.expand_indent", "lineno": 283, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.blank_lines", "callee": "kivy.tools.pep8checker.pep8.expand_indent", "lineno": 284, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": "kivy.tools.pep8checker.pep8.expand_indent", "lineno": 503, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": ".dict.get", "lineno": 518, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": ".list.append", "lineno": 584, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": ".list.append", "lineno": 585, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": ".list.append", "lineno": 587, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": ".list.pop", "lineno": 595, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": ".list.pop", "lineno": 596, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.continued_indentation", "callee": "kivy.tools.pep8checker.pep8.expand_indent", "lineno": 620, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.module_imports_on_top_of_file", "callee": "kivy.tools.pep8checker.pep8.module_imports_on_top_of_file.is_string_literal", "lineno": 946, "resolution": "nested_function_call" }, { "caller": "kivy.tools.pep8checker.pep8.compound_statements", "callee": "kivy.tools.pep8checker.pep8.update_counts", "lineno": 990, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.break_around_binary_operator", "callee": "kivy.tools.pep8checker.pep8.break_around_binary_operator.is_binary_operator", "lineno": 1093, "resolution": "nested_function_call" }, { "caller": "kivy.tools.pep8checker.pep8.break_around_binary_operator", "callee": "kivy.tools.pep8checker.pep8.break_around_binary_operator.is_binary_operator", "lineno": 1095, "resolution": "nested_function_call" }, { "caller": "kivy.tools.pep8checker.pep8.readlines", "callee": ".io.TextIOWrapper", "lineno": 1302, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8.stdin_get_value", "callee": ".io.TextIOWrapper", "lineno": 1312, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8.parse_udiff", "callee": ".dict.items", "lineno": 1385, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.parse_udiff", "callee": "kivy.tools.pep8checker.pep8.filename_match", "lineno": 1386, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.normalize_paths", "callee": ".list.append", "lineno": 1403, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.filename_match", "callee": ".fnmatch.fnmatch", "lineno": 1414, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8.register_check", "callee": "kivy.tools.pep8checker.pep8._get_parameters", "lineno": 1460, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.register_check", "callee": "kivy.tools.pep8checker.pep8.register_check._add_check", "lineno": 1464, "resolution": "nested_function_call" }, { "caller": "kivy.tools.pep8checker.pep8.register_check", "callee": "kivy.tools.pep8checker.pep8._get_parameters", "lineno": 1466, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.register_check", "callee": "kivy.tools.pep8checker.pep8.register_check._add_check", "lineno": 1467, "resolution": "nested_function_call" }, { "caller": "kivy.tools.pep8checker.pep8.init_checks_registry", "callee": "kivy.tools.pep8checker.pep8.register_check", "lineno": 1477, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.", "callee": "kivy.tools.pep8checker.pep8.init_checks_registry", "lineno": 1480, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.__init__", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "lineno": 1489, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.__init__", "callee": "kivy.tools.pep8checker.pep8.stdin_get_value", "lineno": 1508, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.__init__", "callee": "kivy.tools.pep8checker.pep8.readlines", "lineno": 1511, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.run_check", "callee": ".list.append", "lineno": 1556, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_physical", "callee": "kivy.tools.pep8checker.pep8.Checker.init_checker_state", "lineno": 1568, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_physical", "callee": "kivy.tools.pep8checker.pep8.Checker.run_check", "lineno": 1569, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.build_tokens_line", "callee": ".list.append", "lineno": 1588, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.build_tokens_line", "callee": "kivy.tools.pep8checker.pep8.mute_string", "lineno": 1591, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.build_tokens_line", "callee": ".list.append", "lineno": 1601, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.build_tokens_line", "callee": ".list.append", "lineno": 1603, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_logical", "callee": "kivy.tools.pep8checker.pep8.Checker.build_tokens_line", "lineno": 1612, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_logical", "callee": "kivy.tools.pep8checker.pep8.expand_indent", "lineno": 1619, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_logical", "callee": "kivy.tools.pep8checker.pep8.Checker.init_checker_state", "lineno": 1627, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_logical", "callee": "kivy.tools.pep8checker.pep8.Checker.run_check", "lineno": 1628, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_ast", "callee": "kivy.tools.pep8checker.pep8.Checker.report_invalid_syntax", "lineno": 1648, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.generate_tokens", "callee": "kivy.tools.pep8checker.pep8.Checker.maybe_check_physical", "lineno": 1665, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.generate_tokens", "callee": "kivy.tools.pep8checker.pep8.Checker.report_invalid_syntax", "lineno": 1668, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.maybe_check_physical", "callee": "kivy.tools.pep8checker.pep8._is_eol_token", "lineno": 1673, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.maybe_check_physical", "callee": "kivy.tools.pep8checker.pep8.Checker.check_physical", "lineno": 1675, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.maybe_check_physical", "callee": "kivy.tools.pep8checker.pep8.Checker.check_physical", "lineno": 1696, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_all", "callee": "kivy.tools.pep8checker.pep8.Checker.check_ast", "lineno": 1705, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_all", "callee": "kivy.tools.pep8checker.pep8.Checker.generate_tokens", "lineno": 1714, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_all", "callee": "kivy.tools.pep8checker.pep8.Checker.check_logical", "lineno": 1752, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_all", "callee": "kivy.tools.pep8checker.pep8.Checker.check_logical", "lineno": 1759, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_all", "callee": "kivy.tools.pep8checker.pep8.Checker.check_logical", "lineno": 1767, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_all", "callee": "kivy.tools.pep8checker.pep8.Checker.check_physical", "lineno": 1769, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.Checker.check_all", "callee": "kivy.tools.pep8checker.pep8.Checker.check_logical", "lineno": 1770, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.BaseReport.print_statistics", "callee": "kivy.tools.pep8checker.pep8.BaseReport.get_statistics", "lineno": 1855, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StandardReport.__init__", "callee": ".dict.get", "lineno": 1879, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "callee": "kivy.tools.pep8checker.pep8.process_options", "lineno": 1954, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "callee": ".str.split", "lineno": 1971, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.get_checks", "lineno": 1977, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.get_checks", "lineno": 1978, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.get_checks", "lineno": 1979, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.init_report", "lineno": 1980, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.check_files", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.input_dir", "lineno": 1997, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.check_files", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.excluded", "lineno": 1998, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.input_dir", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.excluded", "lineno": 2016, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.input_dir", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.excluded", "lineno": 2027, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.input_dir", "callee": "kivy.tools.pep8checker.pep8.filename_match", "lineno": 2031, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.input_dir", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.excluded", "lineno": 2032, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.excluded", "callee": "kivy.tools.pep8checker.pep8.filename_match", "lineno": 2043, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.excluded", "callee": "kivy.tools.pep8checker.pep8.filename_match", "lineno": 2048, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.get_checks", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.ignore_code", "lineno": 2072, "resolution": "self_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.StyleGuide.get_checks", "callee": ".list.append", "lineno": 2073, "resolution": "local_builtin_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.get_parser", "callee": ".optparse.OptionParser", "lineno": 2079, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8.read_config", "callee": ".ConfigParser.RawConfigParser", "lineno": 2149, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8.read_config", "callee": "kivy.tools.pep8checker.pep8.normalize_paths", "lineno": 2205, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8.get_parser", "lineno": 2222, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8.read_config", "lineno": 2248, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8._parse_multi_options", "lineno": 2251, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8.normalize_paths", "lineno": 2252, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8._parse_multi_options", "lineno": 2253, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8._parse_multi_options", "lineno": 2254, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8.stdin_get_value", "lineno": 2258, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8.process_options", "callee": "kivy.tools.pep8checker.pep8.parse_udiff", "lineno": 2259, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8._main", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.__init__", "lineno": 2291, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.pep8checker.pep8._main", "callee": ".testsuite.support.run_tests", "lineno": 2296, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8._main", "callee": "kivy.tools.pep8checker.pep8.StyleGuide.check_files", "lineno": 2298, "resolution": "local_typed_method_call" }, { "caller": "kivy.tools.pep8checker.pep8.", "callee": "kivy.tools.pep8checker.pep8._main", "lineno": 2316, "resolution": "direct_name_call" } ], "kivy.tools.pep8checker.pep8kivy": [ { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": "kivy.tools.pep8checker.pep8kivy.usage", "lineno": 41, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.check", "callee": "kivy.tools.pep8checker.pep8kivy.KivyStyleChecker.__init__", "lineno": 49, "resolution": "same_module_class_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": ".os.path.normpath", "lineno": 65, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": ".os.path.normpath", "lineno": 72, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": ".os.path.isdir", "lineno": 75, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": ".os.walk", "lineno": 76, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": ".os.path.normpath", "lineno": 78, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": ".os.path.join", "lineno": 89, "resolution": "external_constructor_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": "kivy.tools.pep8checker.pep8kivy.check", "lineno": 96, "resolution": "direct_name_call" }, { "caller": "kivy.tools.pep8checker.pep8kivy.", "callee": "kivy.tools.pep8checker.pep8kivy.check", "lineno": 105, "resolution": "direct_name_call" } ], "kivy.uix.accordion": [ { "caller": "kivy.uix.accordion.AccordionItem.on_collapse", "callee": "kivy.animation.Animation.__init__", "lineno": 332, "resolution": "imported_call" }, { "caller": "kivy.uix.accordion.AccordionItem.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 342, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.accordion.Accordion.__init__", "lineno": 485, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.accordion.AccordionItem.__init__", "lineno": 487, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.accordion.AccordionItem.add_widget", "lineno": 489, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 491, "resolution": "imported_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 492, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 493, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.label.Label.__init__", "lineno": 493, "resolution": "imported_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.accordion.AccordionItem.add_widget", "lineno": 494, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.accordion.AccordionItem.add_widget", "lineno": 496, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.label.Label.__init__", "lineno": 496, "resolution": "imported_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.accordion.Accordion.add_widget", "lineno": 497, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.select_2nd_item", "callee": "kivy.uix.accordion.Accordion.select", "lineno": 506, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.slider.Slider.", "lineno": 511, "resolution": "imported_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 518, "resolution": "imported_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 519, "resolution": "imported_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 520, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 521, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 522, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 523, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 524, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.accordion.", "callee": "kivy.base.runTouchApp", "lineno": 525, "resolution": "imported_call" } ], "kivy.uix.actionbar": [ { "caller": "kivy.uix.actionbar.ActionGroup.on_is_open", "callee": "kivy.uix.actionbar.ActionGroup._toggle_dropdown", "lineno": 421, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionGroup._toggle_dropdown", "callee": "kivy.metrics.sp", "lineno": 450, "resolution": "imported_call" }, { "caller": "kivy.uix.actionbar.ActionGroup.show_group", "callee": "kivy.uix.actionbar.ActionGroup.clear_widgets", "lineno": 474, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionOverflow.show_default_items", "callee": "kivy.uix.actionbar.ActionGroup.show_group", "lineno": 521, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.actionbar.ActionView.__init__", "callee": "kivy.uix.actionbar.ActionOverflow.", "lineno": 581, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.actionbar.ActionView._clear_all", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 634, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.actionbar.ActionView._layout_all", "callee": "kivy.uix.actionbar.ActionView._clear_all", "lineno": 646, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionView._layout_group", "callee": "kivy.uix.actionbar.ActionView._clear_all", "lineno": 671, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionView._layout_random", "callee": "kivy.uix.actionbar.ActionView._clear_all", "lineno": 690, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionView._layout_random", "callee": ".list.append", "lineno": 708, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.actionbar.ActionView._layout_random", "callee": ".list.append", "lineno": 710, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.actionbar.ActionView._layout_random", "callee": ".list.append", "lineno": 724, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.actionbar.ActionView._layout_random", "callee": ".list.remove", "lineno": 733, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.actionbar.ActionView.on_width", "callee": "kivy.uix.actionbar.ActionView._layout_all", "lineno": 765, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionView.on_width", "callee": "kivy.uix.actionbar.ActionView._layout_group", "lineno": 777, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionView.on_width", "callee": "kivy.uix.actionbar.ActionView._layout_random", "lineno": 781, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionBar.__init__", "callee": ".functools.partial", "lineno": 849, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.actionbar.ActionBar.add_widget", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 861, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.actionbar.ActionBar.on_previous", "callee": "kivy.uix.actionbar.ActionBar._pop_contextual_action_view", "lineno": 873, "resolution": "self_method_call" }, { "caller": "kivy.uix.actionbar.ActionBar._pop_contextual_action_view", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 880, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.actionbar.", "callee": "kivy.base.runTouchApp", "lineno": 934, "resolution": "imported_call" } ], "kivy.uix.anchorlayout": [], "kivy.uix.boxlayout": [ { "caller": "kivy.uix.boxlayout.BoxLayout._iterate_layout", "callee": "kivy.uix.layout.Layout.layout_hint_with_bounds", "lineno": 250, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.boxlayout.BoxLayout.do_layout", "callee": "kivy.uix.boxlayout.BoxLayout._iterate_layout", "lineno": 310, "resolution": "self_method_call" } ], "kivy.uix.bubble": [ { "caller": "kivy.uix.bubble.Bubble.__init__", "callee": "kivy.uix.image.Image.__init__", "lineno": 382, "resolution": "imported_call" }, { "caller": "kivy.uix.bubble.Bubble.__init__", "callee": "kivy.metrics.dp", "lineno": 388, "resolution": "imported_call" }, { "caller": "kivy.uix.bubble.Bubble.__init__", "callee": "kivy.uix.scatter.Scatter.__init__", "lineno": 389, "resolution": "imported_call" }, { "caller": "kivy.uix.bubble.Bubble.__init__", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 397, "resolution": "imported_call" }, { "caller": "kivy.uix.bubble.Bubble.__init__", "callee": "kivy.uix.relativelayout.RelativeLayout.__init__", "lineno": 401, "resolution": "imported_call" }, { "caller": "kivy.uix.bubble.Bubble.__init__", "callee": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "lineno": 407, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.add_widget", "callee": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "lineno": 414, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.remove_widget", "callee": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "lineno": 425, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_content_size", "callee": "kivy.uix.bubble.Bubble.adjust_position", "lineno": 430, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_limit_to", "callee": "kivy.uix.bubble.Bubble.adjust_position", "lineno": 433, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_pos", "callee": "kivy.uix.bubble.Bubble.adjust_position", "lineno": 436, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_size", "callee": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "lineno": 439, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_arrow_image", "callee": "kivy.metrics.dp", "lineno": 444, "resolution": "imported_call" }, { "caller": "kivy.uix.bubble.Bubble.on_arrow_image", "callee": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "lineno": 446, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_arrow_pos", "callee": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "lineno": 452, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_flex_arrow_pos", "callee": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params", "lineno": 455, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.on_flex_arrow_pos", "callee": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "lineno": 456, "resolution": "self_method_call" }, { "caller": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params", "callee": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params.calc_x0", "lineno": 488, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params", "callee": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params.calc_x0", "lineno": 490, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params", "callee": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params.calc_x0", "lineno": 492, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params", "callee": "kivy.uix.bubble.Bubble.get_flex_arrow_layout_params.calc_x0", "lineno": 494, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.bubble.Bubble.reposition_inner_widgets", "callee": ".list.pop", "lineno": 571, "resolution": "local_builtin_method_call" } ], "kivy.uix.button": [], "kivy.uix.camera": [], "kivy.uix.carousel": [ { "caller": "kivy.uix.carousel.Carousel.__init__", "callee": "kivy.uix.carousel.Carousel._insert_visible_slides", "lineno": 287, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.load_slide", "callee": "kivy.uix.carousel.Carousel._insert_visible_slides", "lineno": 302, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.load_slide", "callee": "kivy.uix.carousel.Carousel.load_next", "lineno": 303, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.load_slide", "callee": "kivy.uix.carousel.Carousel._insert_visible_slides", "lineno": 306, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.load_slide", "callee": "kivy.uix.carousel.Carousel.load_previous", "lineno": 307, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.load_previous", "callee": "kivy.uix.carousel.Carousel.load_next", "lineno": 314, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.load_next", "callee": "kivy.uix.carousel.Carousel._start_animation", "lineno": 332, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel._insert_visible_slides", "callee": "kivy.uix.carousel.Carousel.get_slide_container", "lineno": 346, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.carousel.Carousel._insert_visible_slides", "callee": "kivy.uix.carousel.Carousel.get_slide_container", "lineno": 352, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.carousel.Carousel._insert_visible_slides", "callee": "kivy.uix.carousel.Carousel.get_slide_container", "lineno": 358, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.carousel.Carousel._position_visible_slides", "callee": "kivy.uix.carousel.Carousel.get_slide_container", "lineno": 385, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.carousel.Carousel._position_visible_slides", "callee": "kivy.uix.carousel.Carousel.get_slide_container", "lineno": 386, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.carousel.Carousel.on_index", "callee": "kivy.uix.carousel.Carousel._insert_visible_slides", "lineno": 446, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_slides", "callee": "kivy.uix.carousel.Carousel._insert_visible_slides", "lineno": 453, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel._start_animation", "callee": "kivy.animation.Animation.__init__", "lineno": 524, "resolution": "imported_call" }, { "caller": "kivy.uix.carousel.Carousel._start_animation", "callee": "kivy.animation.Animation.cancel_all", "lineno": 525, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.carousel.Carousel._start_animation", "callee": "kivy.animation.Animation.start", "lineno": 533, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_down", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 540, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_down", "callee": "kivy.animation.Animation.cancel_all", "lineno": 546, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_down", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 548, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_move", "callee": "kivy.uix.carousel.Carousel._change_touch_mode", "lineno": 564, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_move", "callee": "kivy.uix.carousel.Carousel._change_touch_mode", "lineno": 570, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_move", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 573, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_move", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 577, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_move", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 580, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_up", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 600, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_up", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 605, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_up", "callee": ".functools.partial", "lineno": 611, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_up", "callee": "kivy.uix.carousel.Carousel._start_animation", "lineno": 613, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.on_touch_up", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 618, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel._change_touch_mode", "callee": "kivy.uix.carousel.Carousel._start_animation", "lineno": 635, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel._change_touch_mode", "callee": "kivy.uix.carousel.Carousel._get_uid", "lineno": 636, "resolution": "self_method_call" }, { "caller": "kivy.uix.carousel.Carousel.add_widget", "callee": "kivy.uix.relativelayout.RelativeLayout.__init__", "lineno": 646, "resolution": "imported_call" }, { "caller": "kivy.uix.carousel.Carousel.add_widget", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 648, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.carousel.Carousel.clear_widgets", "callee": "kivy.uix.carousel.Carousel.remove_widget", "lineno": 677, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.carousel.Example1.build", "callee": "kivy.uix.carousel.Carousel.__init__", "lineno": 687, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.carousel.Example1.build", "callee": "kivy.uix.carousel.Carousel.add_widget", "lineno": 692, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.carousel.", "callee": "kivy.uix.carousel.Example1.", "lineno": 695, "resolution": "same_module_class_call" } ], "kivy.uix.checkbox": [ { "caller": "kivy.uix.checkbox.", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 171, "resolution": "imported_call" }, { "caller": "kivy.uix.checkbox.", "callee": ".random.uniform", "lineno": 173, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.checkbox.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 174, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.checkbox.", "callee": "kivy.base.runTouchApp", "lineno": 175, "resolution": "imported_call" } ], "kivy.uix.codeinput": [ { "caller": "kivy.uix.codeinput.CodeInput.__init__", "callee": ".pygments.formatters.BBCodeFormatter", "lineno": 95, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.codeinput.CodeInput.__init__", "callee": "kivy.uix.codeinput.CodeInput._get_line_options", "lineno": 103, "resolution": "self_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput.__init__", "callee": "kivy.utils.get_hex_from_color", "lineno": 108, "resolution": "imported_call" }, { "caller": "kivy.uix.codeinput.CodeInput.on_style_name", "callee": "kivy.utils.get_color_from_hex", "lineno": 118, "resolution": "imported_call" }, { "caller": "kivy.uix.codeinput.CodeInput.on_style_name", "callee": "kivy.uix.textinput.TextInput._trigger_refresh_text", "lineno": 119, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput.on_style", "callee": ".pygments.formatters.BBCodeFormatter", "lineno": 122, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.codeinput.CodeInput.on_style", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 123, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput._create_line_label", "callee": "kivy.uix.codeinput.CodeInput._get_bbcode", "lineno": 130, "resolution": "self_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput._create_line_label", "callee": "kivy.uix.codeinput.CodeInput._get_line_options", "lineno": 131, "resolution": "self_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput._get_text_width", "callee": "kivy.uix.codeinput.CodeInput._get_line_options", "lineno": 163, "resolution": "self_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput._get_text_width", "callee": "kivy.uix.codeinput.CodeInput._create_line_label", "lineno": 167, "resolution": "self_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput._get_bbcode", "callee": ".pygments.highlight", "lineno": 179, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.codeinput.CodeInput._cursor_offset", "callee": "kivy.uix.codeinput.CodeInput._get_text_width", "lineno": 198, "resolution": "self_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput.on_lexer", "callee": "kivy.uix.textinput.TextInput._trigger_refresh_text", "lineno": 207, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.codeinput.CodeInput.on_foreground_color", "callee": "kivy.utils.get_hex_from_color", "lineno": 213, "resolution": "imported_call" }, { "caller": "kivy.uix.codeinput.CodeInput.on_foreground_color", "callee": "kivy.uix.textinput.TextInput._trigger_refresh_text", "lineno": 216, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.codeinput.CodeInputTest.build", "callee": "kivy.uix.codeinput.CodeInput.__init__", "lineno": 225, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.codeinput.", "callee": "kivy.uix.codeinput.CodeInputTest.", "lineno": 238, "resolution": "same_module_class_call" } ], "kivy.uix.colorpicker": [ { "caller": "kivy.uix.colorpicker.distance", "callee": ".math.sqrt", "lineno": 146, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.polar_to_rect", "callee": ".math.cos", "lineno": 150, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.polar_to_rect", "callee": ".math.sin", "lineno": 150, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.rect_to_polar", "callee": ".math.atan", "lineno": 161, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.rect_to_polar", "callee": "kivy.uix.colorpicker.distance", "lineno": 168, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.on__origin", "callee": "kivy.uix.colorpicker.ColorWheel._reset_canvas", "lineno": 239, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.on__radius", "callee": "kivy.uix.colorpicker.ColorWheel._reset_canvas", "lineno": 242, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel._reset_canvas", "callee": "kivy.uix.colorpicker._ColorArc.__init__", "lineno": 255, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.inertial_incr_sv_idx", "callee": "kivy.uix.colorpicker.ColorWheel.recolor_wheel", "lineno": 284, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.inertial_decr_sv_idx", "callee": "kivy.uix.colorpicker.ColorWheel.recolor_wheel", "lineno": 296, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.on_touch_down", "callee": "kivy.uix.colorpicker.ColorWheel._get_touch_r", "lineno": 304, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.on_touch_move", "callee": "kivy.uix.colorpicker.ColorWheel._get_touch_r", "lineno": 324, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.on_touch_move", "callee": "kivy.uix.colorpicker.ColorWheel.recolor_wheel", "lineno": 336, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.on_touch_up", "callee": "kivy.uix.colorpicker.rect_to_polar", "lineno": 366, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel.on_touch_up", "callee": ".colorsys.hsv_to_rgb", "lineno": 377, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.ColorWheel._get_touch_r", "callee": "kivy.uix.colorpicker.distance", "lineno": 380, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker._ColorArc.__init__", "callee": "kivy.uix.colorpicker._ColorArc.get_mesh", "lineno": 395, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker._ColorArc.get_mesh", "callee": "kivy.uix.colorpicker.polar_to_rect", "lineno": 415, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker._ColorArc.get_mesh", "callee": "kivy.uix.colorpicker.polar_to_rect", "lineno": 418, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker._ColorArc.get_mesh", "callee": "kivy.uix.colorpicker.polar_to_rect", "lineno": 419, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker._ColorArc.get_mesh", "callee": "kivy.uix.colorpicker.polar_to_rect", "lineno": 423, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker._ColorArc.get_mesh", "callee": "kivy.uix.colorpicker.polar_to_rect", "lineno": 428, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker._ColorArc.get_mesh", "callee": "kivy.uix.colorpicker.polar_to_rect", "lineno": 431, "resolution": "direct_name_call" }, { "caller": "kivy.uix.colorpicker.ColorPicker._get_hsv", "callee": ".colorsys.rgb_to_hsv", "lineno": 472, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.ColorPicker._set_hsv", "callee": "kivy.uix.colorpicker.ColorPicker.set_color", "lineno": 477, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorPicker._get_hex", "callee": "kivy.utils.get_hex_from_color", "lineno": 486, "resolution": "imported_call" }, { "caller": "kivy.uix.colorpicker.ColorPicker._set_hex", "callee": "kivy.uix.colorpicker.ColorPicker.set_color", "lineno": 491, "resolution": "self_method_call" }, { "caller": "kivy.uix.colorpicker.ColorPicker._set_hex", "callee": "kivy.utils.get_color_from_hex", "lineno": 491, "resolution": "imported_call" }, { "caller": "kivy.uix.colorpicker.ColorPicker._update_clr", "callee": ".colorsys.hsv_to_rgb", "lineno": 542, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.ColorPicker._update_clr", "callee": ".colorsys.hsv_to_rgb", "lineno": 550, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.colorpicker.ColorPickerApp.build", "callee": "kivy.uix.colorpicker.ColorPicker.__init__", "lineno": 595, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.colorpicker.", "callee": "kivy.uix.colorpicker.ColorPickerApp.", "lineno": 598, "resolution": "same_module_class_call" } ], "kivy.uix.dropdown": [ { "caller": "kivy.uix.dropdown.DropDown.__init__", "callee": "kivy.uix.dropdown.DropDown.on_container", "lineno": 217, "resolution": "self_method_call" }, { "caller": "kivy.uix.dropdown.DropDown.on_key_down", "callee": "kivy.uix.dropdown.DropDown.dismiss", "lineno": 225, "resolution": "self_method_call" }, { "caller": "kivy.uix.dropdown.DropDown.open", "callee": "kivy.uix.dropdown.DropDown.dismiss", "lineno": 240, "resolution": "self_method_call" }, { "caller": "kivy.uix.dropdown.DropDown.open", "callee": "kivy.uix.dropdown.DropDown._reposition", "lineno": 251, "resolution": "self_method_call" }, { "caller": "kivy.uix.dropdown.DropDown.select", "callee": "kivy.uix.dropdown.DropDown.dismiss", "lineno": 279, "resolution": "self_method_call" }, { "caller": "kivy.uix.dropdown.DropDown.on_touch_up", "callee": "kivy.uix.dropdown.DropDown.dismiss", "lineno": 317, "resolution": "self_method_call" }, { "caller": "kivy.uix.dropdown.show_dropdown", "callee": "kivy.uix.dropdown.DropDown.__init__", "lineno": 377, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.dropdown.show_dropdown", "callee": "kivy.uix.dropdown.DropDown.select", "lineno": 381, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.dropdown.show_dropdown", "callee": "kivy.uix.dropdown.DropDown.add_widget", "lineno": 382, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.dropdown.show_dropdown", "callee": "kivy.uix.dropdown.DropDown.open", "lineno": 383, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.dropdown.", "callee": "kivy.base.runTouchApp", "lineno": 391, "resolution": "imported_call" } ], "kivy.uix.effectwidget": [ { "caller": "kivy.uix.effectwidget.EffectBase._load_from_source", "callee": "kivy.resources.resource_find", "lineno": 417, "resolution": "imported_call" }, { "caller": "kivy.uix.effectwidget.AdvancedEffectBase.set_fbo_shader", "callee": "kivy.uix.effectwidget.AdvancedEffectBase._update_uniforms", "lineno": 462, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.ChannelMixEffect.__init__", "callee": "kivy.uix.effectwidget.ChannelMixEffect.do_glsl", "lineno": 499, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.ChannelMixEffect.on_order", "callee": "kivy.uix.effectwidget.ChannelMixEffect.do_glsl", "lineno": 502, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.ChannelMixEffect.do_glsl", "callee": ".str.format", "lineno": 506, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.effectwidget.PixelateEffect.__init__", "callee": "kivy.uix.effectwidget.PixelateEffect.do_glsl", "lineno": 524, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.PixelateEffect.on_pixel_size", "callee": "kivy.uix.effectwidget.PixelateEffect.do_glsl", "lineno": 527, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.PixelateEffect.do_glsl", "callee": ".str.format", "lineno": 530, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.effectwidget.HorizontalBlurEffect.__init__", "callee": "kivy.uix.effectwidget.HorizontalBlurEffect.do_glsl", "lineno": 546, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.HorizontalBlurEffect.on_size", "callee": "kivy.uix.effectwidget.HorizontalBlurEffect.do_glsl", "lineno": 549, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.HorizontalBlurEffect.do_glsl", "callee": ".str.format", "lineno": 552, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.effectwidget.VerticalBlurEffect.__init__", "callee": "kivy.uix.effectwidget.VerticalBlurEffect.do_glsl", "lineno": 568, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.VerticalBlurEffect.on_size", "callee": "kivy.uix.effectwidget.VerticalBlurEffect.do_glsl", "lineno": 571, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.VerticalBlurEffect.do_glsl", "callee": ".str.format", "lineno": 574, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.effectwidget.EffectWidget.__init__", "callee": "kivy.uix.effectwidget.EffectWidget.refresh_fbo_setup", "lineno": 681, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.EffectWidget.__init__", "callee": "kivy.uix.effectwidget.EffectWidget._refresh_background_color", "lineno": 682, "resolution": "self_method_call" }, { "caller": "kivy.uix.effectwidget.EffectWidget.refresh_fbo_setup", "callee": "kivy.uix.effectwidget.EffectFbo.__init__", "lineno": 707, "resolution": "same_module_class_call" } ], "kivy.uix.filechooser": [ { "caller": "kivy.uix.filechooser.FileSystemLocal.listdir", "callee": "kivy.uix.filechooser.FileSystemLocal.listdir", "lineno": 177, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.filechooser.FileSystemLocal.getsize", "callee": "kivy.uix.filechooser.FileSystemLocal.getsize", "lineno": 180, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.filechooser.FileSystemLocal.is_hidden", "callee": ".win32file.GetFileAttributesExW", "lineno": 187, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileSystemLocal.is_hidden", "callee": ".os.path.basename", "lineno": 195, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileSystemLocal.is_dir", "callee": ".os.path.isdir", "lineno": 198, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserProgressBase.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 227, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserProgressBase.on_touch_move", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 232, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserProgressBase.on_touch_up", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 237, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.", "callee": "kivy.uix.filechooser.FileSystemLocal.", "lineno": 536, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 581, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.on_touch_up", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 589, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.entry_touched", "callee": "kivy.uix.filechooser.FileChooserController.open_entry", "lineno": 643, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.entry_touched", "callee": "kivy.uix.filechooser.FileChooserController.open_entry", "lineno": 651, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.entry_touched", "callee": ".os.path.abspath", "lineno": 657, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.entry_touched", "callee": ".os.path.join", "lineno": 657, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.entry_released", "callee": "kivy.uix.filechooser.FileChooserController.open_entry", "lineno": 671, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.open_entry", "callee": ".os.path.abspath", "lineno": 690, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.open_entry", "callee": ".os.path.join", "lineno": 690, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._apply_filters", "callee": ".list.extend", "lineno": 699, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._apply_filters", "callee": ".list.extend", "lineno": 701, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._apply_filters", "callee": ".fnmatch.fnmatch", "lineno": 701, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._apply_filters", "callee": ".list.extend", "lineno": 704, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._update_files", "callee": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "lineno": 729, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._update_files", "callee": ".os.path.abspath", "lineno": 732, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._update_files", "callee": "kivy.uix.filechooser.FileChooserController._hide_progress", "lineno": 740, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._update_files", "callee": "kivy.uix.filechooser.FileChooserController._create_files_entries", "lineno": 741, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._create_files_entries", "callee": ".time.time", "lineno": 756, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._create_files_entries", "callee": ".time.time", "lineno": 759, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._create_files_entries", "callee": "kivy.uix.filechooser.FileChooserController._show_progress", "lineno": 774, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._create_files_entries", "callee": "kivy.uix.filechooser.FileChooserController._get_file_paths", "lineno": 790, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._create_files_entries", "callee": "kivy.uix.filechooser.FileChooserController._hide_progress", "lineno": 793, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.cancel", "callee": "kivy.uix.filechooser.FileChooserController._hide_progress", "lineno": 811, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._show_progress", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 830, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._hide_progress", "callee": "kivy.uix.floatlayout.FloatLayout.remove_widget", "lineno": 834, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": ".os.path.realpath", "lineno": 847, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": ".os.path.realpath", "lineno": 848, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": ".os.path.splitdrive", "lineno": 856, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": ".os.path.normpath", "lineno": 858, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": ".os.path.expanduser", "lineno": 858, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": "kivy.uix.filechooser.FileChooserController._create_entry_widget", "lineno": 869, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": ".weakref.ref", "lineno": 870, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": "kivy.uix.filechooser.FileChooserController._create_entry_widget", "lineno": 874, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": ".weakref.ref", "lineno": 875, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._generate_file_entries", "callee": "kivy.uix.filechooser.FileChooserController._add_files", "lineno": 882, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": ".os.path.expanduser", "lineno": 894, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": ".os.path.isfile", "lineno": 895, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": ".os.path.dirname", "lineno": 896, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": ".os.path.normpath", "lineno": 903, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": ".os.path.join", "lineno": 903, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": "kivy.uix.filechooser.FileChooserController._apply_filters", "lineno": 909, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": ".weakref.ref", "lineno": 917, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files.get_nice_size", "callee": "kivy.uix.filechooser.FileChooserController._add_files.get_nice_size", "lineno": 922, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": ".os.path.basename", "lineno": 924, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserController._add_files", "callee": "kivy.uix.filechooser.FileChooserController._create_entry_widget", "lineno": 930, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserController.entry_subselect", "callee": "kivy.uix.filechooser.FileChooserController._update_files", "lineno": 936, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooser.__init__", "callee": "kivy.uix.screenmanager.ScreenManager.__init__", "lineno": 1035, "resolution": "imported_call" }, { "caller": "kivy.uix.filechooser.FileChooser.add_widget", "callee": "kivy.uix.screenmanager.Screen.", "lineno": 1047, "resolution": "imported_call" }, { "caller": "kivy.uix.filechooser.FileChooser.add_widget", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 1049, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.filechooser.FileChooser.rebuild_views", "callee": "kivy.uix.filechooser.FileChooserController._trigger_update", "lineno": 1064, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.filechooser.FileChooser.update_view", "callee": "kivy.uix.filechooser.FileChooser.rebuild_views", "lineno": 1067, "resolution": "self_method_call" }, { "caller": "kivy.uix.filechooser.FileChooserApp.build", "callee": ".pprint.pprint", "lineno": 1158, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.FileChooserApp.build", "callee": ".pprint.pprint", "lineno": 1159, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.filechooser.", "callee": "kivy.uix.filechooser.FileChooserApp.", "lineno": 1163, "resolution": "same_module_class_call" } ], "kivy.uix.floatlayout": [], "kivy.uix.gesturesurface": [ { "caller": "kivy.uix.gesturesurface.GestureContainer.__init__", "callee": "kivy.uix.gesturesurface.GestureContainer.update_bbox", "lineno": 123, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureContainer.get_vectors", "callee": "kivy.vector.Vector.__init__", "lineno": 140, "resolution": "imported_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 342, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_down", "callee": "kivy.uix.gesturesurface.GestureSurface.find_colliding_gesture", "lineno": 348, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_down", "callee": "kivy.uix.gesturesurface.GestureSurface.init_gesture", "lineno": 351, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_down", "callee": "kivy.uix.gesturesurface.GestureSurface.init_stroke", "lineno": 355, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_move", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 370, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_move", "callee": "kivy.uix.gesturesurface.GestureSurface.get_gesture", "lineno": 375, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_move", "callee": "kivy.uix.gesturesurface.GestureSurface.find_colliding_gesture", "lineno": 376, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_move", "callee": "kivy.uix.gesturesurface.GestureSurface.merge_gestures", "lineno": 378, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_move", "callee": "kivy.uix.gesturesurface.GestureSurface._update_canvas_bbox", "lineno": 393, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_up", "callee": "kivy.uix.gesturesurface.GestureSurface.get_gesture", "lineno": 401, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.on_touch_up", "callee": "kivy.uix.gesturesurface.GestureSurface._complete_dispatcher", "lineno": 406, "resolution": "self_method_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.init_gesture", "callee": ".colorsys.hsv_to_rgb", "lineno": 421, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.init_gesture", "callee": ".random.random", "lineno": 421, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.init_gesture", "callee": "kivy.uix.gesturesurface.GestureContainer.__init__", "lineno": 423, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.gesturesurface.GestureSurface.init_stroke", "callee": "kivy.uix.gesturesurface.GestureSurface._update_canvas_bbox", "lineno": 460, "resolution": "self_method_call" } ], "kivy.uix.gridlayout": [ { "caller": "kivy.uix.gridlayout.GridLayout.on_children", "callee": "kivy.uix.gridlayout.GridLayout.get_max_widgets", "lineno": 305, "resolution": "self_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._init_rows_cols_sizes", "callee": ".math.ceil", "lineno": 336, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._init_rows_cols_sizes", "callee": ".math.ceil", "lineno": 338, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.GridLayout._create_idx_iter", "lineno": 374, "resolution": "self_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 382, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 384, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 387, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmin", "lineno": 390, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 393, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 395, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 398, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmin", "lineno": 401, "resolution": "direct_name_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._finalize_rows_cols_sizes", "callee": "kivy.uix.layout.Layout.layout_hint_with_bounds", "lineno": 478, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._finalize_rows_cols_sizes", "callee": "kivy.uix.layout.Layout.layout_hint_with_bounds", "lineno": 506, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.accumulate", "lineno": 525, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.chain", "lineno": 525, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.islice", "lineno": 529, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.accumulate", "lineno": 533, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.chain", "lineno": 533, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.islice", "lineno": 537, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.accumulate", "lineno": 544, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.chain", "lineno": 544, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.islice", "lineno": 548, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.accumulate", "lineno": 552, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.chain", "lineno": 552, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.islice", "lineno": 556, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.product", "lineno": 564, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.product", "lineno": 565, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.product", "lineno": 570, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._iterate_layout", "callee": ".itertools.product", "lineno": 571, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout.do_layout", "callee": "kivy.uix.gridlayout.GridLayout._init_rows_cols_sizes", "lineno": 576, "resolution": "self_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout.do_layout", "callee": "kivy.uix.gridlayout.GridLayout._fill_rows_cols_sizes", "lineno": 580, "resolution": "self_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout.do_layout", "callee": "kivy.uix.gridlayout.GridLayout._update_minimum_size", "lineno": 581, "resolution": "self_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout.do_layout", "callee": "kivy.uix.gridlayout.GridLayout._finalize_rows_cols_sizes", "lineno": 582, "resolution": "self_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout.do_layout", "callee": "kivy.uix.gridlayout.GridLayout._iterate_layout", "lineno": 584, "resolution": "self_method_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._create_idx_iter", "callee": ".itertools.product", "lineno": 627, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.gridlayout.GridLayout._create_idx_iter", "callee": ".itertools.product", "lineno": 629, "resolution": "external_constructor_call" } ], "kivy.uix.image": [ { "caller": "kivy.uix.image.Image.texture_update", "callee": "kivy.uix.image.Image.set_texture_from_resource", "lineno": 402, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.Image.set_texture_from_resource", "callee": "kivy.uix.image.Image._clear_core_image", "lineno": 406, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.Image.set_texture_from_resource", "callee": "kivy.resources.resource_find", "lineno": 412, "resolution": "imported_call" }, { "caller": "kivy.uix.image.Image.set_texture_from_resource", "callee": "kivy.uix.image.Image._clear_core_image", "lineno": 415, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.Image.set_texture_from_resource", "callee": "kivy.uix.image.Image._clear_core_image", "lineno": 430, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.Image.reload", "callee": "kivy.uix.image.Image.remove_from_cache", "lineno": 477, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.Image.on_nocache", "callee": "kivy.uix.image.Image.remove_from_cache", "lineno": 492, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.AsyncImage._load_source", "callee": "kivy.uix.image.AsyncImage._clear_core_image", "lineno": 529, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.AsyncImage._load_source", "callee": "kivy.uix.image.AsyncImage.is_uri", "lineno": 531, "resolution": "self_method_call" }, { "caller": "kivy.uix.image.AsyncImage._load_source", "callee": "kivy.resources.resource_find", "lineno": 532, "resolution": "imported_call" }, { "caller": "kivy.uix.image.AsyncImage._load_source", "callee": "kivy.uix.image.AsyncImage._clear_core_image", "lineno": 535, "resolution": "self_method_call" } ], "kivy.uix.label": [ { "caller": "kivy.uix.label.Label.__init__", "callee": "kivy.uix.label.Label._create_label", "lineno": 339, "resolution": "self_method_call" }, { "caller": "kivy.uix.label.Label._create_label", "callee": "kivy.core.text.LabelBase.available_providers", "lineno": 360, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.label.Label._trigger_texture_update", "callee": "kivy.uix.label.Label._create_label", "lineno": 379, "resolution": "self_method_call" }, { "caller": "kivy.uix.label.Label.texture_update", "callee": "kivy.utils.get_hex_from_color", "lineno": 440, "resolution": "imported_call" } ], "kivy.uix.layout": [ { "caller": "kivy.uix.layout.Layout.layout_hint_with_bounds", "callee": ".math.isclose", "lineno": 158, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.layout.Layout.layout_hint_with_bounds", "callee": ".math.isclose", "lineno": 227, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.layout.Layout.layout_hint_with_bounds", "callee": ".dict.items", "lineno": 302, "resolution": "local_builtin_method_call" } ], "kivy.uix.modalview": [ { "caller": "kivy.uix.modalview.ModalView.open", "callee": "kivy.animation.Animation.__init__", "lineno": 220, "resolution": "imported_call" }, { "caller": "kivy.uix.modalview.ModalView.open", "callee": "kivy.animation.Animation.start", "lineno": 222, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.modalview.ModalView.dismiss", "callee": "kivy.animation.Animation.__init__", "lineno": 249, "resolution": "imported_call" }, { "caller": "kivy.uix.modalview.ModalView.dismiss", "callee": "kivy.uix.modalview.ModalView._real_remove_widget", "lineno": 252, "resolution": "self_method_call" }, { "caller": "kivy.uix.modalview.ModalView.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 264, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.modalview.ModalView.on_touch_up", "callee": "kivy.uix.modalview.ModalView.dismiss", "lineno": 279, "resolution": "self_method_call" }, { "caller": "kivy.uix.modalview.ModalView.on__anim_alpha", "callee": "kivy.uix.modalview.ModalView._real_remove_widget", "lineno": 288, "resolution": "self_method_call" }, { "caller": "kivy.uix.modalview.ModalView._handle_keyboard", "callee": "kivy.uix.modalview.ModalView.dismiss", "lineno": 314, "resolution": "self_method_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 326, "resolution": "imported_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 327, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.label.Label.__init__", "lineno": 327, "resolution": "imported_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.modalview.ModalView.__init__", "lineno": 328, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 329, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 331, "resolution": "imported_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 335, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.uix.modalview.ModalView.open", "lineno": 338, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.modalview.", "callee": "kivy.base.runTouchApp", "lineno": 339, "resolution": "imported_call" } ], "kivy.uix.pagelayout": [ { "caller": "kivy.uix.pagelayout.PageLayout.do_layout", "callee": "kivy.animation.Animation.__init__", "lineno": 125, "resolution": "imported_call" }, { "caller": "kivy.uix.pagelayout.PageLayout.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 133, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.pagelayout.", "callee": "kivy.uix.pagelayout.PageLayout.__init__", "lineno": 228, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.pagelayout.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 231, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.pagelayout.", "callee": "kivy.base.runTouchApp", "lineno": 233, "resolution": "imported_call" } ], "kivy.uix.popup": [ { "caller": "kivy.uix.popup.Popup.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 234, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 247, "resolution": "imported_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 249, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.label.Label.__init__", "lineno": 249, "resolution": "imported_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 250, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.popup.Popup.", "lineno": 251, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 256, "resolution": "imported_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 260, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.uix.modalview.ModalView.open", "lineno": 264, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.popup.", "callee": "kivy.base.runTouchApp", "lineno": 266, "resolution": "imported_call" } ], "kivy.uix.progressbar": [ { "caller": "kivy.uix.progressbar.", "callee": "kivy.base.runTouchApp", "lineno": 95, "resolution": "imported_call" }, { "caller": "kivy.uix.progressbar.", "callee": "kivy.uix.progressbar.ProgressBar.__init__", "lineno": 95, "resolution": "same_module_class_call" } ], "kivy.uix.recycleboxlayout": [ { "caller": "kivy.uix.recycleboxlayout.RecycleBoxLayout.compute_layout", "callee": "kivy.uix.recycleboxlayout.RecycleBoxLayout._update_sizes", "lineno": 101, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleboxlayout.RecycleBoxLayout.compute_layout", "callee": "kivy.uix.recyclelayout.RecycleLayout.clear_layout", "lineno": 104, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recycleboxlayout.RecycleBoxLayout.compute_layout", "callee": "kivy.uix.boxlayout.BoxLayout._iterate_layout", "lineno": 113, "resolution": "inherited_method_call" } ], "kivy.uix.recyclegridlayout": [ { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": ".collections.defaultdict", "lineno": 44, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": ".collections.defaultdict", "lineno": 45, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.GridLayout._create_idx_iter", "lineno": 48, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 62, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 64, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 67, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmin", "lineno": 70, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 73, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 75, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmax", "lineno": 78, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "callee": "kivy.uix.gridlayout.nmin", "lineno": 81, "resolution": "imported_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout._update_rows_cols_sizes", "callee": "kivy.uix.recyclegridlayout.RecycleGridLayout._calculate_idx_from_a_view_idx", "lineno": 104, "resolution": "self_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.gridlayout.GridLayout.get_max_widgets", "lineno": 132, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.recyclegridlayout.RecycleGridLayout._update_rows_cols_sizes", "lineno": 140, "resolution": "self_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.recyclelayout.RecycleLayout.clear_layout", "lineno": 143, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.gridlayout.GridLayout._init_rows_cols_sizes", "lineno": 144, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.recyclegridlayout.RecycleGridLayout._fill_rows_cols_sizes", "lineno": 149, "resolution": "self_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.gridlayout.GridLayout._update_minimum_size", "lineno": 150, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.gridlayout.GridLayout._finalize_rows_cols_sizes", "lineno": 151, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.compute_layout", "callee": "kivy.uix.gridlayout.GridLayout._iterate_layout", "lineno": 154, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.goto_view", "callee": ".math.ceil", "lineno": 279, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recyclegridlayout.RecycleGridLayout.goto_view", "callee": ".math.ceil", "lineno": 281, "resolution": "external_constructor_call" } ], "kivy.uix.recyclelayout": [ { "caller": "kivy.uix.recyclelayout.RecycleLayout.compute_sizes_from_data", "callee": "kivy.uix.recyclelayout.RecycleLayout.clear_layout", "lineno": 242, "resolution": "self_method_call" }, { "caller": "kivy.uix.recyclelayout.RecycleLayout.compute_sizes_from_data", "callee": "kivy.uix.recyclelayout.RecycleLayout.clear_layout", "lineno": 266, "resolution": "self_method_call" }, { "caller": "kivy.uix.recyclelayout.RecycleLayout.compute_layout", "callee": ".list.append", "lineno": 346, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.recyclelayout.RecycleLayout.set_visible_views", "callee": "kivy.uix.recyclelayout.RecycleLayout.refresh_view_layout", "lineno": 388, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.recyclelayout.RecycleLayout.remove_views", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 434, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclelayout.RecycleLayout.remove_view", "callee": "kivy.uix.layout.Layout.remove_widget", "lineno": 439, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recyclelayout.RecycleLayout.clear_layout", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 444, "resolution": "inherited_method_call" } ], "kivy.uix.relativelayout": [], "kivy.uix.rst": [ { "caller": "kivy.uix.rst.VideoDirective.run", "callee": ".docutils.parsers.rst.roles.set_classes", "lineno": 107, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.rst.", "callee": ".dict.items", "lineno": 114, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.rst.RstDocument._get_bgc", "callee": "kivy.utils.get_color_from_hex", "lineno": 475, "resolution": "imported_call" }, { "caller": "kivy.uix.rst.RstDocument._set_bgc", "callee": "kivy.utils.get_hex_from_color", "lineno": 478, "resolution": "imported_call" }, { "caller": "kivy.uix.rst.RstDocument.on_source", "callee": ".os.path.abspath", "lineno": 554, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.rst.RstDocument.on_source", "callee": ".os.path.dirname", "lineno": 554, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.rst.RstDocument.on_source", "callee": "kivy.uix.rst.RstDocument._load_from_source", "lineno": 555, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst.RstDocument.render", "callee": "kivy.uix.rst.RstDocument._load_from_text", "lineno": 563, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst.RstDocument.resolve_path", "callee": ".os.path.exists", "lineno": 569, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.rst.RstDocument.resolve_path", "callee": ".os.path.join", "lineno": 571, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.rst.RstDocument.preload", "callee": "kivy.uix.rst._ToctreeVisitor.__init__", "lineno": 586, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.rst.RstDocument._load_from_source", "callee": "kivy.uix.rst.RstDocument.resolve_path", "lineno": 592, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst.RstDocument._load_from_source", "callee": "kivy.uix.rst.RstDocument.preload", "lineno": 593, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst.RstDocument._load_from_text", "callee": "kivy.uix.rst._Visitor.__init__", "lineno": 609, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.rst.RstDocument.on_ref_press", "callee": "kivy.uix.rst.RstDocument.goto", "lineno": 617, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst.RstDocument.goto", "callee": "kivy.uix.scrollview.ScrollView.convert_distance_to_scroll", "lineno": 682, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.rst.RstDocument.goto", "callee": "kivy.animation.Animation.__init__", "lineno": 684, "resolution": "imported_call" }, { "caller": "kivy.uix.rst._ToctreeVisitor.dispatch_visit", "callee": "kivy.uix.rst._ToctreeVisitor.push", "lineno": 838, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._ToctreeVisitor.dispatch_departure", "callee": "kivy.uix.rst._ToctreeVisitor.pop", "lineno": 847, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.brute_refs", "callee": "kivy.uix.rst._Visitor.brute_refs.get_refs", "lineno": 943, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.rst._Visitor.brute_refs", "callee": "kivy.uix.rst._Visitor.brute_refs.get_refs", "lineno": 946, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 951, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.brute_refs", "lineno": 952, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 976, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.colorize", "lineno": 1009, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1096, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1144, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1149, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1163, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1169, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1175, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.colorize", "lineno": 1183, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1188, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1194, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1199, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1205, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": ".os.path.join", "lineno": 1226, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.dispatch_visit.set_size", "lineno": 1230, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.dispatch_visit.set_size", "lineno": 1233, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 1235, "resolution": "imported_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 1242, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1252, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1258, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1265, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1270, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1275, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1280, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1285, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_visit", "callee": "kivy.uix.rst._Visitor.push", "lineno": 1293, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1324, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.set_text", "lineno": 1333, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1334, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.set_text", "lineno": 1342, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1343, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.set_text", "lineno": 1347, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1348, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1360, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1364, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1367, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1370, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1373, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1376, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1379, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1382, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.set_text", "lineno": 1386, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1387, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1390, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1393, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.set_text", "lineno": 1397, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1398, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1401, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1404, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1410, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.pop", "lineno": 1416, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.set_text", "lineno": 1417, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.rst._Visitor.colorize", "lineno": 1450, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": ".os.path.join", "lineno": 1458, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.anchorlayout.AnchorLayout.__init__", "lineno": 1463, "resolution": "imported_call" }, { "caller": "kivy.uix.rst._Visitor.dispatch_departure", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 1464, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.rst._Visitor.set_text", "callee": "kivy.uix.rst._Visitor.colorize", "lineno": 1472, "resolution": "self_method_call" }, { "caller": "kivy.uix.rst.", "callee": "kivy.base.runTouchApp", "lineno": 1488, "resolution": "imported_call" }, { "caller": "kivy.uix.rst.", "callee": "kivy.uix.rst.RstDocument.__init__", "lineno": 1488, "resolution": "same_module_class_call" } ], "kivy.uix.sandbox": [ { "caller": "kivy.uix.sandbox.sandbox._f2", "callee": ".functools.wraps", "lineno": 38, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.sandbox.SandboxExceptionManager.__init__", "callee": "kivy.base.ExceptionManagerBase.__init__", "lineno": 50, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.sandbox.Sandbox.__init__", "callee": "kivy.context.Context.__init__", "lineno": 69, "resolution": "imported_call" }, { "caller": "kivy.uix.sandbox.Sandbox.__init__", "callee": "kivy.uix.sandbox.SandboxExceptionManager.__init__", "lineno": 70, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.sandbox.Sandbox.__init__", "callee": "kivy.uix.sandbox.Sandbox.on_context_created", "lineno": 73, "resolution": "self_method_call" }, { "caller": "kivy.uix.sandbox.Sandbox.__exit__", "callee": "kivy.uix.sandbox.Sandbox.on_exception", "lineno": 91, "resolution": "self_method_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.uix.sandbox.sandbox", "lineno": 110, "resolution": "direct_name_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.uix.sandbox.sandbox", "lineno": 111, "resolution": "direct_name_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.uix.sandbox.sandbox", "lineno": 112, "resolution": "direct_name_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.uix.sandbox.sandbox", "lineno": 113, "resolution": "direct_name_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.uix.sandbox.Sandbox.__init__", "lineno": 167, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.uix.sandbox.TestButton.", "lineno": 191, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.uix.sandbox.Sandbox.add_widget", "lineno": 192, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.sandbox.", "callee": "kivy.base.runTouchApp", "lineno": 198, "resolution": "imported_call" } ], "kivy.uix.scatter": [ { "caller": "kivy.uix.scatter.Scatter._get_bbox", "callee": "kivy.uix.scatter.Scatter.to_parent", "lineno": 237, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._get_bbox", "callee": "kivy.uix.scatter.Scatter.to_parent", "lineno": 239, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._get_rotation", "callee": "kivy.vector.Vector.__init__", "lineno": 260, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter._get_rotation", "callee": "kivy.vector.Vector.__init__", "lineno": 262, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter._get_rotation", "callee": "kivy.vector.Vector.angle", "lineno": 263, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scatter.Scatter._set_rotation", "callee": ".math.radians", "lineno": 267, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.scatter.Scatter._set_rotation", "callee": "kivy.uix.scatter.Scatter.apply_transform", "lineno": 268, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._set_rotation", "callee": "kivy.uix.scatter.Scatter.to_local", "lineno": 269, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._get_scale", "callee": "kivy.vector.Vector.__init__", "lineno": 281, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter._get_scale", "callee": "kivy.uix.scatter.Scatter.to_parent", "lineno": 281, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._get_scale", "callee": "kivy.vector.Vector.__init__", "lineno": 282, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter._get_scale", "callee": "kivy.uix.scatter.Scatter.to_parent", "lineno": 282, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._get_scale", "callee": "kivy.vector.Vector.distance", "lineno": 283, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scatter.Scatter._set_scale", "callee": "kivy.uix.scatter.Scatter.apply_transform", "lineno": 299, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._set_scale", "callee": "kivy.uix.scatter.Scatter.to_local", "lineno": 301, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._set_center", "callee": "kivy.vector.Vector.__init__", "lineno": 317, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter._set_center", "callee": "kivy.uix.scatter.Scatter.apply_transform", "lineno": 319, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter._set_pos", "callee": "kivy.vector.Vector.__init__", "lineno": 330, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter._set_pos", "callee": "kivy.uix.scatter.Scatter.apply_transform", "lineno": 332, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.collide_point", "callee": "kivy.uix.scatter.Scatter.to_local", "lineno": 399, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": "kivy.uix.scatter.Scatter.apply_transform", "lineno": 458, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": "kivy.vector.Vector.__init__", "lineno": 465, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": ".list.append", "lineno": 468, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": "kivy.vector.Vector.__init__", "lineno": 468, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": "kivy.vector.Vector.__init__", "lineno": 483, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": "kivy.vector.Vector.__init__", "lineno": 484, "resolution": "imported_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": ".math.radians", "lineno": 488, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": "kivy.uix.scatter.Scatter.apply_transform", "lineno": 491, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.transform_with_touch", "callee": "kivy.uix.scatter.Scatter.apply_transform", "lineno": 500, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_down", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 529, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_down", "callee": "kivy.uix.scatter.Scatter._bring_to_front", "lineno": 537, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_down", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 550, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_down", "callee": "kivy.uix.scatter.Scatter._bring_to_front", "lineno": 556, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_move", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 566, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_move", "callee": "kivy.uix.scatter.Scatter.transform_with_touch", "lineno": 576, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_move", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 581, "resolution": "self_method_call" }, { "caller": "kivy.uix.scatter.Scatter.on_touch_up", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 630, "resolution": "self_method_call" } ], "kivy.uix.scatterlayout": [ { "caller": "kivy.uix.scatterlayout.ScatterLayout.__init__", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 63, "resolution": "imported_call" } ], "kivy.uix.screenmanager": [ { "caller": "kivy.uix.screenmanager.TransitionBase.start", "callee": "kivy.animation.Animation.__init__", "lineno": 367, "resolution": "imported_call" }, { "caller": "kivy.uix.screenmanager.TransitionBase.start", "callee": "kivy.uix.screenmanager.TransitionBase.add_screen", "lineno": 371, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.TransitionBase.on_complete", "callee": "kivy.uix.screenmanager.TransitionBase.remove_screen", "lineno": 404, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ShaderTransition.add_screen", "callee": "kivy.uix.screenmanager.ShaderTransition.make_screen_fbo", "lineno": 511, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ShaderTransition.add_screen", "callee": "kivy.uix.screenmanager.ShaderTransition.make_screen_fbo", "lineno": 512, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ShaderTransition.remove_screen", "callee": "kivy.uix.screenmanager.ShaderTransition._remove_out_canvas", "lineno": 535, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ShaderTransition.stop", "callee": "kivy.uix.screenmanager.ShaderTransition._remove_out_canvas", "lineno": 539, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.__init__", "callee": "kivy.uix.screenmanager.SlideTransition.", "lineno": 971, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.clear_widgets", "callee": "kivy.uix.screenmanager.ScreenManager.remove_widget", "lineno": 1033, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.on_current", "callee": "kivy.uix.screenmanager.ScreenManager.get_screen", "lineno": 1051, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.on_current", "callee": "kivy.uix.screenmanager.ScreenManager.real_add_widget", "lineno": 1064, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.on_current", "callee": "kivy.uix.floatlayout.FloatLayout.do_layout", "lineno": 1066, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.switch_to", "callee": "kivy.uix.screenmanager.ScreenManager.has_screen", "lineno": 1150, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.switch_to", "callee": "kivy.uix.screenmanager.ScreenManager._generate_screen_name", "lineno": 1151, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.switch_to", "callee": "kivy.uix.screenmanager.ScreenManager.add_widget", "lineno": 1165, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager.switch_to.remove_old_screen", "callee": "kivy.uix.screenmanager.ScreenManager.remove_widget", "lineno": 1173, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.ScreenManager._generate_screen_name", "callee": "kivy.uix.screenmanager.ScreenManager.has_screen", "lineno": 1184, "resolution": "self_method_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 1252, "resolution": "imported_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.screenmanager.ScreenManager.__init__", "lineno": 1253, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.screenmanager.SwapTransition.__init__", "lineno": 1253, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.screenmanager.Screen.", "lineno": 1255, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.screenmanager.Screen.", "lineno": 1256, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 1264, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 1265, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.screenmanager.TestApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 1266, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.screenmanager.", "callee": "kivy.uix.screenmanager.TestApp.", "lineno": 1269, "resolution": "same_module_class_call" } ], "kivy.uix.scrollview": [ { "caller": "kivy.uix.scrollview.ScrollViewHierarchy.get_classification", "callee": "kivy.uix.scrollview.ScrollViewHierarchy.get_relationship", "lineno": 433, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollViewHierarchy.get_axis_config", "callee": "kivy.uix.scrollview.ScrollViewHierarchy.get_relationship", "lineno": 442, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._update_effect_bounds", "callee": "kivy.uix.scrollview.ScrollView._update_effect_x_bounds", "lineno": 1032, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._update_effect_bounds", "callee": "kivy.uix.scrollview.ScrollView._update_effect_y_bounds", "lineno": 1033, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._find_child_scrollview_at_touch", "callee": "kivy.uix.scrollview.ScrollView._find_scrollview_in_widget", "lineno": 1165, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._find_scrollview_in_widget", "callee": "kivy.uix.scrollview.ScrollView._find_scrollview_in_widget", "lineno": 1198, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._build_hierarchy_recursive", "callee": "kivy.uix.scrollview.ScrollView._find_child_scrollview_at_touch", "lineno": 1219, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._build_hierarchy_recursive", "callee": "kivy.uix.scrollview.ScrollViewHierarchy.__init__", "lineno": 1225, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.scrollview.ScrollView._build_hierarchy_recursive", "callee": "kivy.uix.scrollview.ScrollViewHierarchy.add_child", "lineno": 1237, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._classify_nested_configuration", "callee": ".list.append", "lineno": 1354, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._classify_nested_configuration", "callee": ".list.append", "lineno": 1356, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._classify_nested_configuration", "callee": ".list.append", "lineno": 1358, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._classify_nested_configuration", "callee": ".list.append", "lineno": 1362, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._classify_nested_configuration", "callee": ".list.append", "lineno": 1364, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._classify_nested_configuration", "callee": ".list.append", "lineno": 1366, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._initialize_nested_inner", "callee": "kivy.uix.scrollview.ScrollView._scroll_initialize", "lineno": 1432, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._setup_boundary_delegation", "callee": "kivy.uix.scrollview.ScrollView._get_nested_data", "lineno": 1466, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._setup_boundary_delegation", "callee": "kivy.uix.scrollview.ScrollView._is_at_scroll_boundary", "lineno": 1485, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._setup_boundary_delegation", "callee": "kivy.uix.scrollview.ScrollView._is_at_scroll_boundary", "lineno": 1492, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._setup_boundary_delegation", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 1499, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._detect_scroll_intent", "callee": "kivy.uix.scrollview.ScrollView._change_touch_mode", "lineno": 1573, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._get_nested_data", "lineno": 1614, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._get_primary_scroll_axis", "lineno": 1638, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._should_delegate_orthogonal", "lineno": 1654, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._get_primary_scroll_axis", "lineno": 1662, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._is_scrolling_beyond_boundary", "lineno": 1663, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._find_parallel_ancestor", "lineno": 1668, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._should_delegate_mixed", "lineno": 1682, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "callee": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "lineno": 1684, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._find_parallel_ancestor", "callee": "kivy.uix.scrollview.ScrollView._get_nested_data", "lineno": 1776, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._handle_mouse_wheel_scroll", "callee": "kivy.uix.scrollview.ScrollView._select_scroll_effect_for_wheel", "lineno": 1895, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._handle_mouse_wheel_scroll", "callee": "kivy.uix.scrollview.ScrollView._apply_wheel_scroll", "lineno": 1901, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._apply_wheel_scroll", "callee": "kivy.uix.scrollview.ScrollView._update_effect_bounds", "lineno": 1936, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._handle_scrollbar_jump", "callee": "kivy.uix.scrollview.ScrollView._touch_in_handle", "lineno": 1960, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._handle_scrollbar_jump", "callee": "kivy.uix.scrollview.ScrollView._touch_in_handle", "lineno": 1964, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._handle_scrollbar_jump", "callee": "kivy.uix.scrollview.ScrollView._update_effect_bounds", "lineno": 1971, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._initialize_scroll_effects", "callee": "kivy.uix.scrollview.ScrollView._update_effect_bounds", "lineno": 1979, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._initialize_scroll_effects", "callee": "kivy.uix.scrollview.ScrollView._update_effect_bounds", "lineno": 1984, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_mixed", "callee": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "lineno": 2072, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2101, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._get_primary_scroll_axis", "lineno": 2129, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._is_at_scroll_boundary", "lineno": 2132, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._is_scrolling_beyond_boundary", "lineno": 2133, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2139, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._is_at_scroll_boundary", "lineno": 2153, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._is_scrolling_beyond_boundary", "lineno": 2154, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._should_delegate_parallel", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2159, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._finalize_scroll_for_cascade", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2238, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._finalize_scroll_for_cascade", "callee": "kivy.uix.scrollview.ScrollView._stop_scroll_effects", "lineno": 2253, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._finalize_scroll_for_cascade", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2271, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_down", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2418, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_down", "callee": "kivy.uix.scrollview.ScrollView._check_scroll_bounds", "lineno": 2431, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_down", "callee": "kivy.uix.scrollview.ScrollView._scroll_initialize", "lineno": 2434, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_down", "callee": "kivy.uix.scrollview.ScrollView._build_hierarchy_recursive", "lineno": 2441, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_down", "callee": "kivy.uix.scrollview.ScrollView._initialize_nested_inner", "lineno": 2487, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_down", "callee": "kivy.uix.scrollview.ScrollView._scroll_initialize", "lineno": 2526, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_down", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2528, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2559, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._simulate_touch_down", "lineno": 2596, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._check_scroll_bounds", "lineno": 2607, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._handle_mouse_wheel_scroll", "lineno": 2613, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2616, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._simulate_touch_down", "lineno": 2627, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._handle_scrollbar_jump", "lineno": 2630, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2638, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._initialize_scroll_effects", "lineno": 2649, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_initialize", "callee": "kivy.uix.scrollview.ScrollView._setup_boundary_delegation", "lineno": 2652, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_move", "callee": "kivy.uix.scrollview.ScrollView._scroll_update", "lineno": 2691, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_move", "callee": "kivy.uix.scrollview.ScrollView._delegate_to_children", "lineno": 2813, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_move", "callee": "kivy.uix.scrollview.ScrollView._delegate_to_children", "lineno": 2823, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_move", "callee": "kivy.uix.scrollview.ScrollView._scroll_update", "lineno": 2827, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_update", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2837, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_update", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2847, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_update", "callee": "kivy.uix.scrollview.ScrollView._scroll_initialize", "lineno": 2850, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_update", "callee": "kivy.uix.scrollview.ScrollView._detect_scroll_intent", "lineno": 2856, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_update", "callee": "kivy.uix.scrollview.ScrollView._check_nested_delegation", "lineno": 2864, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_update", "callee": "kivy.uix.scrollview.ScrollView._process_scroll_axis_x", "lineno": 2870, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_update", "callee": "kivy.uix.scrollview.ScrollView._process_scroll_axis_y", "lineno": 2871, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._scroll_finalize", "lineno": 2920, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._handle_focus_behavior", "lineno": 2921, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2921, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._handle_focus_behavior", "lineno": 2931, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2969, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._scroll_finalize", "lineno": 2973, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._handle_focus_behavior", "lineno": 2984, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 2989, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._delegate_to_children", "lineno": 2991, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._scroll_finalize", "lineno": 2994, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.on_touch_up", "callee": "kivy.uix.scrollview.ScrollView._handle_focus_behavior", "lineno": 2996, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_finalize", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 3012, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_finalize", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 3013, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_finalize", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 3017, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_finalize", "callee": "kivy.uix.scrollview.ScrollView._stop_scroll_effects", "lineno": 3023, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_finalize", "callee": "kivy.uix.scrollview.ScrollView._simulate_touch_down", "lineno": 3042, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_finalize", "callee": ".functools.partial", "lineno": 3046, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.scrollview.ScrollView._scroll_finalize", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 3061, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.uix.scrollview.ScrollView.scroll_to", "lineno": 3079, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.metrics.dp", "lineno": 3092, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.metrics.dp", "lineno": 3094, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.metrics.dp", "lineno": 3097, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.metrics.dp", "lineno": 3099, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.uix.scrollview.ScrollView.convert_distance_to_scroll", "lineno": 3101, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.animation.Animation.stop_all", "lineno": 3114, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.scrollview.ScrollView.scroll_to", "callee": "kivy.animation.Animation.__init__", "lineno": 3115, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollView.update_from_scroll", "callee": "kivy.animation.Animation.stop_all", "lineno": 3198, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.scrollview.ScrollView._bind_inactive_bar_color", "callee": "kivy.animation.Animation.__init__", "lineno": 3206, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_position_stable", "callee": ".math.isclose", "lineno": 3253, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_position_stable", "callee": ".math.isclose", "lineno": 3254, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_velocity_for_stop", "callee": ".math.isclose", "lineno": 3287, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.scrollview.ScrollView._check_velocity_for_stop", "callee": ".math.isclose", "lineno": 3287, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.scrollview.ScrollView._get_debug_name", "callee": ".list.append", "lineno": 3323, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._get_debug_name", "callee": ".list.append", "lineno": 3325, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._change_touch_mode", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 3339, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._change_touch_mode", "callee": "kivy.uix.scrollview.ScrollView._simulate_touch_down", "lineno": 3392, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._change_touch_mode", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 3398, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._change_touch_mode", "callee": "kivy.uix.scrollview.ScrollView._get_uid", "lineno": 3417, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._do_touch_up", "callee": "kivy.uix.scrollview.ScrollView._delegate_touch_up_to_children_widget_coords", "lineno": 3431, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollView._do_touch_up", "callee": "kivy.uix.scrollview.ScrollView._delegate_touch_up_to_children_widget_coords", "lineno": 3440, "resolution": "self_method_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 3509, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 3518, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.scrollview.ScrollView.__init__", "lineno": 3519, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 3520, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 3522, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 3531, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.scrollview.ScrollView.__init__", "lineno": 3532, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 3535, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.gridlayout.GridLayout.__init__", "lineno": 3537, "resolution": "imported_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 3538, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scrollview.ScrollViewApp.build", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 3539, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.scrollview.", "callee": "kivy.uix.scrollview.ScrollViewApp.", "lineno": 3543, "resolution": "same_module_class_call" } ], "kivy.uix.settings": [ { "caller": "kivy.uix.settings.SettingItem.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 302, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.settings.SettingItem.on_touch_up", "callee": "kivy.animation.Animation.__init__", "lineno": 314, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._validate", "callee": "kivy.uix.settings.SettingString._dismiss", "lineno": 390, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 396, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.metrics.dp", "lineno": 397, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.popup.Popup.", "lineno": 398, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.textinput.TextInput.__init__", "lineno": 403, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 410, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 410, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 411, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 412, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 412, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 413, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 416, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 419, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 422, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingString._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 423, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingPath._validate", "callee": "kivy.uix.settings.SettingPath._dismiss", "lineno": 486, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 496, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.metrics.dp", "lineno": 497, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.popup.Popup.", "lineno": 498, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 510, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 511, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 514, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 517, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 520, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingPath._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 521, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingColor._validate", "callee": "kivy.uix.settings.SettingColor._dismiss", "lineno": 555, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 561, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.metrics.dp", "lineno": 562, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.popup.Popup.", "lineno": 563, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.colorpicker.ColorPicker.__init__", "lineno": 568, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 572, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 573, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 576, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 579, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 582, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingColor._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 583, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingNumeric._validate", "callee": "kivy.uix.settings.SettingString._dismiss", "lineno": 601, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 644, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.metrics.dp", "lineno": 645, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.uix.popup.Popup.", "lineno": 646, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.metrics.dp", "lineno": 649, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.metrics.dp", "lineno": 649, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 652, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 652, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 658, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 661, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.metrics.dp", "lineno": 662, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.SettingOptions._create_popup", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 664, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingsPanel.set_value", "callee": "kivy.uix.settings.SettingsPanel.get_value", "lineno": 724, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.ContentPanel.on_current_uid", "callee": "kivy.uix.settings.ContentPanel.remove_widget", "lineno": 932, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.ContentPanel.on_current_uid", "callee": "kivy.uix.settings.ContentPanel.add_widget", "lineno": 934, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.add_interface", "lineno": 996, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.register_type", "lineno": 997, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.register_type", "lineno": 998, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.register_type", "lineno": 999, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.register_type", "lineno": 1000, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.register_type", "lineno": 1001, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.register_type", "lineno": 1002, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.__init__", "callee": "kivy.uix.settings.Settings.register_type", "lineno": 1003, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 1006, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.settings.Settings.add_interface", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 1029, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.settings.Settings.add_json_panel", "callee": "kivy.uix.settings.Settings.create_json_panel", "lineno": 1045, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.create_json_panel", "callee": "kivy.uix.settings.SettingsPanel.__init__", "lineno": 1069, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.settings.Settings.create_json_panel", "callee": "kivy.uix.layout.Layout.add_widget", "lineno": 1091, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.Settings.add_kivy_panel", "callee": "kivy.uix.settings.Settings.add_json_panel", "lineno": 1107, "resolution": "self_method_call" }, { "caller": "kivy.uix.settings.Settings.add_kivy_panel", "callee": ".os.path.join", "lineno": 1108, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.settings.InterfaceWithTabbedPanel.add_panel", "callee": "kivy.uix.scrollview.ScrollView.__init__", "lineno": 1199, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.InterfaceWithTabbedPanel.add_panel", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 1200, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.InterfaceWithTabbedPanel.add_panel", "callee": "kivy.uix.tabbedpanel.TabbedPanelHeader.", "lineno": 1205, "resolution": "imported_call" }, { "caller": "kivy.uix.settings.MenuSidebar.add_item", "callee": "kivy.uix.settings.SettingSidebarLabel.", "lineno": 1293, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.settings.SettingSidebarLabel.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 1316, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.settings.SettingsApp.build", "callee": "kivy.uix.settings.Settings.__init__", "lineno": 1336, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.settings.SettingsApp.build", "callee": "kivy.uix.settings.Settings.add_kivy_panel", "lineno": 1337, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.SettingsApp.build", "callee": "kivy.uix.settings.Settings.add_json_panel", "lineno": 1338, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.settings.", "callee": "kivy.uix.settings.SettingsApp.", "lineno": 1347, "resolution": "same_module_class_call" } ], "kivy.uix.slider": [ { "caller": "kivy.uix.slider.Slider.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 378, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.slider.SliderApp.build", "callee": "kivy.uix.slider.Slider.", "lineno": 419, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.slider.", "callee": "kivy.uix.slider.SliderApp.", "lineno": 421, "resolution": "same_module_class_call" } ], "kivy.uix.spinner": [ { "caller": "kivy.uix.spinner.Spinner._build_dropdown", "callee": "kivy.uix.spinner.Spinner._update_dropdown", "lineno": 168, "resolution": "self_method_call" } ], "kivy.uix.splitter": [ { "caller": "kivy.uix.splitter.Splitter.add_widget", "callee": "kivy.uix.splitter.Splitter.on_sizable_from", "lineno": 248, "resolution": "self_method_call" }, { "caller": "kivy.uix.splitter.Splitter.clear_widgets", "callee": "kivy.uix.splitter.Splitter.remove_widget", "lineno": 256, "resolution": "self_method_call" }, { "caller": "kivy.uix.splitter.Splitter._rebind_parent", "callee": "kivy.uix.splitter.Splitter.rescale_parent_proportion", "lineno": 273, "resolution": "self_method_call" }, { "caller": "kivy.uix.splitter.Splitter.strip_move", "callee": "kivy.uix.splitter.Splitter._is_moving", "lineno": 319, "resolution": "self_method_call" }, { "caller": "kivy.uix.splitter.Splitter.strip_move", "callee": "kivy.uix.splitter.Splitter._is_moving", "lineno": 343, "resolution": "self_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.__init__", "lineno": 404, "resolution": "imported_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 405, "resolution": "imported_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 406, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 407, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.__init__", "lineno": 408, "resolution": "imported_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 409, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 410, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 411, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.splitter.Splitter.__init__", "lineno": 412, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.splitter.Splitter.__init__", "lineno": 416, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.splitter.Splitter.add_widget", "lineno": 419, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.boxlayout.BoxLayout.add_widget", "lineno": 420, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.splitter.Splitter.add_widget", "lineno": 421, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.splitter.Splitter.__init__", "lineno": 423, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.splitter.Splitter.add_widget", "lineno": 424, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 426, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.SplitterApp.build", "callee": "kivy.uix.floatlayout.FloatLayout.add_widget", "lineno": 427, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.splitter.", "callee": "kivy.uix.splitter.SplitterApp.", "lineno": 430, "resolution": "same_module_class_call" } ], "kivy.uix.stacklayout": [ { "caller": "kivy.uix.stacklayout.StackLayout.do_layout", "callee": "kivy.uix.stacklayout._compute_size", "lineno": 229, "resolution": "direct_name_call" }, { "caller": "kivy.uix.stacklayout.StackLayout.do_layout", "callee": "kivy.uix.stacklayout._compute_size", "lineno": 238, "resolution": "direct_name_call" }, { "caller": "kivy.uix.stacklayout.StackLayout.do_layout", "callee": "kivy.uix.stacklayout._compute_size", "lineno": 252, "resolution": "direct_name_call" }, { "caller": "kivy.uix.stacklayout.StackLayout.do_layout", "callee": "kivy.uix.stacklayout._compute_size", "lineno": 259, "resolution": "direct_name_call" }, { "caller": "kivy.uix.stacklayout.StackLayout.do_layout", "callee": ".list.append", "lineno": 270, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.stacklayout.StackLayout.do_layout", "callee": "kivy.uix.stacklayout._compute_size", "lineno": 304, "resolution": "direct_name_call" } ], "kivy.uix.stencilview": [], "kivy.uix.svg": [ { "caller": "kivy.uix.svg.SvgWidget.texture_update", "callee": "kivy.uix.svg.SvgWidget._clear_svg", "lineno": 451, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget.texture_update", "callee": "kivy.uix.svg._get_svg_loader", "lineno": 457, "resolution": "direct_name_call" }, { "caller": "kivy.uix.svg.SvgWidget.texture_update", "callee": "kivy.uix.svg.SvgWidget._set_error", "lineno": 464, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget.texture_update", "callee": "kivy.resources.resource_find", "lineno": 467, "resolution": "imported_call" }, { "caller": "kivy.uix.svg.SvgWidget.texture_update", "callee": "kivy.uix.svg.SvgWidget._set_error", "lineno": 471, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget.texture_update", "callee": "kivy.uix.svg.SvgWidget._set_error", "lineno": 477, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget.hide_element", "callee": "kivy.uix.svg.SvgWidget.set_element_visible", "lineno": 529, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget.show_element", "callee": "kivy.uix.svg.SvgWidget.set_element_visible", "lineno": 538, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget.set_element_visible", "callee": "kivy.uix.svg.SvgWidget._set_element_override", "lineno": 563, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget.set_element_opacity", "callee": "kivy.uix.svg.SvgWidget._set_element_override", "lineno": 597, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget._on_mipmap", "callee": "kivy.uix.svg.SvgWidget._rasterize", "lineno": 648, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget._on_render_param", "callee": "kivy.uix.svg.SvgWidget._rasterize", "lineno": 656, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget._check_rerender", "callee": "kivy.uix.svg._next_power_of_2", "lineno": 695, "resolution": "direct_name_call" }, { "caller": "kivy.uix.svg.SvgWidget._check_rerender", "callee": "kivy.uix.svg.SvgWidget._rasterize", "lineno": 696, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget._deferred_rasterize_cb", "callee": "kivy.uix.svg.SvgWidget._rasterize", "lineno": 702, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.SvgWidget._rasterize", "callee": "kivy.uix.svg._next_power_of_2", "lineno": 733, "resolution": "direct_name_call" }, { "caller": "kivy.uix.svg.SvgWidget._rasterize", "callee": "kivy.uix.svg._next_power_of_2", "lineno": 736, "resolution": "direct_name_call" }, { "caller": "kivy.uix.svg.SvgWidget._rasterize", "callee": "kivy.uix.svg.SvgWidget._set_error", "lineno": 752, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget.__init__", "callee": "kivy.uix.image.Image.__init__", "lineno": 865, "resolution": "imported_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget.__init__", "callee": "kivy.uix.svg.AsyncSvgWidget._load_source", "lineno": 884, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.AsyncSvgWidget._stop_loading_animation", "lineno": 924, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.SvgWidget._clear_svg", "lineno": 932, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.AsyncSvgWidget._start_loading_animation", "lineno": 937, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg._get_svg_loader", "lineno": 941, "resolution": "direct_name_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.AsyncSvgWidget._async_error", "lineno": 946, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.AsyncSvgWidget._install_provider", "lineno": 948, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.AsyncSvgWidget.is_uri", "lineno": 949, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.resources.resource_find", "lineno": 962, "resolution": "imported_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.AsyncSvgWidget._async_error", "lineno": 966, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._load_source", "callee": "kivy.uix.svg.AsyncSvgWidget._do_sync_load", "lineno": 968, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._do_sync_load", "callee": "kivy.uix.svg._get_svg_loader", "lineno": 973, "resolution": "direct_name_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._do_sync_load", "callee": "kivy.uix.svg.AsyncSvgWidget._async_error", "lineno": 978, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._do_sync_load", "callee": "kivy.uix.svg.AsyncSvgWidget._install_provider", "lineno": 980, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._on_download_success", "callee": "kivy.uix.svg._get_svg_loader", "lineno": 993, "resolution": "direct_name_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._on_download_success", "callee": "kivy.uix.svg.AsyncSvgWidget._async_error", "lineno": 998, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._on_download_success", "callee": "kivy.uix.svg.AsyncSvgWidget._install_provider", "lineno": 1001, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._on_download_failure", "callee": "kivy.uix.svg.AsyncSvgWidget._async_error", "lineno": 1010, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._on_download_error", "callee": "kivy.uix.svg.AsyncSvgWidget._async_error", "lineno": 1019, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._async_error", "callee": "kivy.uix.svg.AsyncSvgWidget._stop_loading_animation", "lineno": 1025, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._async_error", "callee": "kivy.uix.svg.SvgWidget._set_error", "lineno": 1027, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._install_provider", "callee": "kivy.uix.svg.AsyncSvgWidget._stop_loading_animation", "lineno": 1071, "resolution": "self_method_call" }, { "caller": "kivy.uix.svg.AsyncSvgWidget._install_provider", "callee": "kivy.uix.svg.SvgWidget._rasterize", "lineno": 1076, "resolution": "inherited_method_call" } ], "kivy.uix.switch": [ { "caller": "kivy.uix.switch.Switch.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 92, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.switch.Switch.on_touch_up", "callee": "kivy.animation.Animation.__init__", "lineno": 114, "resolution": "imported_call" }, { "caller": "kivy.uix.switch.", "callee": "kivy.base.runTouchApp", "lineno": 122, "resolution": "imported_call" }, { "caller": "kivy.uix.switch.", "callee": "kivy.uix.switch.Switch.", "lineno": 122, "resolution": "same_module_class_call" } ], "kivy.uix.tabbedpanel": [ { "caller": "kivy.uix.tabbedpanel.TabbedPanel.set_def_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel.remove_widget", "lineno": 465, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.set_def_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel.switch_to", "lineno": 467, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.__init__", "callee": "kivy.uix.tabbedpanel.TabbedPanelHeader.", "lineno": 512, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.__init__", "callee": "kivy.uix.tabbedpanel.TabbedPanel._setup_default_tab", "lineno": 520, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.__init__", "callee": "kivy.uix.tabbedpanel.TabbedPanel.switch_to", "lineno": 521, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.switch_to", "callee": "kivy.uix.tabbedpanel.TabbedPanel.clear_widgets", "lineno": 541, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.switch_to", "callee": "kivy.uix.tabbedpanel.TabbedPanel.add_widget", "lineno": 548, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.clear_tabs", "callee": "kivy.uix.tabbedpanel.TabbedPanel._reposition_tabs", "lineno": 561, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.add_widget", "callee": "kivy.uix.tabbedpanel.TabbedPanel.on_tab_width", "lineno": 576, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.remove_widget", "callee": "kivy.uix.tabbedpanel.TabbedPanel._reposition_tabs", "lineno": 596, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.on_do_default_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel.remove_widget", "lineno": 624, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.on_do_default_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel._switch_to_first_tab", "lineno": 625, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.on_do_default_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel._setup_default_tab", "lineno": 629, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.on_tab_height", "callee": "kivy.uix.tabbedpanel.TabbedPanel._reposition_tabs", "lineno": 643, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel.on_tab_pos", "callee": "kivy.uix.tabbedpanel.TabbedPanel._reposition_tabs", "lineno": 647, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._setup_default_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel.clear_widgets", "lineno": 682, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._setup_default_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel.add_widget", "lineno": 683, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._switch_to_first_tab", "callee": "kivy.uix.tabbedpanel.TabbedPanel.switch_to", "lineno": 693, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._load_default_tab_content", "callee": "kivy.uix.tabbedpanel.TabbedPanel.switch_to", "lineno": 697, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.scrollview.ScrollView.__init__", "lineno": 714, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.scrollview.ScrollView.add_widget", "lineno": 721, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": ".functools.partial", "lineno": 728, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.metrics.dp", "lineno": 750, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 756, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 756, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 760, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 760, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 763, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 763, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 768, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 768, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 770, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 770, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 772, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 772, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.scatter.Scatter.__init__", "lineno": 791, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 798, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": ".functools.partial", "lineno": 812, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": ".functools.partial", "lineno": 816, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 818, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 818, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 820, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tabs", "callee": "kivy.uix.widget.Widget.__init__", "lineno": 820, "resolution": "imported_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_tab_width", "callee": "kivy.uix.tabbedpanel.TabbedPanel._reposition_tabs", "lineno": 855, "resolution": "self_method_call" }, { "caller": "kivy.uix.tabbedpanel.TabbedPanel._update_top", "callee": ".functools.partial", "lineno": 864, "resolution": "external_constructor_call" } ], "kivy.uix.textinput": [ { "caller": "kivy.uix.textinput._textinput_clear_cache", "callee": ".list.remove", "lineno": 252, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.Selector.on_touch_down", "callee": "kivy.uix.textinput.Selector.transform_touch", "lineno": 307, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.Selector.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 309, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.on_touch_down", "callee": "kivy.uix.textinput.TextInputCutCopyPaste.transform_touch", "lineno": 362, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 363, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.on_touch_up", "callee": "kivy.uix.textinput.TextInputCutCopyPaste.transform_touch", "lineno": 372, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.on_touch_up", "callee": ".weakref.ref", "lineno": 374, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.on_parent", "callee": ".list.append", "lineno": 410, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.do", "callee": "kivy.animation.Animation.__init__", "lineno": 433, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.do", "callee": "kivy.uix.textinput.TextInputCutCopyPaste.on_parent", "lineno": 435, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.do", "callee": "kivy.animation.Animation.start", "lineno": 436, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.do", "callee": "kivy.uix.textinput.TextInputCutCopyPaste.hide", "lineno": 439, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.hide", "callee": "kivy.animation.Animation.__init__", "lineno": 446, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInputCutCopyPaste.hide", "callee": "kivy.animation.Animation.start", "lineno": 448, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.textinput.TextInput.__init__", "callee": "kivy.uix.textinput.TextInput.reset_undo", "lineno": 544, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.__init__", "callee": "kivy.uix.textinput.TextInput.__init__.handle_readonly", "lineno": 620, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.textinput.TextInput.__init__", "callee": "kivy.uix.textinput.TextInput._trigger_refresh_text", "lineno": 631, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.__init__", "callee": ".list.append", "lineno": 637, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput.__init__", "callee": ".weakref.ref", "lineno": 637, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.textinput.TextInput.__init__", "callee": "kivy.uix.textinput.TextInput._ensure_clipboard", "lineno": 640, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.cursor_offset", "callee": "kivy.uix.textinput.TextInput._get_text_width", "lineno": 682, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.get_cursor_from_index", "callee": "kivy.utils.boundary", "lineno": 692, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput.select_text", "callee": "kivy.utils.boundary", "lineno": 726, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput.select_text", "callee": "kivy.utils.boundary", "lineno": 727, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput.select_text", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 729, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.select_text", "callee": "kivy.uix.textinput.TextInput._update_graphics_selection", "lineno": 730, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.select_all", "callee": "kivy.uix.textinput.TextInput.select_text", "lineno": 737, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._auto_indent", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 742, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput._hide_handles", "lineno": 768, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput._auto_indent", "lineno": 772, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 781, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput._set_line_text", "lineno": 792, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput._get_text_width", "lineno": 798, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput._get_line_from_cursor", "lineno": 809, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 814, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 818, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.insert_text", "callee": "kivy.uix.textinput.TextInput._set_unredo_insert", "lineno": 820, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._get_line_from_cursor", "callee": "kivy.uix.textinput.TextInput._split_smart", "lineno": 843, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_redo", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 884, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_redo", "callee": "kivy.uix.textinput.TextInput.do_backspace", "lineno": 887, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_redo", "callee": "kivy.uix.textinput.TextInput._shift_lines", "lineno": 890, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_redo", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 897, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 916, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 923, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 927, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 929, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 930, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput._shift_lines", "lineno": 933, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 937, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_undo", "callee": "kivy.uix.textinput.TextInput.get_max_scroll_x", "lineno": 939, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 960, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput._set_line_text", "lineno": 973, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput._delete_line", "lineno": 974, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput._set_line_text", "lineno": 980, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput._get_line_from_cursor", "lineno": 984, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 988, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 993, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput._set_unredo_bkspc", "lineno": 995, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_backspace", "callee": "kivy.uix.textinput.TextInput.get_max_scroll_x", "lineno": 999, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._move_cursor_word_left", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1015, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._move_cursor_word_left", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1019, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._move_cursor_word_right", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1053, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._move_cursor_word_right", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1054, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._expand_range", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1094, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._expand_range", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1095, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._expand_range", "callee": "kivy.uix.textinput.TextInput._expand_rows", "lineno": 1096, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._expand_range", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1098, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._expand_range", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1099, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput._expand_range", "lineno": 1136, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput._expand_range", "lineno": 1138, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1138, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1139, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1140, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput._expand_rows", "lineno": 1144, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput._expand_rows", "lineno": 1147, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": ".itertools.chain", "lineno": 1163, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1187, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1191, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1192, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._shift_lines.cb", "callee": "kivy.uix.textinput.TextInput.select_text", "lineno": 1208, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._move_cursor_up", "callee": "kivy.uix.textinput.TextInput._shift_lines", "lineno": 1225, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._move_cursor_down", "callee": "kivy.uix.textinput.TextInput._shift_lines", "lineno": 1241, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_cursor_movement", "callee": "kivy.uix.textinput.TextInput._move_cursor_up", "lineno": 1281, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_cursor_movement", "callee": "kivy.uix.textinput.TextInput._move_cursor_down", "lineno": 1288, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_cursor_movement", "callee": "kivy.uix.textinput.TextInput._move_cursor_word_left", "lineno": 1342, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_cursor_movement", "callee": "kivy.uix.textinput.TextInput._move_cursor_word_right", "lineno": 1353, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.do_cursor_movement", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1364, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.get_cursor_from_xy", "callee": "kivy.utils.boundary", "lineno": 1381, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput.get_cursor_from_xy", "callee": "kivy.uix.textinput.TextInput._get_row_width", "lineno": 1400, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.get_cursor_from_xy", "callee": "kivy.uix.textinput.TextInput._get_row_width", "lineno": 1406, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.get_max_scroll_x", "callee": "kivy.uix.textinput.TextInput._get_row_width", "lineno": 1431, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.cancel_selection", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1442, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.cancel_selection", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1447, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput._hide_handles", "lineno": 1454, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1463, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1464, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput._set_line_text", "lineno": 1468, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput._get_line_from_cursor", "lineno": 1470, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 1477, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput._set_unredo_delsel", "lineno": 1485, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput.cancel_selection", "lineno": 1486, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.delete_selection", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 1487, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._update_selection", "callee": "kivy.uix.textinput.TextInput._update_graphics_selection", "lineno": 1521, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.long_touch", "callee": "kivy.uix.widget.Widget.to_widget", "lineno": 1530, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInput.long_touch", "callee": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "lineno": 1531, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._select_word", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1541, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._select_word", "callee": "kivy.uix.textinput.TextInput.select_text", "lineno": 1548, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_double_tap", "callee": "kivy.uix.textinput.TextInput._select_word", "lineno": 1558, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_triple_tap", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1567, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_triple_tap", "callee": "kivy.uix.textinput.TextInput._expand_range", "lineno": 1568, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_triple_tap", "callee": "kivy.uix.textinput.TextInput.select_text", "lineno": 1569, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_quad_touch", "callee": "kivy.uix.textinput.TextInput.select_all", "lineno": 1577, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 1584, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1602, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1607, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1615, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput.get_max_scroll_x", "lineno": 1617, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1621, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput._hide_cut_copy_paste", "lineno": 1642, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_xy", "lineno": 1646, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput._cancel_update_selection", "lineno": 1648, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_down", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 1652, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._cancel_update_selection", "callee": "kivy.uix.textinput.TextInput.cancel_selection", "lineno": 1660, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._cancel_update_selection", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1662, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._cancel_update_selection", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 1663, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_move", "callee": "kivy.uix.textinput.TextInput.scroll_text_from_swipe", "lineno": 1675, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_move", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_xy", "lineno": 1678, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_move", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1679, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_move", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 1680, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.TextInput.cancel_long_touch_event", "lineno": 1689, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.TextInput._cancel_update_selection", "lineno": 1705, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "lineno": 1710, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1713, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 1714, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.TextInput._hide_handles", "lineno": 1716, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.Selector.__init__", "lineno": 1719, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.textinput.TextInput.on_touch_up", "callee": "kivy.uix.textinput.TextInput._position_handles", "lineno": 1730, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.scroll_text_from_swipe", "callee": "kivy.uix.textinput.TextInput._cancel_update_selection", "lineno": 1753, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.scroll_text_from_swipe", "callee": "kivy.uix.textinput.TextInput.cancel_long_touch_event", "lineno": 1758, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.scroll_text_from_swipe", "callee": "kivy.uix.textinput.TextInput.get_max_scroll_x", "lineno": 1767, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.scroll_text_from_swipe", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1772, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.scroll_text_from_swipe", "callee": "kivy.uix.textinput.TextInput._position_handles", "lineno": 1773, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_pressed", "callee": "kivy.uix.textinput.TextInput._hide_cut_copy_paste", "lineno": 1777, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_released", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 1786, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_released", "callee": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "lineno": 1787, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_move", "callee": "kivy.uix.textinput.TextInput._position_handles", "lineno": 1822, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_move", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 1825, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_move", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 1831, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_move", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 1832, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._position_handles", "callee": "kivy.uix.widget.Widget.to_local", "lineno": 1845, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInput._position_handles", "callee": "kivy.uix.widget.Widget.to_local", "lineno": 1863, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInput._position_handles", "callee": "kivy.uix.widget.Widget.to_local", "lineno": 1870, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInput._show_handles", "callee": "kivy.uix.textinput.Selector.__init__", "lineno": 1891, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.textinput.TextInput._show_handles", "callee": "kivy.uix.textinput.Selector.__init__", "lineno": 1900, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.textinput.TextInput._show_handles", "callee": "kivy.uix.textinput.TextInput._position_handles", "lineno": 1911, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._show_handles", "callee": "kivy.animation.Animation.__init__", "lineno": 1921, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._show_handles", "callee": "kivy.animation.Animation.start", "lineno": 1922, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.textinput.TextInput._show_handles", "callee": "kivy.animation.Animation.start", "lineno": 1923, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.uix.textinput.TextInputCutCopyPaste.__init__", "lineno": 1934, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste.hide_", "callee": "kivy.uix.textinput.TextInput._hide_cut_copy_paste", "lineno": 1938, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.uix.widget.Widget.to_window", "lineno": 1955, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.metrics.inch", "lineno": 1959, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.metrics.inch", "lineno": 1965, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.metrics.inch", "lineno": 1976, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.metrics.inch", "lineno": 1987, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.uix.widget.Widget.to_widget", "lineno": 1993, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.animation.Animation.cancel_all", "lineno": 2000, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.textinput.TextInput._show_cut_copy_paste", "callee": "kivy.animation.Animation.__init__", "lineno": 2003, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._reload_remove_observer", "callee": ".list.remove", "lineno": 2020, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._on_textinput_focused", "callee": "kivy.uix.textinput.TextInput.cancel_selection", "lineno": 2024, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._on_textinput_focused", "callee": "kivy.uix.textinput.TextInput._hide_cut_copy_paste", "lineno": 2025, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._on_textinput_focused", "callee": "kivy.uix.textinput.TextInput._hide_handles", "lineno": 2039, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.cut", "callee": "kivy.uix.textinput.TextInput._cut", "lineno": 2052, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._cut", "callee": "kivy.uix.textinput.TextInput._ensure_clipboard", "lineno": 2055, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._cut", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 2057, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.copy", "callee": "kivy.uix.textinput.TextInput._ensure_clipboard", "lineno": 2067, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.paste", "callee": "kivy.uix.textinput.TextInput._ensure_clipboard", "lineno": 2081, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.paste", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 2083, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.paste", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 2086, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._get_text_width", "callee": "kivy.uix.textinput.TextInput._get_line_options", "lineno": 2093, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_cursor_blink", "callee": "kivy.uix.textinput.TextInput._reset_cursor_blink", "lineno": 2116, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_cursor", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 2143, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._set_line_text", "callee": "kivy.uix.textinput.TextInput._create_line_label", "lineno": 2155, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_line_options", "callee": "kivy.uix.textinput.TextInput._get_line_options", "lineno": 2168, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_line_options", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 2169, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_line_options", "callee": "kivy.uix.textinput.TextInput._refresh_hint_text", "lineno": 2170, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_line_options", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 2171, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._trigger_refresh_text", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 2179, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._update_text_options", "callee": "kivy.uix.textinput.TextInput._trigger_refresh_text", "lineno": 2183, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text_from_trigger", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 2186, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text_from_property", "callee": "kivy.uix.textinput.TextInput._refresh_text", "lineno": 2189, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 2202, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": "kivy.uix.textinput.TextInput._split_smart", "lineno": 2203, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": ".list.append", "lineno": 2210, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": ".list.append", "lineno": 2211, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": "kivy.uix.textinput.TextInput._insert_lines", "lineno": 2219, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": "kivy.uix.textinput.TextInput._insert_lines", "lineno": 2223, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 2233, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 2234, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_text", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 2242, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2248, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2255, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2256, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2260, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2262, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2263, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2267, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2269, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2270, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2274, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2276, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._insert_lines", "callee": ".list.extend", "lineno": 2277, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._update_graphics", "callee": "kivy.uix.textinput.TextInput._draw_line", "lineno": 2336, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._update_graphics", "callee": "kivy.uix.textinput.TextInput._update_graphics_selection", "lineno": 2362, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._update_graphics_selection", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 2483, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.textinput.TextInput._update_graphics_selection", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 2484, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.textinput.TextInput._update_graphics_selection", "callee": ".itertools.islice", "lineno": 2500, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.textinput.TextInput._update_graphics_selection", "callee": "kivy.uix.textinput.TextInput._position_handles", "lineno": 2524, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._draw_selection", "callee": "kivy.utils.boundary", "lineno": 2572, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._draw_selection", "callee": "kivy.utils.boundary", "lineno": 2573, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput.on_size", "callee": "kivy.uix.textinput.TextInput._trigger_refresh_text", "lineno": 2589, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on_size", "callee": "kivy.uix.textinput.TextInput._refresh_hint_text", "lineno": 2590, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._get_cursor_pos", "callee": "kivy.uix.textinput.TextInput.cursor_offset", "lineno": 2614, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._get_cursor_pos", "callee": "kivy.uix.textinput.TextInput._get_row_width", "lineno": 2618, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._get_cursor_pos", "callee": "kivy.uix.textinput.TextInput._get_row_width", "lineno": 2626, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._create_line_label", "callee": "kivy.uix.textinput.TextInput._get_line_options", "lineno": 2682, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._split_smart", "callee": "kivy.uix.textinput.TextInput._tokenize", "lineno": 2779, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._split_smart", "callee": ".list.append", "lineno": 2819, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._split_smart", "callee": ".list.append", "lineno": 2822, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 2838, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.do_cursor_movement", "lineno": 2844, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.do_backspace", "lineno": 2846, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.do_backspace", "lineno": 2849, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 2853, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 2857, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.do_cursor_movement", "lineno": 2875, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 2881, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 2882, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.cancel_selection", "lineno": 2884, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_down", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 2888, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._key_up", "callee": "kivy.uix.textinput.TextInput._update_selection", "lineno": 2901, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput._handle_shortcut", "lineno": 2930, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput._hide_handles", "lineno": 2933, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput._hide_cut_copy_paste", "lineno": 2934, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput._handle_command", "lineno": 2956, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 2964, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 2965, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput._hide_cut_copy_paste", "lineno": 2970, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput._hide_handles", "lineno": 2971, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 2977, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 2978, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_down", "callee": "kivy.uix.textinput.TextInput._key_down", "lineno": 2984, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_command", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 2991, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_command", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 2995, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_command", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 2996, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_command", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 3000, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_command", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 3003, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_command", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 3006, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_command", "callee": "kivy.uix.textinput.TextInput.cancel_selection", "lineno": 3011, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_shortcut", "callee": "kivy.uix.textinput.TextInput.select_all", "lineno": 3018, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_shortcut", "callee": "kivy.uix.textinput.TextInput.copy", "lineno": 3020, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_shortcut", "callee": "kivy.uix.textinput.TextInput._cut", "lineno": 3027, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_shortcut", "callee": "kivy.uix.textinput.TextInput.paste", "lineno": 3029, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_shortcut", "callee": "kivy.uix.textinput.TextInput.do_undo", "lineno": 3031, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._handle_shortcut", "callee": "kivy.uix.textinput.TextInput.do_redo", "lineno": 3033, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_key_up", "callee": "kivy.uix.textinput.TextInput._key_up", "lineno": 3040, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_textinput", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 3044, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.keyboard_on_textinput", "callee": "kivy.uix.textinput.TextInput.insert_text", "lineno": 3045, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 3068, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 3069, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput._get_line_from_cursor", "lineno": 3071, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 3073, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput.delete_selection", "lineno": 3077, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput._refresh_text_from_property", "lineno": 3081, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput._get_line_from_cursor", "lineno": 3082, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 3084, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.window_on_textedit", "callee": "kivy.uix.textinput.TextInput.cursor_index", "lineno": 3085, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput.on__hint_text", "callee": "kivy.uix.textinput.TextInput._refresh_hint_text", "lineno": 3091, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_hint_text", "callee": "kivy.uix.textinput.TextInput._split_smart", "lineno": 3094, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_hint_text", "callee": ".list.append", "lineno": 3101, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_hint_text", "callee": ".list.append", "lineno": 3102, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.textinput.TextInput._refresh_hint_text", "callee": "kivy.uix.textinput.TextInput._trigger_update_graphics", "lineno": 3109, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._set_cursor", "callee": "kivy.uix.textinput.TextInput._trigger_refresh_text", "lineno": 3208, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._set_cursor", "callee": "kivy.utils.boundary", "lineno": 3211, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._set_cursor", "callee": "kivy.utils.boundary", "lineno": 3212, "resolution": "imported_call" }, { "caller": "kivy.uix.textinput.TextInput._set_cursor", "callee": "kivy.uix.textinput.TextInput._adjust_viewport", "lineno": 3217, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._adjust_viewport", "callee": "kivy.uix.textinput.TextInput.cursor_offset", "lineno": 3238, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._adjust_viewport", "callee": "kivy.uix.textinput.TextInput._get_row_width", "lineno": 3239, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._adjust_viewport", "callee": "kivy.uix.textinput.triggered", "lineno": 3225, "resolution": "direct_name_call" }, { "caller": "kivy.uix.textinput.TextInput._set_text", "callee": "kivy.uix.textinput.TextInput._refresh_text", "lineno": 3616, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.TextInput._set_text", "callee": "kivy.uix.textinput.TextInput.get_cursor_from_index", "lineno": 3617, "resolution": "self_method_call" }, { "caller": "kivy.uix.textinput.", "callee": ".textwrap.dedent", "lineno": 3943, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.textinput.", "callee": "kivy.uix.textinput.TextInputApp.", "lineno": 4017, "resolution": "same_module_class_call" } ], "kivy.uix.togglebutton": [], "kivy.uix.treeview": [ { "caller": "kivy.uix.treeview.TreeView.__init__", "callee": "kivy.uix.treeview.TreeView.add_node", "lineno": 286, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView.toggle_node", "callee": "kivy.uix.treeview.TreeView._do_node_load", "lineno": 383, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView.get_node_at_pos", "callee": "kivy.uix.treeview.TreeView.iterate_open_nodes", "lineno": 393, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_initial_load", "callee": "kivy.uix.treeview.TreeView._do_node_load", "lineno": 447, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_node_load", "callee": "kivy.uix.treeview.TreeView.add_node", "lineno": 456, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_layout", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 465, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_layout", "callee": "kivy.uix.treeview.TreeView._do_open_node", "lineno": 467, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_layout", "callee": "kivy.uix.treeview.TreeView._do_layout_node", "lineno": 469, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_layout", "callee": "kivy.uix.treeview.TreeView.iterate_open_nodes", "lineno": 472, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_open_node", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 482, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_open_node", "callee": "kivy.uix.treeview.TreeView._do_open_node", "lineno": 487, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView._do_layout_node", "callee": "kivy.uix.treeview.TreeView._do_layout_node", "lineno": 503, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView.on_touch_down", "callee": "kivy.uix.treeview.TreeView.get_node_at_pos", "lineno": 507, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView.on_touch_down", "callee": "kivy.uix.treeview.TreeView.toggle_node", "lineno": 514, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TreeView.on_touch_down", "callee": "kivy.uix.treeview.TreeView.select_node", "lineno": 516, "resolution": "self_method_call" }, { "caller": "kivy.uix.treeview.TestApp.build", "callee": "kivy.uix.treeview.TreeView.__init__", "lineno": 650, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.treeview.", "callee": "kivy.uix.treeview.TestApp.", "lineno": 665, "resolution": "same_module_class_call" } ], "kivy.uix.video": [ { "caller": "kivy.uix.video.Video.__init__", "callee": "kivy.uix.video.Video._trigger_video_load", "lineno": 146, "resolution": "self_method_call" }, { "caller": "kivy.uix.video.Video.texture_update", "callee": "kivy.uix.image.Image.set_texture_from_resource", "lineno": 150, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.video.Video.texture_update", "callee": "kivy.uix.image.Image.set_texture_from_resource", "lineno": 152, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.video.Video._do_video_load", "callee": "kivy.uix.video.Video.unload", "lineno": 188, "resolution": "self_method_call" }, { "caller": "kivy.uix.video.Video._do_video_load", "callee": "kivy.resources.resource_find", "lineno": 196, "resolution": "imported_call" }, { "caller": "kivy.uix.video.Video._on_load", "callee": "kivy.uix.video.Video._on_video_frame", "lineno": 238, "resolution": "self_method_call" }, { "caller": "kivy.uix.video.VideoApp.build", "callee": "kivy.uix.video.Video.__init__", "lineno": 266, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.video.", "callee": "kivy.uix.video.VideoApp.", "lineno": 274, "resolution": "same_module_class_call" } ], "kivy.uix.videoplayer": [ { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar.__init__", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 165, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 178, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_down", "callee": "kivy.uix.videoplayer.VideoPlayerProgressBar._show_bubble", "lineno": 180, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_down", "callee": "kivy.uix.videoplayer.VideoPlayerProgressBar._update_seek", "lineno": 182, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_move", "callee": "kivy.uix.videoplayer.VideoPlayerProgressBar._update_seek", "lineno": 188, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar.on_touch_up", "callee": "kivy.uix.videoplayer.VideoPlayerProgressBar._hide_bubble", "lineno": 198, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar._show_bubble", "callee": "kivy.animation.Animation.stop_all", "lineno": 209, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar._hide_bubble", "callee": "kivy.animation.Animation.__init__", "lineno": 213, "resolution": "imported_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar._showhide_bubble", "callee": "kivy.uix.videoplayer.VideoPlayerProgressBar._hide_bubble", "lineno": 237, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerProgressBar._showhide_bubble", "callee": "kivy.uix.videoplayer.VideoPlayerProgressBar._show_bubble", "lineno": 239, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayerPreview.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 248, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer.__init__", "callee": "kivy.uix.videoplayer.VideoPlayer._trigger_video_load", "lineno": 478, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._try_load_default_thumbnail", "callee": ".os.path.exists", "lineno": 491, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._try_load_default_thumbnail", "callee": "kivy.uix.videoplayer.VideoPlayer._load_thumbnail", "lineno": 492, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._try_load_default_annotations", "callee": ".os.path.exists", "lineno": 498, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._try_load_default_annotations", "callee": "kivy.uix.videoplayer.VideoPlayer._load_annotations", "lineno": 499, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer.on_source", "callee": "kivy.uix.videoplayer.VideoPlayer._trigger_video_load", "lineno": 510, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._update_thumbnail", "callee": "kivy.uix.videoplayer.VideoPlayer._load_thumbnail", "lineno": 513, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._update_annotations", "callee": "kivy.uix.videoplayer.VideoPlayer._load_annotations", "lineno": 516, "resolution": "self_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._load_thumbnail", "callee": "kivy.uix.videoplayer.VideoPlayerPreview.", "lineno": 529, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._load_annotations", "callee": ".json.load", "lineno": 538, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._load_annotations", "callee": "kivy.uix.videoplayer.VideoPlayerAnnotation.", "lineno": 542, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer._do_video_load", "callee": "kivy.uix.video.Video.__init__", "lineno": 552, "resolution": "imported_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 608, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.videoplayer.VideoPlayer.on_fullscreen", "callee": "kivy.uix.widget.Widget.get_parent_window", "lineno": 616, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.videoplayer.", "callee": "kivy.uix.videoplayer.VideoPlayer.__init__", "lineno": 670, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.videoplayer.", "callee": "kivy.base.runTouchApp", "lineno": 671, "resolution": "imported_call" } ], "kivy.uix.vkeyboard": [ { "caller": "kivy.uix.vkeyboard.", "callee": ".os.path.join", "lineno": 133, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.__init__", "callee": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "lineno": 386, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.on_disabled", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh_keys", "lineno": 409, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._update_layout_mode", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh", "lineno": 419, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layout", "callee": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "lineno": 424, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layout", "callee": "kivy.resources.resource_find", "lineno": 433, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layout", "callee": "kivy.uix.vkeyboard.VKeyboard._load_layout_fn", "lineno": 434, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layout", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh", "lineno": 444, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "callee": ".os.listdir", "lineno": 450, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "callee": "kivy.uix.vkeyboard.VKeyboard._load_layout_fn", "lineno": 451, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "callee": ".os.path.join", "lineno": 451, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "callee": ".os.path.basename", "lineno": 452, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layouts", "callee": ".os.path.splitext", "lineno": 452, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layout_fn", "callee": ".io.open", "lineno": 458, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._load_layout_fn", "callee": ".json.loads", "lineno": 460, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode", "callee": "kivy.uix.vkeyboard.VKeyboard.setup_mode_dock", "lineno": 474, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode", "callee": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "lineno": 476, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_dock", "callee": "kivy.uix.widget.Widget.get_parent_window", "lineno": 492, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.__init__", "lineno": 524, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.__init__", "lineno": 525, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.__init__", "lineno": 526, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.angle", "lineno": 527, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.__init__", "lineno": 530, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.uix.widget.Widget.to_window", "lineno": 530, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.__init__", "lineno": 533, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.__init__", "lineno": 543, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.vector.Vector.__init__", "lineno": 544, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.setup_mode_free", "callee": "kivy.uix.scatter.Scatter.to_parent", "lineno": 544, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.refresh", "callee": "kivy.uix.widget.Widget.clear_widgets", "lineno": 558, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.refresh", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh_keys_hint", "lineno": 560, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.refresh", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh_keys", "lineno": 561, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.refresh", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh_active_keys_layer", "lineno": 562, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.refresh_active_keys_layer", "callee": "kivy.resources.resource_find", "lineno": 569, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.refresh_active_keys_layer", "callee": "kivy.core.image.Image.__init__", "lineno": 570, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.refresh_keys", "callee": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "lineno": 647, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "callee": "kivy.resources.resource_find", "lineno": 656, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "callee": "kivy.core.image.Image.__init__", "lineno": 659, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "callee": "kivy.resources.resource_find", "lineno": 670, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "callee": "kivy.core.image.Image.__init__", "lineno": 673, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "callee": "kivy.uix.label.Label.__init__", "lineno": 687, "resolution": "imported_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.draw_keys", "callee": "kivy.uix.widget.Widget.add_widget", "lineno": 689, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "callee": "kivy.uix.scatter.Scatter.to_local", "lineno": 753, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "callee": "kivy.uix.vkeyboard.VKeyboard.get_key_at_pos", "lineno": 754, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "callee": "kivy.uix.vkeyboard.VKeyboard.change_layout", "lineno": 783, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "callee": "kivy.uix.vkeyboard.VKeyboard._get_modifiers", "lineno": 787, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "callee": "kivy.uix.widget.Widget.get_parent_window", "lineno": 788, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh_active_keys_layer", "lineno": 796, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_up", "callee": "kivy.uix.vkeyboard.VKeyboard._get_modifiers", "lineno": 809, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.process_key_up", "callee": "kivy.uix.vkeyboard.VKeyboard.refresh_active_keys_layer", "lineno": 823, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._get_modifiers", "callee": ".list.append", "lineno": 828, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._get_modifiers", "callee": ".list.append", "lineno": 830, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard._repeat_key", "callee": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "lineno": 837, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.on_touch_down", "callee": "kivy.uix.scatter.Scatter.collide_point", "lineno": 841, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.on_touch_down", "callee": "kivy.uix.scatter.Scatter.to_local", "lineno": 846, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.on_touch_down", "callee": "kivy.uix.vkeyboard.VKeyboard.collide_margin", "lineno": 847, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.on_touch_down", "callee": "kivy.uix.vkeyboard.VKeyboard.process_key_on", "lineno": 853, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.VKeyboard.on_touch_up", "callee": "kivy.uix.vkeyboard.VKeyboard.process_key_up", "lineno": 862, "resolution": "self_method_call" }, { "caller": "kivy.uix.vkeyboard.", "callee": "kivy.uix.vkeyboard.VKeyboard.__init__", "lineno": 878, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.vkeyboard.", "callee": "kivy.base.runTouchApp", "lineno": 879, "resolution": "imported_call" } ], "kivy.uix.widget": [ { "caller": "kivy.uix.widget.", "callee": "kivy.uix.widget.WidgetMetaclass.__init__", "lineno": 292, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.widget.Widget.__init__", "callee": "kivy.context.get_current_context", "lineno": 345, "resolution": "imported_call" }, { "caller": "kivy.uix.widget.Widget.__init__", "callee": "kivy.uix.widget.Widget.apply_class_lang_rules", "lineno": 366, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.proxy_ref", "callee": ".functools.partial", "lineno": 391, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.widget.Widget.on_touch_down", "callee": "kivy.uix.widget.Widget.collide_point", "lineno": 585, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.add_widget", "callee": "kivy.uix.widget.Widget.register_for_motion_event", "lineno": 693, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.remove_widget", "callee": "kivy.uix.widget.Widget.unregister_for_motion_event", "lineno": 721, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.clear_widgets", "callee": "kivy.uix.widget.Widget.remove_widget", "lineno": 746, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.widget.Widget._update_motion_filter", "callee": ".list.append", "lineno": 752, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.widget.Widget._update_motion_filter", "callee": "kivy.uix.widget.Widget.unregister_for_motion_event", "lineno": 755, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget._update_motion_filter", "callee": "kivy.uix.widget.Widget.register_for_motion_event", "lineno": 758, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.register_for_motion_event", "callee": "kivy.uix.widget.Widget._find_index_in_motion_filter", "lineno": 799, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.export_to_png", "callee": "kivy.uix.widget.Widget.export_as_image", "lineno": 856, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.export_as_image", "callee": "kivy.core.image.Image.__init__", "lineno": 884, "resolution": "imported_call" }, { "caller": "kivy.uix.widget.Widget.walk", "callee": "kivy.uix.widget.Widget._walk", "lineno": 993, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget._walk_reverse", "callee": ".itertools.islice", "lineno": 1021, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.widget.Widget.walk_reverse", "callee": "kivy.uix.widget.Widget._walk_reverse", "lineno": 1083, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.to_widget", "callee": "kivy.uix.widget.Widget.to_local", "lineno": 1097, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.to_window", "callee": "kivy.uix.widget.Widget.to_parent", "lineno": 1108, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget._apply_transform", "callee": "kivy.uix.widget.Widget.to_window", "lineno": 1147, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.get_window_matrix", "callee": "kivy.uix.widget.Widget._apply_transform", "lineno": 1164, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.set_disabled", "callee": "kivy.uix.widget.Widget.inc_disabled", "lineno": 1570, "resolution": "self_method_call" }, { "caller": "kivy.uix.widget.Widget.set_disabled", "callee": "kivy.uix.widget.Widget.dec_disabled", "lineno": 1572, "resolution": "self_method_call" } ], "kivy.uix": [], "kivy.uix.behaviors.button": [ { "caller": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_down", "callee": "kivy.uix.behaviors.button.ButtonBehavior._add_active_touch", "lineno": 320, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_down", "callee": "kivy.uix.behaviors.button.ButtonBehavior._do_press", "lineno": 324, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_move", "callee": "kivy.uix.behaviors.button.ButtonBehavior._remove_active_touch", "lineno": 353, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_move", "callee": "kivy.uix.behaviors.button.ButtonBehavior._do_cancel", "lineno": 358, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_up", "callee": "kivy.uix.behaviors.button.ButtonBehavior._remove_active_touch", "lineno": 397, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.button.ButtonBehavior.on_touch_up", "callee": "kivy.uix.behaviors.button.ButtonBehavior._do_release", "lineno": 408, "resolution": "self_method_call" } ], "kivy.uix.behaviors.codenavigation": [], "kivy.uix.behaviors.compoundselection": [ { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.__init__.ensure_single_select", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "lineno": 285, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._resolve_last_node", "lineno": 318, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.goto_node", "lineno": 319, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "lineno": 323, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "lineno": 326, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_node", "lineno": 327, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.deselect_node", "lineno": 334, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "lineno": 337, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_node", "lineno": 339, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "lineno": 342, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "lineno": 345, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_touch", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_node", "lineno": 346, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._resolve_last_node", "lineno": 367, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_selectable_nodes", "lineno": 376, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": ".time.time", "lineno": 398, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": ".time.time", "lineno": 404, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.goto_node", "lineno": 405, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.goto_node", "lineno": 409, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "lineno": 416, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "lineno": 419, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_with_key_down", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_node", "lineno": 420, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._resolve_last_node", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_selectable_nodes", "lineno": 461, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._resolve_last_node", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_index_of_node", "lineno": 475, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_selectable_nodes", "lineno": 490, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_index_of_node", "lineno": 501, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_index_of_node", "lineno": 507, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior._select_range", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "lineno": 514, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.goto_node", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_selectable_nodes", "lineno": 609, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.goto_node", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.get_index_of_node", "lineno": 616, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.select_node", "callee": "kivy.uix.behaviors.compoundselection.CompoundSelectionBehavior.clear_selection", "lineno": 661, "resolution": "self_method_call" } ], "kivy.uix.behaviors.cover": [ { "caller": "kivy.uix.behaviors.cover.CoverBehavior._aspect_ratio_approximate", "callee": ".decimal.Decimal", "lineno": 128, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.behaviors.cover.CoverBehavior.calculate_cover", "callee": "kivy.uix.behaviors.cover.CoverBehavior._aspect_ratio_approximate", "lineno": 144, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.cover.CoverBehavior.calculate_cover", "callee": "kivy.uix.behaviors.cover.CoverBehavior._aspect_ratio_approximate", "lineno": 145, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.cover.CoverBehavior.calculate_cover", "callee": "kivy.uix.behaviors.cover.CoverBehavior._scale_size", "lineno": 152, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.cover.CoverBehavior.calculate_cover", "callee": "kivy.uix.behaviors.cover.CoverBehavior._scale_size", "lineno": 156, "resolution": "self_method_call" } ], "kivy.uix.behaviors.drag": [ { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_down", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 149, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_down", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 158, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_move", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 169, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_move", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 172, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_move", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 176, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_move", "callee": "kivy.metrics.sp", "lineno": 182, "resolution": "imported_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_move", "callee": "kivy.metrics.sp", "lineno": 184, "resolution": "imported_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_up", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 193, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_up", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 199, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_up", "callee": ".functools.partial", "lineno": 202, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior.on_touch_up", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 206, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.drag.DragBehavior._change_touch_mode", "callee": "kivy.uix.behaviors.drag.DragBehavior._get_uid", "lineno": 223, "resolution": "self_method_call" } ], "kivy.uix.behaviors.emacs": [], "kivy.uix.behaviors.focus": [ { "caller": "kivy.uix.behaviors.focus.FocusBehavior._on_focus", "callee": "kivy.uix.behaviors.focus.FocusBehavior._bind_keyboard", "lineno": 410, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior._on_focus", "callee": "kivy.uix.behaviors.focus.FocusBehavior._unbind_keyboard", "lineno": 412, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior._bind_keyboard", "callee": "kivy.uix.behaviors.focus.FocusBehavior._ensure_keyboard", "lineno": 428, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior.get_focus_next", "callee": "kivy.uix.behaviors.focus.FocusBehavior._get_focus_next", "lineno": 524, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior.get_focus_previous", "callee": "kivy.uix.behaviors.focus.FocusBehavior._get_focus_next", "lineno": 531, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior.keyboard_on_key_down", "callee": "kivy.uix.behaviors.focus.FocusBehavior.get_focus_previous", "lineno": 553, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior.keyboard_on_key_down", "callee": "kivy.uix.behaviors.focus.FocusBehavior.get_focus_next", "lineno": 555, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior.show_keyboard", "callee": "kivy.uix.behaviors.focus.FocusBehavior._bind_keyboard", "lineno": 588, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.focus.FocusBehavior.hide_keyboard", "callee": "kivy.uix.behaviors.focus.FocusBehavior._unbind_keyboard", "lineno": 595, "resolution": "self_method_call" } ], "kivy.uix.behaviors.hover": [], "kivy.uix.behaviors.knspace": [ { "caller": "kivy.uix.behaviors.knspace.KNSpace.fork", "callee": "kivy.uix.behaviors.knspace.KNSpace.__init__", "lineno": 390, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__knspace_clear_callbacks", "callee": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__set_parent_knspace", "lineno": 420, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.knspace.KNSpaceBehavior._get_knspace", "callee": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__set_parent_knspace", "lineno": 478, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.knspace.KNSpaceBehavior._set_knspace", "callee": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__set_parent_knspace", "lineno": 503, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.knspace.KNSpaceBehavior._set_knspace", "callee": "kivy.uix.behaviors.knspace.KNSpaceBehavior.__set_parent_knspace", "lineno": 516, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.knspace.", "callee": "kivy.context.register_context", "lineno": 587, "resolution": "imported_call" } ], "kivy.uix.behaviors.togglebutton": [ { "caller": "kivy.uix.behaviors.togglebutton._GroupAccessor.__get__", "callee": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_by_identifier", "lineno": 218, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton._GroupAccessor.__get__", "callee": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_by_instance", "lineno": 221, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_by_instance", "callee": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_widgets_from_group", "lineno": 226, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_by_identifier", "callee": "kivy.uix.behaviors.togglebutton._GroupAccessor._get_widgets_from_group", "lineno": 231, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.", "callee": ".collections.defaultdict", "lineno": 316, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.behaviors.togglebutton.", "callee": ".collections.defaultdict", "lineno": 316, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._set_activated", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._change_activated_state", "lineno": 408, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.", "callee": "kivy.uix.behaviors.togglebutton._GroupAccessor.", "lineno": 452, "resolution": "same_module_class_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._do_press", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_toggle_on", "lineno": 523, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._do_release", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_toggle_on", "lineno": 528, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._change_activated_state", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._deactivate_group_siblings", "lineno": 557, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_toggle_on", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._change_activated_state", "lineno": 575, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._parse_group", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._parse_group_static", "lineno": 588, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_group", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._parse_group", "lineno": 646, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_group", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._validate_group_name", "lineno": 647, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._handle_group", "callee": "kivy.uix.behaviors.togglebutton.ToggleButtonBehavior._deactivate_group_siblings", "lineno": 669, "resolution": "self_method_call" } ], "kivy.uix.behaviors.touchripple": [ { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_show", "callee": "kivy.animation.Animation.cancel_all", "lineno": 153, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_show", "callee": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_reset_pane", "lineno": 154, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_show", "callee": "kivy.animation.Animation.__init__", "lineno": 181, "resolution": "imported_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_show", "callee": "kivy.animation.Animation.start", "lineno": 187, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_fade", "callee": "kivy.animation.Animation.cancel_all", "lineno": 192, "resolution": "qualified_module_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_fade", "callee": "kivy.animation.Animation.__init__", "lineno": 196, "resolution": "imported_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_fade", "callee": "kivy.animation.Animation.start", "lineno": 203, "resolution": "local_typed_method_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_fade", "callee": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_fade", "lineno": 206, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_anim_complete", "callee": "kivy.uix.behaviors.touchripple.TouchRippleBehavior._ripple_reset_pane", "lineno": 226, "resolution": "self_method_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_touch_down", "callee": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_show", "lineno": 283, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.behaviors.touchripple.TouchRippleButtonBehavior.on_touch_up", "callee": "kivy.uix.behaviors.touchripple.TouchRippleBehavior.ripple_fade", "lineno": 302, "resolution": "inherited_method_call" } ], "kivy.uix.behaviors": [], "kivy.uix.recycleview.datamodel": [ { "caller": "kivy.uix.recycleview.datamodel.RecycleDataModel.observable_dict", "callee": ".functools.partial", "lineno": 146, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recycleview.datamodel.RecycleDataModel._on_data_callback", "callee": "kivy.uix.recycleview.datamodel.recondition_slice_assign", "lineno": 165, "resolution": "direct_name_call" }, { "caller": "kivy.uix.recycleview.datamodel.RecycleDataModel._on_data_callback", "callee": "kivy.uix.recycleview.datamodel.recondition_slice_assign", "lineno": 173, "resolution": "direct_name_call" } ], "kivy.uix.recycleview.layout": [ { "caller": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.select_node", "callee": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.apply_selection", "lineno": 102, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.deselect_node", "callee": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.apply_selection", "lineno": 108, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.refresh_view_layout", "callee": "kivy.uix.recycleview.layout.LayoutSelectionBehavior.apply_selection", "lineno": 147, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.detach_recycleview", "callee": "kivy.uix.recycleview.layout.RecycleLayoutManagerBehavior.clear_layout", "lineno": 181, "resolution": "self_method_call" } ], "kivy.uix.recycleview.views": [ { "caller": "kivy.uix.recycleview.views.", "callee": ".collections.defaultdict", "lineno": 33, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recycleview.views.", "callee": ".collections.defaultdict", "lineno": 186, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.__init__", "callee": ".collections.defaultdict", "lineno": 201, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.create_view", "callee": "kivy.uix.recycleview.views.RecycleDataAdapter.refresh_view_attrs", "lineno": 226, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.get_view", "callee": "kivy.uix.recycleview.views.RecycleDataAdapter.create_view", "lineno": 265, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.get_view", "callee": "kivy.uix.recycleview.views.RecycleDataAdapter.refresh_view_attrs", "lineno": 270, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.make_views_dirty", "callee": ".dict.items", "lineno": 355, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.invalidate", "callee": ".dict.values", "lineno": 375, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.invalidate", "callee": "kivy.uix.recycleview.views._clean_cache", "lineno": 379, "resolution": "direct_name_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.set_visible_views", "callee": ".list.append", "lineno": 407, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.set_visible_views", "callee": "kivy.uix.recycleview.views.RecycleDataAdapter.get_view", "lineno": 409, "resolution": "same_class_name_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.set_visible_views", "callee": ".list.append", "lineno": 414, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.recycleview.views.RecycleDataAdapter.set_visible_views", "callee": "kivy.uix.recycleview.views.RecycleDataAdapter.make_views_dirty", "lineno": 417, "resolution": "self_method_call" } ], "kivy.uix.recycleview": [ { "caller": "kivy.uix.recycleview.RecycleViewBehavior.__init__", "callee": ".copy.deepcopy", "lineno": 295, "resolution": "external_constructor_call" }, { "caller": "kivy.uix.recycleview.RecycleViewBehavior.refresh_views", "callee": "kivy.uix.recycleview.RecycleViewBehavior.save_viewport", "lineno": 316, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.RecycleViewBehavior.refresh_views", "callee": "kivy.uix.recycleview.RecycleViewBehavior.save_viewport", "lineno": 325, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.RecycleViewBehavior.refresh_views", "callee": "kivy.uix.recycleview.RecycleViewBehavior.restore_viewport", "lineno": 345, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.RecycleViewBehavior.refresh_views", "callee": "kivy.uix.recycleview.RecycleViewBehavior.get_viewport", "lineno": 350, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.RecycleViewBehavior._set_data_model", "callee": "kivy.uix.recycleview.RecycleViewBehavior.refresh_from_data", "lineno": 413, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.RecycleViewBehavior._set_view_adapter", "callee": "kivy.uix.recycleview.RecycleViewBehavior.refresh_from_layout", "lineno": 445, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.RecycleViewBehavior._set_layout_manager", "callee": "kivy.uix.recycleview.RecycleViewBehavior.refresh_from_layout", "lineno": 479, "resolution": "self_method_call" }, { "caller": "kivy.uix.recycleview.RecycleView.__init__", "callee": "kivy.uix.recycleview.datamodel.RecycleDataModel.__init__", "lineno": 501, "resolution": "imported_call" }, { "caller": "kivy.uix.recycleview.RecycleView.__init__", "callee": "kivy.uix.recycleview.views.RecycleDataAdapter.__init__", "lineno": 503, "resolution": "imported_call" }, { "caller": "kivy.uix.recycleview.RecycleView.__init__", "callee": "kivy.uix.recycleview.RecycleViewBehavior.refresh_from_data", "lineno": 510, "resolution": "inherited_method_call" }, { "caller": "kivy.uix.recycleview.RecycleView._convert_sv_to_lm", "callee": ".list.append", "lineno": 517, "resolution": "local_builtin_method_call" }, { "caller": "kivy.uix.recycleview.RecycleView.get_viewport", "callee": "kivy.uix.recycleview.RecycleView._convert_sv_to_lm", "lineno": 551, "resolution": "self_method_call" } ], "tools.add-ios-frameworks": [ { "caller": "tools.add-ios-frameworks.add_ios_frameworks_to_wheels", "callee": ".list.append", "lineno": 27, "resolution": "local_builtin_method_call" }, { "caller": "tools.add-ios-frameworks.", "callee": "tools.add-ios-frameworks.add_ios_frameworks_to_wheels", "lineno": 78, "resolution": "direct_name_call" } ] }, "cyclic_clusters": [ [ "kivy", "kivy.config", "kivy.core", "kivy.logger", "kivy.modules", "kivy.utils" ], [ "kivy.factory", "kivy.factory_registers" ], [ "kivy.animation", "kivy.app", "kivy.atlas", "kivy.base", "kivy.cache", "kivy.clock", "kivy.core.gl", "kivy.core.image", "kivy.core.text", "kivy.core.text.markup", "kivy.core.text.text_pango", "kivy.core.window", "kivy.effects.dampedscroll", "kivy.effects.kinetic", "kivy.effects.scroll", "kivy.input", "kivy.input.postproc", "kivy.input.postproc.calibration", "kivy.input.providers", "kivy.input.providers.androidjoystick", "kivy.input.providers.hidinput", "kivy.input.providers.mouse", "kivy.input.providers.probesysfs", "kivy.input.providers.wm_touch", "kivy.lang", "kivy.lang.builder", "kivy.lang.parser", "kivy.loader", "kivy.metrics", "kivy.parser", "kivy.resources", "kivy.uix.anchorlayout", "kivy.uix.behaviors", "kivy.uix.behaviors.cover", "kivy.uix.behaviors.drag", "kivy.uix.behaviors.focus", "kivy.uix.behaviors.touchripple", "kivy.uix.boxlayout", "kivy.uix.bubble", "kivy.uix.button", "kivy.uix.colorpicker", "kivy.uix.filechooser", "kivy.uix.floatlayout", "kivy.uix.gridlayout", "kivy.uix.image", "kivy.uix.label", "kivy.uix.layout", "kivy.uix.modalview", "kivy.uix.popup", "kivy.uix.relativelayout", "kivy.uix.scatter", "kivy.uix.screenmanager", "kivy.uix.scrollview", "kivy.uix.settings", "kivy.uix.stencilview", "kivy.uix.tabbedpanel", "kivy.uix.textinput", "kivy.uix.togglebutton", "kivy.uix.treeview", "kivy.uix.vkeyboard", "kivy.uix.widget" ], [ "kivy.tests", "kivy.tests.async_common" ] ], "unresolved": [ { "module": "kivy.core.svg", "pattern": "parse_error", "note": "SyntaxError: invalid non-printable character U+FEFF (__init__.py, line 1)" }, { "module": "kivy.uix.lottie", "pattern": "parse_error", "note": "SyntaxError: invalid non-printable character U+FEFF (lottie.py, line 1)" }, { "module": "setup", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .Popen(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .get_command_obj(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .finalize_options(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .finalize_options(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 375, "pattern": "attribute_call", "note": "Call via attribute access .cpu_count(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 377, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 384, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 398, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 398, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 407, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 416, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 425, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 428, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 433, "pattern": "attribute_call", "note": "Call via attribute access .build_extensions(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 450, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 450, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 466, "pattern": "attribute_call", "note": "Call via attribute access .parse(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 469, "pattern": "attribute_call", "note": "Call via attribute access .Version(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 473, "pattern": "attribute_call", "note": "Call via attribute access .Version(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 501, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 501, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 521, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .get_path(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 603, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 611, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 617, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 621, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 624, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 629, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 662, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 671, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 677, "pattern": "attribute_call", "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 682, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 699, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 705, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 707, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 708, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 713, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 714, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 725, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 752, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 765, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 768, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 783, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 785, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 787, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 789, "pattern": "attribute_call", "note": "Call via attribute access .uname(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 797, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 798, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 798, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 798, "pattern": "attribute_call", "note": "Call via attribute access .mac_ver(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 799, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 802, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 804, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 812, "pattern": "attribute_call", "note": "Call via attribute access .get_path(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 825, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 826, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 828, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 831, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 840, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 844, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 845, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 846, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 867, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 964, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 974, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 976, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1018, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1020, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1021, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1023, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1025, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1033, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1034, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1035, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1036, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1050, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1052, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1061, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1074, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1075, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1090, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1092, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1163, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1175, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1183, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1210, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1222, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1225, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1229, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1427, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1427, "pattern": "attribute_call", "note": "Call via attribute access .mac_ver(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1491, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1593, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1606, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1616, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1620, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1622, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1623, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1626, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1628, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1628, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1630, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1643, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1651, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1651, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1658, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1666, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1674, "pattern": "attribute_call", "note": "Call via attribute access .glob(...) - target object type not statically resolved." }, { "module": "setup", "lineno": 1677, "pattern": "attribute_call", "note": "Call via attribute access .relative_to(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .ModuleType(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .ModuleType(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .ModuleType(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_bootstrap", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_build", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .resolve(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_build", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_build", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .isdir(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": ".ci.thorvg_wrapper_conftest", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access ._bootstrap(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 137, "pattern": "name_call_unresolved", "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." }, { "module": "doc.autobuild", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .sort(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .sort(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 264, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.autobuild", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .now(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .get_html_theme_path(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .ConfigParser(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 238, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "doc.sources.conf", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.autodoc", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .add_directive_header(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.autodoc", "lineno": 20, "pattern": "self_method_not_found", "note": "self.add_line(...) not found in class 'KivyClassDocumenter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "doc.sources.sphinxext.autodoc", "lineno": 26, "pattern": "self_method_not_found", "note": "self.add_line(...) not found in class 'KivyClassDocumenter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "doc.sources.sphinxext.autodoc", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.autodoc", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'core_setup(...)' not found in local, imported, or builtin symbols." }, { "module": "doc.sources.sphinxext.autodoc", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .add_autodocumenter(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .add_lexer(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .add_lexer(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .add_autodocumenter(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .connect(...) - target object type not statically resolved." }, { "module": "doc.sources.sphinxext.preprocess", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .connect(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.main", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.main", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'Callback(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 35, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 37, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'Callback(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.main", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'glEnable(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'glDisable(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .view_clip(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.main", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'Translate(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'Rotate(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.main", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'UpdateNormalMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'Mesh(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.3Drendering.main", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 3, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "examples.3Drendering.objloader", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.android.compass.main", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .magneticFieldSensorEnable(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .magneticFieldSensorReading(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .angle(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .magneticFieldSensorEnable(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .magneticFieldSensorEnable(...) - target object type not statically resolved." }, { "module": "examples.android.compass.main", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.android.takepicture.main", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .getPath(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .getExternalStorageDirectory(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'Intent(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.android.takepicture.main", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .parse(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .putExtra(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .startActivityForResult(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .thumbnail(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.android.takepicture.main", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'Picture(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.android.takepicture.main", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.animation.animate", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.animation.animate", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.application.app_suite", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 93, "pattern": "self_method_not_found", "note": "self.Prebuilt(...) not found in class 'TestPrebuiltApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.application.app_suite", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'TestKVFileApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.application.app_suite", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'TestKVDirApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.application.app_suite", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_suite", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_with_build", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.application.app_with_build", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_with_config", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'ConfigParserProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.application.app_with_config", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'ConfigParserProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.application.app_with_config", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .setdefaults(...) - target object type not statically resolved." }, { "module": "examples.application.app_with_config", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.application.app_with_config", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_with_kv", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_with_kv", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.application.app_with_kv_in_template1", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.application.app_with_kv_in_template1", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.async.asyncio_advanced", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .ensure_future(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .gather(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .run_until_complete(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .app_func(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_advanced", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'async_runTouchApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.async.asyncio_basic", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .ensure_future(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .gather(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .run_until_complete(...) - target object type not statically resolved." }, { "module": "examples.async.asyncio_basic", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .open_nursery(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .start_soon(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .start_soon(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "examples.async.trio_advanced", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.async.trio_basic", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'async_runTouchApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.async.trio_basic", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.async.trio_basic", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "examples.async.trio_basic", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.async.trio_basic", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .open_nursery(...) - target object type not statically resolved." }, { "module": "examples.async.trio_basic", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .start_soon(...) - target object type not statically resolved." }, { "module": "examples.async.trio_basic", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .start_soon(...) - target object type not statically resolved." }, { "module": "examples.async.trio_basic", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.audio.main", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.audio.main", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.audio.main", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'AudioBackground(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.audio.main", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .release_audio(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "examples.audio.main", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.audio.pitch", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.audio.pitch", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.audio.pitch", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.audio.pitch", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "examples.audio.pitch", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.camera.main", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.camera.main", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .strftime(...) - target object type not statically resolved." }, { "module": "examples.camera.main", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .export_to_png(...) - target object type not statically resolved." }, { "module": "examples.camera.main", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.camera.main", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.antialiasing", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.antialiasing", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.bezier", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.canvas.bezier", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.bezier", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'Bezier(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.bezier", "lineno": 37, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.bezier", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.bezier", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.canvas.bezier", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.canvas.bezier", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.canvas.bezier", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "examples.canvas.bezier", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "examples.canvas.bezier", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.canvas_stress", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.canvas.canvas_stress", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 54, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.canvas_stress", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.circle", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.circle", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 37, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.fbo_canvas", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .Button(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.canvas.fbo_canvas", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 229, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 230, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 232, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 235, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 237, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 238, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 239, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 240, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 241, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 242, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines_extended", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.lines_extended", "lineno": 170, "pattern": "name_call_unresolved", "note": "Call to 'LineEllipse1(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 171, "pattern": "name_call_unresolved", "note": "Call to 'LineEllipse2(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 172, "pattern": "name_call_unresolved", "note": "Call to 'LineEllipse3(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 173, "pattern": "name_call_unresolved", "note": "Call to 'LineCircle1(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'LineCircle2(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'LineCircle3(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 176, "pattern": "name_call_unresolved", "note": "Call to 'LineCircle4(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 177, "pattern": "name_call_unresolved", "note": "Call to 'LineRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'LineBezier(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.lines_extended", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.mesh", "lineno": 35, "pattern": "name_call_unresolved", "note": "Call to 'Mesh(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.canvas.mesh", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.mesh_manipulation", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.multitexture", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.multitexture", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.multitexture", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.multitexture", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'BindTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.multitexture", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.multitexture", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.canvas.multitexture", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.canvas.multitexture", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.canvas.multitexture", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.repeat_texture", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.repeat_texture", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.repeat_texture", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.repeat_texture", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.rotation", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.rotation", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 54, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 63, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 86, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'RoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.rounded_rectangle", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.scale", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.scale", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.stencil_canvas", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.canvas.stencil_canvas", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.canvas.stencil_canvas", "lineno": 63, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.canvas.stencil_canvas", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.stencil_canvas", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.canvas.stencil_canvas", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 92, "pattern": "name_call_unresolved", "note": "Call to 'Tesselator(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.tesselate", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .add_contour(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .add_contour(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .tesselate(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 112, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.tesselate", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'Mesh(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.tesselate", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.tesselate", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'Mesh(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.tesselate", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.canvas.tesselate", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.canvas.texture", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.texture", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.texture", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.canvas.texture", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.canvas.texture", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.canvas.texture", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.container.main", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.container.main", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.container.main", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "examples.container.main", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.container.main", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.container.main", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.container.main", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.cover.cover_image", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.cover.cover_image", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.cover.cover_video", "lineno": 17, "pattern": "self_method_not_found", "note": "self.calculate_cover(...) not found in class 'CoverVideo' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.cover.cover_video", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "examples.cover.cover_video", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.demo.camera_puzzle", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.camera_puzzle", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .get_region(...) - target object type not statically resolved." }, { "module": "examples.demo.camera_puzzle", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.camera_puzzle", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.camera_puzzle", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "examples.demo.camera_puzzle", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.demo.camera_puzzle", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.demo.camera_puzzle", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.camera_puzzle", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'Parser(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.kivycatalog.main", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access ._apply_rule(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .change_kv(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .keyboard_on_key_down(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.kivycatalog.main", "lineno": 116, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.kivycatalog.main", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .reset_undo(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 151, "pattern": "self_method_not_found", "note": "self._change_kv_ev(...) not found in class 'Catalog' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.kivycatalog.main", "lineno": 162, "pattern": "name_call_unresolved", "note": "Call to 'Parser(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.kivycatalog.main", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access ._apply_rule(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.demo.kivycatalog.main", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 38, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'GestureDatabaseItem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 39, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureDatabaseItem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 40, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureDatabaseItem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 45, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureDatabaseItem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 48, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureDatabaseItem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'GestureExportPopup(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 84, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 84, "pattern": "name_call_unresolved", "note": "Call to 'GestureImportPopup(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .draw_item(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .draw_item(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .import_gesture(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .export_gesture(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.gesturedatabase", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access ._draw_trigger(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.helpers", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.helpers", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.helpers", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.helpers", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.helpers", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.helpers", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .recognize(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .get_vectors(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .load_visualizer(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .get_vectors(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .add_gesture(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .load_visualizer(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 137, "pattern": "self_method_not_found", "note": "self._trigger_layout(...) not found in class 'GestureHistoryManager' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .update_from_scroll(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 154, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'RecognizerResultDetails' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'AddGestureSettings(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 193, "pattern": "name_call_unresolved", "note": "Call to 'RecognizerResultLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 201, "pattern": "name_call_unresolved", "note": "Call to 'RecognizerResultLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 220, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'GestureVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 221, "pattern": "self_method_not_found", "note": "self._trigger_draw(...) not found in class 'GestureVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 223, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 224, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 230, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureVisualizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .remove_group(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .get_vectors(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 256, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 260, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 263, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.historymanager", "lineno": 264, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.main", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .import_gdb(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .recognize(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .get_vectors(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .add_recognizer_result(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'MultistrokeAppSettings(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.main", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.main", "lineno": 139, "pattern": "name_call_unresolved", "note": "Call to 'MainMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.main", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 21, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 42, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'EditSettingPopup' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.multistroke.settings", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.multistroke.settings", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .select_all(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.demo.multistroke.settings", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.demo.pictures.main", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.pictures.main", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'Picture(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.pictures.main", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.pictures.main", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "examples.demo.pictures.main", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .get_boottime(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 101, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 113, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.shadereditor.main", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "examples.demo.shadereditor.main", "lineno": 116, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'ShaderEditor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.demo.shadereditor.main", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 54, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 55, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.showcase.main", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 167, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.demo.showcase.main", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.demo.touchtracer.main", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.touchtracer.main", "lineno": 80, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.touchtracer.main", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.touchtracer.main", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'Point(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.touchtracer.main", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "examples.demo.touchtracer.main", "lineno": 120, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.touchtracer.main", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.demo.touchtracer.main", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'Point(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.touchtracer.main", "lineno": 129, "pattern": "name_call_unresolved", "note": "Call to 'lp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.demo.touchtracer.main", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "examples.demo.touchtracer.main", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "examples.demo.touchtracer.main", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .remove_group(...) - target object type not statically resolved." }, { "module": "examples.demo.touchtracer.main", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .texture_update(...) - target object type not statically resolved." }, { "module": "examples.demo.touchtracer.main", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.desktop_path_id.demo_app", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .on_connection(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .print_message(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .print_message(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .print_message(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .print_message(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .connectTCP(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_client_app", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_server_app", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .handle_message(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_server_app", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_server_app", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .listenTCP(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_server_app", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_server_app", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_server_app", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.echo_server_app", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 22, "pattern": "self_method_not_found", "note": "self.preApplication(...) not found in class 'AndroidApplicationRunner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 23, "pattern": "self_method_not_found", "note": "self.createOrGetApplication(...) not found in class 'AndroidApplicationRunner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .startService(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .stopService(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .parseOptions(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.frameworks.twisted.twistd_app", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .add_gesture(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .add_gesture(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .add_gesture(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .add_gesture(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.gestures.gesture_board", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.gestures.gesture_board", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.gestures.gesture_board", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .gesture_to_str(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .get_score(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .get_score(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .get_score(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .get_score(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.gestures.gesture_board", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.designwithkv.main", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.designwithkv.main", "lineno": 15, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.designwithkv.main", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.1_skeleton", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'MyPaintWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.1_skeleton", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.2_print_touch", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.3_draw_ellipse", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.3_draw_ellipse", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.3_draw_ellipse", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.4_draw_line", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.4_draw_line", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.4_draw_line", "lineno": 13, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.4_draw_line", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.5_random_colors", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.5_random_colors", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.5_random_colors", "lineno": 15, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.5_random_colors", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.6_button", "lineno": 13, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.6_button", "lineno": 15, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.6_button", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.6_button", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.firstwidget.6_button", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.6_button", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.guide.firstwidget.6_button", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.guide.quickstart.main", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.guide.quickstart.main", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.includes.main", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.includes.main", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.keyboard.main", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.keyboard.main", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.keyboard.main", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.keyboard.main", "lineno": 159, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.keyboard.main", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.keyboard.main", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .request_keyboard(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.keyboard.main", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .sync_get_depth(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 170, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.kinect.kinectviewer", "lineno": 172, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.kinect.kinectviewer", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.kinect.kinectviewer", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.kinect.kinectviewer", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.kinect.kinectviewer", "lineno": 196, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.kinect.kinectviewer", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .astype(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .tostring(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .add_section(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .add_section(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .add_json_panel(...) - target object type not statically resolved." }, { "module": "examples.kinect.kinectviewer", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .get_fps(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .get_rfps(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "examples.kv.kvrun", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.kv.ids.id_in_kv.id_in_kv", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.kv.ids.id_in_kv.id_in_kv", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.kv.ids.kv_and_py.kv_and_py", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.kv.ids.kv_and_py.kv_and_py", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.clipboard", "lineno": 8, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.clipboard", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.clipboard", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.clipboard", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.custom_titlebar", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.custom_titlebar", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'TitleBar(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.custom_titlebar", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.custom_titlebar", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .set_custom_titlebar(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.custom_titlebar", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.custom_titlebar", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.custom_titlebar", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.imagesave", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.imagesave", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.imagesave", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.imagesave", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.joystick", "lineno": 21, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.joystick", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.joystick", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.multiple_dropfile", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.multiple_dropfile", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.multiple_dropfile", "lineno": 20, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'DropFile' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.miscellaneous.multiple_dropfile", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.multiple_dropfile", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.multiple_dropfile", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.multiple_dropfile", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.on_textedit_event", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.opacitywindow", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.opacitywindow", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 7, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'Scale(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'defer(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'defer(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .start_clock(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'defer(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .enter_context(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .Popen(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 106, "pattern": "name_call_unresolved", "note": "Call to 'write(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 107, "pattern": "name_call_unresolved", "note": "Call to 'defer(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 111, "pattern": "name_call_unresolved", "note": "Call to 'defer(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 112, "pattern": "name_call_unresolved", "note": "Call to 'read_pixels_inplace(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 168, "pattern": "name_call_unresolved", "note": "Call to 'abs_(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 170, "pattern": "name_call_unresolved", "note": "Call to 'abs_(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 172, "pattern": "name_call_unresolved", "note": "Call to 'abs_(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'abs_(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'Ball(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 182, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 187, "pattern": "name_call_unresolved", "note": "Call to 'random_sign(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'random_sign(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.screen_recording", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 63, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 222, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 223, "pattern": "name_call_unresolved", "note": "Call to 'Mesh(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 304, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 305, "pattern": "name_call_unresolved", "note": "Call to 'Mesh(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 325, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'Collisions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 342, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Collisions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 358, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 359, "pattern": "name_call_unresolved", "note": "Call to 'Point(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapecollisions", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapedwindow", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapedwindow", "lineno": 5, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapedwindow", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.shapedwindow", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.shapedwindow", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .get_system_theme(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .get_system_theme(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .get_system_theme(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .Thread(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.system_theme_monitor", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.two_panes", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.two_panes", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'MainWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.two_panes", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 79, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 86, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "examples.miscellaneous.urlrequest", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 18, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'LoadDialog(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'SaveDialog(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.RST_Editor.main", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.RST_Editor.main", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'Editor(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.settings.main", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .setdefaults(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .add_json_panel(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .close_settings(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.settings.main", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.shader.plasma", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.plasma", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.plasma", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.shader.plasma", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.shader.plasma", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .get_boottime(...) - target object type not statically resolved." }, { "module": "examples.shader.plasma", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.shader.rotated", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.rotated", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.rotated", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.shader.rotated", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.shader.rotated", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .get_boottime(...) - target object type not statically resolved." }, { "module": "examples.shader.rotated", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .MainWidget(...) - target object type not statically resolved." }, { "module": "examples.shader.rotated", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 99, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 104, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 110, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 111, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .get_boottime(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 168, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.shader.shadertree", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .cycle(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.shader.shadertree", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.svg.icon_toggle_button", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.icon_toggle_button", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.svg.icon_toggle_button", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_download", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_download", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_download", "lineno": 190, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_download", "lineno": 191, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_download", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 155, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .set_element_visible(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .set_element_opacity(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 175, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'CheckeredBackground' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.svg.svg_layers", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 182, "pattern": "name_call_unresolved", "note": "Call to 'ScissorPush(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 190, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 191, "pattern": "name_call_unresolved", "note": "Call to 'ScissorPop(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_layers", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .get_element_ids(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .title(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_layers", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_nav_demo", "lineno": 139, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 159, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 160, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_nav_demo", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_nav_demo", "lineno": 167, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_scale", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .glob(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_scale", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_scale", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_scale", "lineno": 126, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.svg.svg_scale", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.svg.svg_scale", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .destroy(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 113, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 137, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 142, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 145, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 194, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .remove_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 247, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 255, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 263, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 265, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 277, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 295, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 301, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 302, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 303, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 307, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 308, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 309, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 334, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .splitext(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .destroy(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 350, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "examples.system_tray.system_tray_showcase", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.text.pango_demo", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .StringProperty(...) - target object type not statically resolved." }, { "module": "examples.text.pango_demo", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .StringProperty(...) - target object type not statically resolved." }, { "module": "examples.text.pango_demo", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .NumericProperty(...) - target object type not statically resolved." }, { "module": "examples.text.pango_demo", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .dump(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .has_screen(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .get_screen(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 120, "pattern": "name_call_unresolved", "note": "Call to 'NoteView(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.notes.final.main", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.tutorials.notes.final.main", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.main", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 15, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.main", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.main", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .bounce_ball(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.main", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .bounce_ball(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.main", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.main", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step1.main", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'PongGame(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step1.main", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step2.main", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'PongGame(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step2.main", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step3.main", "lineno": 8, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step3.main", "lineno": 9, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step3.main", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step3.main", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'PongGame(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step3.main", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 13, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 21, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .rotate(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step4.main", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .bounce_ball(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .bounce_ball(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.tutorials.pong.steps.step5.main", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.accordion_1", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.actionbar", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.asyncimage", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.asyncimage", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'CenteredAsyncImage(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.asyncimage", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.boxlayout_poshint", "lineno": 5, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.boxlayout_poshint", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'Demo(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.boxlayout_poshint", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.bubble_test", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.bubble_test", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.bubble_test", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.bubble_test", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.bubble_test", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'cut_copy_paste(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.bubble_test", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "examples.widgets.bubble_test", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.camera", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.camera", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.carousel_buttons", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.carousel_buttons", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'Page(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.carousel_buttons", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.codeinput", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'CodeInputWithBindings(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.codeinput", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'KivyLexer(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.codeinput", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 189, "pattern": "self_method_not_found", "note": "self.setter(...) not found in class 'CodeInputTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.codeinput", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 218, "pattern": "name_call_unresolved", "note": "Call to 'KivyLexer(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.codeinput", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .get_lexer_by_name(...) - target object type not statically resolved." }, { "module": "examples.widgets.codeinput", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 159, "pattern": "name_call_unresolved", "note": "Call to 'Point(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'lp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .remove_group(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 198, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 218, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 224, "pattern": "name_call_unresolved", "note": "Call to 'ColorSelector(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorpicker", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorpicker", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorusage", "lineno": 5, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.colorusage", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'Root(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.colorusage", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 15, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'SelectableGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.compound_selection", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .keyboard_on_key_down(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 21, "pattern": "self_method_not_found", "note": "self.select_with_key_down(...) not found in class 'SelectableGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.compound_selection", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .keyboard_on_key_up(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 28, "pattern": "self_method_not_found", "note": "self.select_with_key_up(...) not found in class 'SelectableGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.compound_selection", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .goto_node(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 41, "pattern": "self_method_not_found", "note": "self.get_selectable_nodes(...) not found in class 'SelectableGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.compound_selection", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .select_node(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .deselect_node(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 70, "pattern": "self_method_not_found", "note": "self.select_with_touch(...) not found in class 'SelectableGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.compound_selection", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.compound_selection", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.compound_selection", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'runTouchApp(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.customcollide", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.customcollide", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.customcollide", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.customcollide", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.effectwidget", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.effectwidget", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.effectwidget", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.effectwidget2", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.effectwidget2", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.effectwidget3_advanced", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.effectwidget3_advanced", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.effectwidget3_advanced", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.effectwidget3_advanced", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "examples.widgets.effectwidget3_advanced", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.fbowidget", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.fbowidget", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.fbowidget", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.fbowidget", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.fbowidget", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.fbowidget", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.fbowidget", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.fbowidget", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.fbowidget", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.fbowidget", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.fbowidget", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.focus_behavior", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.focus_behavior", "lineno": 21, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'FocusWithColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.focus_behavior", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .keyboard_on_key_down(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'FocusBoxLayout(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.focus_behavior", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'FocusGridLayout(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.focus_behavior", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'FocusGridLayout(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.focus_behavior", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.focus_behavior", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 7, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .on_hover_enter(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .on_hover_update(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .on_hover_leave(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .on_start(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .register_event_manager(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .on_stop(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .unregister_event_manager(...) - target object type not statically resolved." }, { "module": "examples.widgets.hover_behavior", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.image_mipmap", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.keyboardlistener", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.keyboardlistener", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .request_keyboard(...) - target object type not statically resolved." }, { "module": "examples.widgets.keyboardlistener", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.keyboardlistener", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "examples.widgets.keyboardlistener", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_mipmap", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_sizing", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.label_sizing", "lineno": 151, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.label_sizing", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.label_sizing", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.label_sizing", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_sizing", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_sizing", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_sizing", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_sizing", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_text_size", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_with_markup", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.label_with_markup", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.lang_dynamic_classes", "lineno": 6, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.pagelayout", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.popup_with_kv", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.popup_with_kv", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.popup_with_kv", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'CustomPopup(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.popup_with_kv", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.popup_with_kv", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.rstexample", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.scatter", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'MyScatter(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scatter", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.screenmanager", "lineno": 6, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.screenmanager", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.screenmanager", "lineno": 101, "pattern": "name_call_unresolved", "note": "Call to 'CustomScreen(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.screenmanager", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 286, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 293, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 295, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'ColoredLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 303, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 320, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_damped_effect_tuning", "lineno": 454, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 106, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 136, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_orthogonal", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 97, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.scrollview_nested_verticals", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.settings", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .display_settings(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .close_settings(...) - target object type not statically resolved." }, { "module": "examples.widgets.settings", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.shorten_text", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.shorten_text", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.spinner", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.splitter", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbedpanel", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbedpanel", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'Test(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.tabbedpanel", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 273, "pattern": "name_call_unresolved", "note": "Call to 'CloseableHeader(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 288, "pattern": "name_call_unresolved", "note": "Call to 'PanelLeft(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'PanelbRight(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 294, "pattern": "name_call_unresolved", "note": "Call to 'PanelbLeft(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "examples.widgets.tabbed_panel_showcase", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.textalign", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.textalign", "lineno": 13, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.textalign", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.textalign", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'BoundedLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.textalign", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.textalign", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.textalign", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "examples.widgets.textalign", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'Selector(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.textalign", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "examples.widgets.textalign", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.textinput", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .release_all_keyboards(...) - target object type not statically resolved." }, { "module": "examples.widgets.textinput", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.textinput", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.textinput", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.widgets.textinput", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 120, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.unicode_textinput", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.unicode_textinput", "lineno": 126, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.unicode_textinput", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.unicode_textinput", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'LoadDialog(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.unicode_textinput", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .get_system_fonts_dir(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "examples.widgets.unicode_textinput", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.videoplayer", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_async_status", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .resolve(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_async_status", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_async_status", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_async_status", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_async_status", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_async_status", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_quality", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .resolve(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_quality", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_quality", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_quality", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_slot_theme", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .resolve(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_slot_theme", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .has_slot(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_slot_theme", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_slot_theme", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_slot_theme", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_spinning_star", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .resolve(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_spinning_star", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.lottie.lottie_spinning_star", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.lottie.lottie_spinning_star", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_spinning_star", "lineno": 97, "pattern": "self_method_not_found", "note": "self.play_marker(...) not found in class 'LottieReactionButton' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.lottie.lottie_spinning_star", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.lottie.lottie_spinning_star", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.basic_data", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.basic_data", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.basic_data", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.basic_data", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .refresh_from_data(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.basic_data", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.basic_data", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.infinite_scrolling", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 128, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 129, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 135, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 139, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 141, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.key_viewclass", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.messenger", "lineno": 126, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.messenger", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.messenger", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.messenger", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.messenger", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.messenger", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.nested_orthogonal", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.nested_orthogonal", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.nested_orthogonal", "lineno": 103, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'PanelContainer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.recycleview.nested_orthogonal", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.nested_orthogonal", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.nested_orthogonal", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 55, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .strftime(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .now(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.pull_to_refresh", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "examples.widgets.recycleview.rv_animate_items", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.main", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 15, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 18, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 30, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'AnimatedButton' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 31, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'AnimatedButton' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 41, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'AnimatedButton' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 50, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'AnimatedButton' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 72, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'AnimatedButton' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 87, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'AnimatedButton' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "examples.widgets.sequenced_images.uix.custom_button", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .stop_property(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .cancel_property(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access ._clock_uninstall(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .cancel_property(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 228, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Animation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 235, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Animation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .discard(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 320, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 339, "pattern": "name_call_unresolved", "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.animation", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 362, "pattern": "name_call_unresolved", "note": "Call to 'calculate(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.animation", "lineno": 365, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Animation' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 378, "pattern": "name_call_unresolved", "note": "Call to 'tp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.animation", "lineno": 381, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .stop_property(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .stop_property(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 416, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 435, "pattern": "attribute_call", "note": "Call via attribute access .cancel_property(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 436, "pattern": "attribute_call", "note": "Call via attribute access .cancel_property(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 437, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 442, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 443, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 472, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 484, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Sequence' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 485, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 491, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Sequence' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 492, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 497, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 500, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Sequence' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 510, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 512, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Sequence' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 516, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Sequence' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 527, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 535, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 537, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Parallel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 538, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 542, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 543, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 546, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Parallel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.animation", "lineno": 809, "pattern": "attribute_call", "note": "Call via attribute access ._out_bounce_internal(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 815, "pattern": "attribute_call", "note": "Call via attribute access ._in_bounce_internal(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 821, "pattern": "attribute_call", "note": "Call via attribute access ._out_bounce_internal(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 829, "pattern": "attribute_call", "note": "Call via attribute access ._in_bounce_internal(...) - target object type not statically resolved." }, { "module": "kivy.animation", "lineno": 830, "pattern": "attribute_call", "note": "Call via attribute access ._out_bounce_internal(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 511, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.app", "lineno": 539, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.app", "lineno": 575, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.app", "lineno": 597, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.app", "lineno": 607, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.app", "lineno": 632, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 747, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 748, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 754, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 754, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 757, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 759, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 770, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 824, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 828, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 863, "pattern": "attribute_call", "note": "Call via attribute access .sections(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 870, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 870, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 875, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 887, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 887, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 912, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 924, "pattern": "attribute_call", "note": "Call via attribute access .getFilesDir(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 925, "pattern": "attribute_call", "note": "Call via attribute access .getAbsolutePath(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 931, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 935, "pattern": "attribute_call", "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 941, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 953, "pattern": "attribute_call", "note": "Call via attribute access .getCacheDir(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 954, "pattern": "attribute_call", "note": "Call via attribute access .getAbsolutePath(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 960, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 964, "pattern": "attribute_call", "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1047, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1049, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1061, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1064, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1071, "pattern": "attribute_call", "note": "Call via attribute access .set_title(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1074, "pattern": "attribute_call", "note": "Call via attribute access .set_icon(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1077, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1081, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.app", "lineno": 1111, "pattern": "attribute_call", "note": "Call via attribute access .finishAndRemoveTask(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1116, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.app", "lineno": 1122, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1134, "pattern": "attribute_call", "note": "Call via attribute access .moveTaskToBack(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1136, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1256, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1271, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1297, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1298, "pattern": "self_method_not_found", "note": "self.settings_cls(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.app", "lineno": 1301, "pattern": "attribute_call", "note": "Call via attribute access .add_kivy_panel(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1302, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1331, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.app", "lineno": 1334, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1352, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.app", "lineno": 1356, "pattern": "attribute_call", "note": "Call via attribute access .set_title(...) - target object type not statically resolved." }, { "module": "kivy.app", "lineno": 1360, "pattern": "attribute_call", "note": "Call via attribute access .set_icon(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 159, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.atlas", "lineno": 168, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.atlas", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.atlas", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 216, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.atlas", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .get_region(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .new(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .crop(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .crop(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .crop(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .crop(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 372, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .dump(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 428, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 431, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 432, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 440, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.atlas", "lineno": 451, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .handle_exception(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .start_clock(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 192, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'EventLoopBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.base", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 225, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'EventLoopBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.base", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'weak_widget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.base", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .get_root_window(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .transform_motion_event_2d(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 308, "pattern": "attribute_call", "note": "Call via attribute access .dispatch_done(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .process(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 334, "pattern": "name_call_unresolved", "note": "Call to 'pop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.base", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .handle_exception(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .handle_exception(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 379, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 387, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .tick_draw(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 401, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .async_tick(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .tick_draw(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 440, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 444, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 492, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 496, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 500, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 502, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 506, "pattern": "name_call_unresolved", "note": "Call to 'provider(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.base", "lineno": 511, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 525, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 589, "pattern": "attribute_call", "note": "Call via attribute access .init_async_lib(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 614, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.base", "lineno": 616, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access ._purge_oldest(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .heappush(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .heappop(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.cache", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .CreateWaitableTimerA(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 501, "pattern": "attribute_call", "note": "Call via attribute access .c_longlong(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 502, "pattern": "attribute_call", "note": "Call via attribute access .SetWaitableTimer(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .byref(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 504, "pattern": "attribute_call", "note": "Call via attribute access .c_void_p(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 504, "pattern": "attribute_call", "note": "Call via attribute access .c_void_p(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 505, "pattern": "attribute_call", "note": "Call via attribute access .WaitForSingleObject(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 509, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .CDLL(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 515, "pattern": "attribute_call", "note": "Call via attribute access .CDLL(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .POINTER(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 544, "pattern": "name_call_unresolved", "note": "Call to 'struct_tv(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 547, "pattern": "name_call_unresolved", "note": "Call to '_clock_gettime(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 547, "pattern": "attribute_call", "note": "Call via attribute access .c_long(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 548, "pattern": "attribute_call", "note": "Call via attribute access .pointer(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 549, "pattern": "attribute_call", "note": "Call via attribute access .get_errno(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 561, "pattern": "name_call_unresolved", "note": "Call to '_libc_usleep(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 568, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 617, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 618, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 619, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .move_on_after(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 648, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 684, "pattern": "self_method_not_found", "note": "self.get_resolution(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 689, "pattern": "name_call_unresolved", "note": "Call to 'ready(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 692, "pattern": "name_call_unresolved", "note": "Call to 'ready(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 694, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 704, "pattern": "self_method_not_found", "note": "self.get_resolution(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 709, "pattern": "name_call_unresolved", "note": "Call to 'ready(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 712, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 713, "pattern": "name_call_unresolved", "note": "Call to 'ready(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 716, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 718, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 720, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 726, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 734, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 740, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 747, "pattern": "self_method_not_found", "note": "self._release_references(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 778, "pattern": "self_method_not_found", "note": "self._process_events(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 785, "pattern": "self_method_not_found", "note": "self._process_events_before_frame(...) not found in class 'ClockBaseBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 816, "pattern": "attribute_call", "note": "Call via attribute access .handle_exception(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 830, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 831, "pattern": "name_call_unresolved", "note": "Call to 'ThreadingEvent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 836, "pattern": "attribute_call", "note": "Call via attribute access .init_async_lib(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 839, "pattern": "attribute_call", "note": "Call via attribute access .Event(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 843, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 846, "pattern": "attribute_call", "note": "Call via attribute access .Event(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 847, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 850, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 851, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 854, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 855, "pattern": "self_method_not_found", "note": "self._async_wait_for(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 856, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 866, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 867, "pattern": "self_method_not_found", "note": "self.get_resolution(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 868, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 870, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 875, "pattern": "self_method_not_found", "note": "self.get_resolution(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 880, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 882, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 885, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 896, "pattern": "self_method_not_found", "note": "self.get_resolution(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 901, "pattern": "self_method_not_found", "note": "self._async_wait_for(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 901, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 903, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 905, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 907, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 910, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 919, "pattern": "attribute_call", "note": "Call via attribute access .is_set(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 922, "pattern": "self_method_not_found", "note": "self._get_min_timeout_func(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 927, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 930, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseInterruptBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 940, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 947, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseInterruptFreeBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 948, "pattern": "attribute_call", "note": "Call via attribute access .on_schedule(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 959, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 988, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 991, "pattern": "self_method_not_found", "note": "self.get_resolution(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 999, "pattern": "attribute_call", "note": "Call via attribute access .is_set(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1002, "pattern": "name_call_unresolved", "note": "Call to 'min_t(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 1012, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1013, "pattern": "self_method_not_found", "note": "self._process_free_events(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1015, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1016, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1021, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1026, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1029, "pattern": "self_method_not_found", "note": "self.get_resolution(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1038, "pattern": "attribute_call", "note": "Call via attribute access .is_set(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1041, "pattern": "name_call_unresolved", "note": "Call to 'min_t(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 1051, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1052, "pattern": "self_method_not_found", "note": "self._process_free_events(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1055, "pattern": "self_method_not_found", "note": "self._async_wait_for(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1056, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1057, "pattern": "self_method_not_found", "note": "self.time(...) not found in class 'ClockBaseFreeInterruptOnly' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1061, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1063, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1067, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1093, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 1094, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1143, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1148, "pattern": "self_method_not_found", "note": "self._func(...) not found in class '_TriggeredWrapper' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1153, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1155, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1156, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1157, "pattern": "self_method_not_found", "note": "self._trigger(...) not found in class '_TriggeredWrapper' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1161, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1169, "pattern": "name_call_unresolved", "note": "Call to 'weakref_ref(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 1178, "pattern": "name_call_unresolved", "note": "Call to 'inst_weak(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 1180, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.clock", "lineno": 1182, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1205, "pattern": "self_method_not_found", "note": "self._inst_weak(...) not found in class '_BoundTrigger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1207, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1209, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1210, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1211, "pattern": "self_method_not_found", "note": "self._trigger(...) not found in class '_BoundTrigger' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.clock", "lineno": 1220, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1333, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1333, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1336, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.clock", "lineno": 1341, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 490, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 526, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 549, "pattern": "self_method_not_found", "note": "self.items(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 550, "pattern": "self_method_not_found", "note": "self.sections(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 551, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 555, "pattern": "self_method_not_found", "note": "self.sections(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 557, "pattern": "self_method_not_found", "note": "self.items(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 558, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 562, "pattern": "self_method_not_found", "note": "self.items(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 564, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 582, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 586, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 594, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 600, "pattern": "self_method_not_found", "note": "self.has_option(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 608, "pattern": "self_method_not_found", "note": "self.has_section(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 610, "pattern": "self_method_not_found", "note": "self.has_option(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 627, "pattern": "self_method_not_found", "note": "self.has_section(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 629, "pattern": "self_method_not_found", "note": "self.add_section(...) not found in class 'ConfigParser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.config", "lineno": 641, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 643, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 651, "pattern": "name_call_unresolved", "note": "Call to 'PythonConfigParser(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 652, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 654, "pattern": "attribute_call", "note": "Call via attribute access .sections(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 655, "pattern": "name_call_unresolved", "note": "Call to 'confset(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 655, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 690, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 692, "pattern": "name_call_unresolved", "note": "Call to 'config(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 696, "pattern": "attribute_call", "note": "Call via attribute access .set_config(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 696, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 710, "pattern": "name_call_unresolved", "note": "Call to 'config(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 747, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 749, "pattern": "name_call_unresolved", "note": "Call to 'widget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 751, "pattern": "attribute_call", "note": "Call via attribute access .set_config(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 751, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 764, "pattern": "name_call_unresolved", "note": "Call to 'config(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 765, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 767, "pattern": "name_call_unresolved", "note": "Call to 'widget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.config", "lineno": 769, "pattern": "attribute_call", "note": "Call via attribute access .set_config(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 769, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 773, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 791, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 809, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 809, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 812, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 816, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 891, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 892, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 893, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 896, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 897, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 919, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1011, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1020, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1023, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1024, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1025, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1028, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1030, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1030, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1036, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1037, "pattern": "attribute_call", "note": "Call via attribute access .has_section(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1038, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1039, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1044, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1048, "pattern": "attribute_call", "note": "Call via attribute access .has_option(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1049, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.config", "lineno": 1049, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 67, "pattern": "self_method_not_found", "note": "self.items(...) not found in class 'Context' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.context", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.context", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'FactoryException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .__import__(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'FactoryException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'FactoryException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.factory", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.factory_registers", "lineno": 6, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 7, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 8, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 9, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 13, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 15, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 18, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 21, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 35, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 37, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 53, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 54, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 55, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 63, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 79, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 80, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 84, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 86, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 87, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 90, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 91, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 92, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 97, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 99, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 100, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 101, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 104, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 106, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 107, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 108, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 110, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 111, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 112, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 113, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 116, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 117, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 118, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 119, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 120, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 126, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 128, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 129, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 130, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 131, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 135, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 136, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 137, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 139, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 141, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 142, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 145, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 151, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 155, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 159, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 160, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 161, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 162, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 163, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 168, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 170, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 171, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 172, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 173, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 176, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 177, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 179, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 182, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 183, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 184, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 185, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 186, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 187, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 190, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 191, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 192, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 193, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 194, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 196, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 197, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 198, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 199, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 200, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 201, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 202, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 203, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 204, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.factory_registers", "lineno": 205, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.geometry", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.geometry", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.geometry", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .angle(...) - target object type not statically resolved." }, { "module": "kivy.geometry", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .angle(...) - target object type not statically resolved." }, { "module": "kivy.geometry", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.geometry", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .angle(...) - target object type not statically resolved." }, { "module": "kivy.geometry", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .angle(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .get_score(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .Pickler(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .dump(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .b64encode(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .compress(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .decompress(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .b64decode(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .Unpickler(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .scale(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .scale_stroke(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .center_stroke(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .add_point(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .normalize_stroke(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .rotate(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 383, "pattern": "attribute_call", "note": "Call via attribute access .rotate(...) - target object type not statically resolved." }, { "module": "kivy.gesture", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .ismethod(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .__repr__(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 227, "pattern": "self_method_not_found", "note": "self._ref(...) not found in class 'SafeMembrane' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.interactive", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 234, "pattern": "name_call_unresolved", "note": "Call to 'oga(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.interactive", "lineno": 238, "pattern": "name_call_unresolved", "note": "Call to 'oga(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.interactive", "lineno": 241, "pattern": "name_call_unresolved", "note": "Call to 'oga(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.interactive", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 247, "pattern": "name_call_unresolved", "note": "Call to 'osa(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.interactive", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .__enter__(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .__exit__(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.interactive", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .__repr__(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .Condition(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .acquire(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .notify_all(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .acquire(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'load_callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.loader", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'post_callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.loader", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 293, "pattern": "self_method_not_found", "note": "self._trigger_update(...) not found in class 'LoaderBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.loader", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .build_opener(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .Request(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .has_option(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .add_header(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .create_default_context(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .where(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .urlopen(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .get_content_type(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .guess_extension(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 379, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 417, "pattern": "self_method_not_found", "note": "self._trigger_update(...) not found in class 'LoaderBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.loader", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 441, "pattern": "self_method_not_found", "note": "self._trigger_update(...) not found in class 'LoaderBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.loader", "lineno": 476, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 485, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 488, "pattern": "self_method_not_found", "note": "self._trigger_update(...) not found in class 'LoaderBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.loader", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 520, "pattern": "self_method_not_found", "note": "self.start(...) not found in class '_Worker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.loader", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 526, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.loader", "lineno": 529, "pattern": "attribute_call", "note": "Call via attribute access .task_done(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 535, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .Queue(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 544, "pattern": "attribute_call", "note": "Call via attribute access .put(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 548, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 552, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 556, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 561, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 562, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 563, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 568, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .add_task(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.loader", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .addLevelName(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .Path(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .stat(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .is_file(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .unlink(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .isabs(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 290, "pattern": "self_method_not_found", "note": "self.format(...) not found in class 'FileHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.logger", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 388, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 390, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.logger", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 416, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 424, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 509, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 509, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 539, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 540, "pattern": "self_method_not_found", "note": "self._coloring_cls(...) not found in class 'KivyFormatter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.logger", "lineno": 551, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 552, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 553, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 554, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 595, "pattern": "attribute_call", "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 612, "pattern": "attribute_call", "note": "Call via attribute access .setFormatter(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 613, "pattern": "attribute_call", "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 616, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.logger", "lineno": 625, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 162, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 168, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 184, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'MetricsBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.metrics", "lineno": 185, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'MetricsBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.metrics", "lineno": 186, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'MetricsBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.metrics", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .autoclass(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .getDPI(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .get_dpi(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .get_dpi(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'sync_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 217, "pattern": "name_call_unresolved", "note": "Call to 'sync_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 220, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 241, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .autoclass(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .get_scale(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 265, "pattern": "name_call_unresolved", "note": "Call to 'sync_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 270, "pattern": "name_call_unresolved", "note": "Call to 'sync_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 273, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .getConfiguration(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .getResources(...) - target object type not statically resolved." }, { "module": "kivy.metrics", "lineno": 299, "pattern": "name_call_unresolved", "note": "Call to 'sync_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 304, "pattern": "name_call_unresolved", "note": "Call to 'sync_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 307, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 321, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 323, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 333, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 335, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 346, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 348, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 359, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 361, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 371, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 373, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 383, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 385, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.metrics", "lineno": 409, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 179, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'Recognizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 180, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'Recognizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 277, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 298, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 340, "pattern": "name_call_unresolved", "note": "Call to 're_match(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 341, "pattern": "name_call_unresolved", "note": "Call to 'out_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 344, "pattern": "name_call_unresolved", "note": "Call to 'out_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .decompress(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .b64decode(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 371, "pattern": "attribute_call", "note": "Call via attribute access .Unpickler(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 378, "pattern": "name_call_unresolved", "note": "Call to 'ms_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .Pickler(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 407, "pattern": "attribute_call", "note": "Call via attribute access .dump(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .b64encode(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .compress(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .b64encode(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .compress(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 431, "pattern": "name_call_unresolved", "note": "Call to 'MultistrokeError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 435, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 446, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 465, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 466, "pattern": "attribute_call", "note": "Call via attribute access .prepare(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 547, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Recognizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 550, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 551, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 563, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .match_candidate(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 581, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 585, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 586, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Recognizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 599, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 603, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Recognizer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 621, "pattern": "name_call_unresolved", "note": "Call to 'MultistrokeError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 625, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 713, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 719, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ProgressTracker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 720, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ProgressTracker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 723, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ProgressTracker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 724, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 776, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ProgressTracker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.multistroke", "lineno": 855, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 856, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 857, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 858, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 859, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 864, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 878, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 894, "pattern": "attribute_call", "note": "Call via attribute access .get_vector(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 895, "pattern": "attribute_call", "note": "Call via attribute access .get_protractor_vector(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 912, "pattern": "name_call_unresolved", "note": "Call to 'math_cos(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 912, "pattern": "name_call_unresolved", "note": "Call to 'math_sin(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 971, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 974, "pattern": "attribute_call", "note": "Call via attribute access .get_angle_similarity(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1034, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1061, "pattern": "attribute_call", "note": "Call via attribute access .reverse(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1062, "pattern": "name_call_unresolved", "note": "Call to 'unistroke_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1065, "pattern": "name_call_unresolved", "note": "Call to 'unistrokes_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1101, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1102, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1113, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1138, "pattern": "name_call_unresolved", "note": "Call to 'MultistrokeError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1143, "pattern": "name_call_unresolved", "note": "Call to 'MultistrokeError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1194, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1195, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1207, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1236, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1240, "pattern": "attribute_call", "note": "Call via attribute access .get_start_unit_vector(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1292, "pattern": "name_call_unresolved", "note": "Call to 'MultistrokeError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1313, "pattern": "name_call_unresolved", "note": "Call to 'new_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1314, "pattern": "name_call_unresolved", "note": "Call to 'work_insert(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1325, "pattern": "name_call_unresolved", "note": "Call to 'new_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1338, "pattern": "name_call_unresolved", "note": "Call to 'math_cos(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1339, "pattern": "name_call_unresolved", "note": "Call to 'math_sin(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1346, "pattern": "name_call_unresolved", "note": "Call to 'newpoints_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1355, "pattern": "name_call_unresolved", "note": "Call to 'MultistrokeError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1356, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.multistroke", "lineno": 1375, "pattern": "name_call_unresolved", "note": "Call to 'newpoints_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1400, "pattern": "name_call_unresolved", "note": "Call to 'math_cos(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1401, "pattern": "name_call_unresolved", "note": "Call to 'math_sin(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1411, "pattern": "name_call_unresolved", "note": "Call to 'vector_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.multistroke", "lineno": 1412, "pattern": "name_call_unresolved", "note": "Call to 'vector_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.parser", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .groups(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.parser", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.resources", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.resources", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.resources", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.resources", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.resources", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.resources", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.resources", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .MainLoop(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .threads_init(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .get_context(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .pending(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .iteration(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .init(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .map_key(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .map_key(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .check_pause(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .wait_for_resume(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .check_stop(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to '_redraw_event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.support", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .install(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .interleave(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access ._mainLoopShutdown(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access ._uninstallHandler(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.support", "lineno": 268, "pattern": "name_call_unresolved", "note": "Call to '_twisted_reactor_stopper(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.support", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .partial(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .stack(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 418, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.utils", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .wraps(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 453, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 481, "pattern": "self_method_not_found", "note": "self.__getitem__(...) not found in class 'QueryDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.utils", "lineno": 487, "pattern": "self_method_not_found", "note": "self.__setitem__(...) not found in class 'QueryDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.utils", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 602, "pattern": "self_method_not_found", "note": "self.func(...) not found in class 'reify' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.utils", "lineno": 613, "pattern": "attribute_call", "note": "Call via attribute access .isfile(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 617, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.utils", "lineno": 628, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .__getslice__(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .atan2(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .radians(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .cos(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .sin(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .cos(...) - target object type not statically resolved." }, { "module": "kivy.vector", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .sin(...) - target object type not statically resolved." }, { "module": "kivy.weakmethod", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .proxy(...) - target object type not statically resolved." }, { "module": "kivy.weakmethod", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'self(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.weakmethod", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'other(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.weakmethod", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .groups(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .isdir(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .add_dll_directory(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .iter_modules(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .iter_modules(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .module_from_spec(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .exec_module(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .copytree(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 424, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 449, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 452, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 453, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 463, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 465, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 471, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 471, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 472, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 474, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 476, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 478, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 484, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 488, "pattern": "attribute_call", "note": "Call via attribute access .usage_list(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 489, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 490, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 497, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 499, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 500, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 509, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 511, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .configure(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 521, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .remove_section(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 523, "pattern": "attribute_call", "note": "Call via attribute access .add_section(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 529, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 532, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 535, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 538, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 538, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy", "lineno": 542, "pattern": "attribute_call", "note": "Call via attribute access .purge_logs(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 238, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 247, "pattern": "name_call_unresolved", "note": "Call to 'fallback_load(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'check_compatibility(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 259, "pattern": "name_call_unresolved", "note": "Call to 'fallback_load(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core", "lineno": 262, "pattern": "name_call_unresolved", "note": "Call to 'try_load(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 275, "pattern": "name_call_unresolved", "note": "Call to 'fallback_load(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core", "lineno": 278, "pattern": "name_call_unresolved", "note": "Call to 'fallback_load(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .__import__(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 308, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 315, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 321, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 321, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .format_tb(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 354, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 376, "pattern": "attribute_call", "note": "Call via attribute access .__import__(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 376, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 385, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 385, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 387, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .get_platform(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 428, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 452, "pattern": "attribute_call", "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 453, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 454, "pattern": "attribute_call", "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 455, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 457, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 458, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 462, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 464, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .check_output(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 468, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 471, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 472, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 477, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core", "lineno": 478, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 28, "pattern": "self_method_not_found", "note": "self.callback(...) not found in class 'OnCompletionListener' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'MediaPlayer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .setAudioAttributes(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .build(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .setLegacyStreamType(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'AudioAttributesBuilder(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .setAudioStreamType(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .setDataSource(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .setOnCompletionListener(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .prepare(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .prepare(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .seekTo(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .getCurrentPosition(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .get_pos(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .setVolume(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .getDuration(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access ._get_length(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_android", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .setLooping(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .initWithUTF8String_(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .alloc(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .initFileURLWithPath_(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .alloc(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .initWithContentsOfURL_error_(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .alloc(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .get_pos(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_avplayer", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access ._get_length(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .toggle_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .get_metadata(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .toggle_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .toggle_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 167, "pattern": "attribute_call", "note": "Call via attribute access .get_pts(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access ._get_length(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_ffpyplayer", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .get_metadata(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'get_gst_version(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'GstPlayer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .get_position(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .get_duration(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output.audio_gstplayer", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'provider_class(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 184, "pattern": "name_call_unresolved", "note": "Call to 'classobj(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.audio_output", "lineno": 221, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output", "lineno": 240, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.audio_output", "lineno": 299, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Sound' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.audio_output", "lineno": 304, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Sound' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.camera.camera_android", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 28, "pattern": "self_method_not_found", "note": "self._callback(...) not found in class 'PreviewCallback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.camera.camera_android", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .Lock(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .getParameters(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .setPreviewSize(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .getSupportedFocusModes(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .getParameters(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .contains(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .setFocusMode(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .setParameters(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .getPreviewFormat(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .getBitsPerPixel(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'Texture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.camera.camera_android", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'SurfaceTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.camera.camera_android", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .setPreviewTexture(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.camera.camera_android", "lineno": 97, "pattern": "name_call_unresolved", "note": "Call to 'Callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.camera.camera_android", "lineno": 99, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.camera.camera_android", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .addCallbackBuffer(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .addCallbackBuffer(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .setPreviewCallbackWithBuffer(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .startPreview(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .stopPreview(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .setPreviewCallbackWithBuffer(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .updateTexImage(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 158, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'CameraAndroid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.camera.camera_android", "lineno": 166, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'CameraAndroid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.camera.camera_android", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .tostring(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .reshape(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_android", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .getNumberOfCameras(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .init(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .version(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .version(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .version(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .parse_launch(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .connect(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .get_by_name(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .emit(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .get_structure(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .get_current_caps(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .get_value(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .get_value(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .set_state(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .set_state(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .set_state(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 137, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'CameraGi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.camera.camera_gi", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .get_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .map(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .__hash__(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .from_address(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .unmap(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'weakcamera(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.camera.camera_gi", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_gi", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .cvCreateCameraCapture(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .SetCaptureProperty(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .SetCaptureProperty(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .cvQueryFrame(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .GetCaptureProperty(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .VideoCapture(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 139, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'CameraOpenCV' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .reshape(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_opencv", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 65, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'CameraPiCamera' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .empty(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .capture(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .reshape(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .reshape(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.camera.camera_picamera", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.camera", "lineno": 127, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'CameraBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .getSystemService(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .getText(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .getPrimaryClip(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .getItemAt(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .coerceToText(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .getApplicationContext(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .setText(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'AndroidString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .newPlainText(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'AndroidString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'AndroidString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_android", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .setPrimaryClip(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dbusklipper", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_dbusklipper", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .SessionBus(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dbusklipper", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .get_object(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dbusklipper", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .Interface(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dbusklipper", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .getClipboardContents(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dbusklipper", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .setClipboardContents(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dbusklipper", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dummy", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dummy", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_dummy", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_gtk3", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_gtk3", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .require_version(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_gtk3", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_gtk3", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .wait_for_text(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_gtk3", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_gtk3", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .set_text(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_gtk3", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .store(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .generalPasteboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .stringForType_(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .UTF8String(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .clearContents(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .initWithUTF8String_(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .alloc(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_nspaste", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .setString_forType_(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_sdl3", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_sdl3", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to '_has_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_sdl3", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to '_get_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_sdl3", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access ._ensure_clipboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_sdl3", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to '_set_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .OpenClipboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .GetActiveWindow(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'GetClipboardData(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .CloseClipboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'GlobalLock(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'c_wchar_p(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'GlobalUnlock(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .CloseClipboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .OpenClipboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .GetActiveWindow(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .EmptyClipboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .wcslen(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'GlobalAlloc(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'GlobalLock(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .memmove(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'c_wchar_p(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 97, "pattern": "name_call_unresolved", "note": "Call to 'c_wchar_p(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 100, "pattern": "name_call_unresolved", "note": "Call to 'GlobalUnlock(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'SetClipboardData(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_winctypes", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .CloseClipboard(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_xclip", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_xclip", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .Popen(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_xclip", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_xclip", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .Popen(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_xsel", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'SystemError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.clipboard.clipboard_xsel", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .Popen(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_xsel", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard.clipboard_xsel", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .Popen(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard._clipboard_ext", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard._clipboard_ext", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard._clipboard_ext", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard._clipboard_ext", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard._clipboard_ext", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard._clipboard_ext", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .get_types(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.clipboard", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .MessageBoxW(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'gl_init_symbols(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'gl_init_resources(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'cgl_get_initialized_backend_name(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 53, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 54, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'gl_get_version(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access ._kivy_opengl_required_func(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'glGetIntegerv(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.gl", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.gl", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'glGetIntegerv(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.image.img_dds", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'ffImageLoader(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .next_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .get_pixel_format(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .scale(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_ffpyplayer", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .to_memoryview(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .init(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .convert(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .tobytes(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .tell(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .frombytes(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .transpose(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_pil", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_sdl3", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_sdl3", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .load_from_memory(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_sdl3", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .load_from_filename(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_sdl3", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_sdl3", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_tex", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_tex", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_tex", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_tex", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_tex", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_tex", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .destroy(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .destroy(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .getdefaultint(...) - target object type not statically resolved." }, { "module": "kivy.core.image.img_thorvg_svg", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .partition(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 441, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 459, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 460, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 462, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 463, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 466, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 511, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 514, "pattern": "attribute_call", "note": "Call via attribute access .create_from_data(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .release_data(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 591, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .namelist(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 597, "pattern": "attribute_call", "note": "Call via attribute access .sort(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 602, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 603, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 603, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access ._load_single(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 622, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 625, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 642, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 643, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 667, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 669, "pattern": "attribute_call", "note": "Call via attribute access .can_load_memory(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 676, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 678, "pattern": "name_call_unresolved", "note": "Call to 'loader(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.image", "lineno": 681, "pattern": "name_call_unresolved", "note": "Call to 'loader(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.image", "lineno": 683, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 697, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 720, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 727, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 747, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 755, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 764, "pattern": "attribute_call", "note": "Call via attribute access ._load_atlas(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 768, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 772, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 775, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 776, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 777, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 780, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 780, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 783, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 786, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 786, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 789, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 790, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 801, "pattern": "attribute_call", "note": "Call via attribute access .zip_loader(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 805, "pattern": "attribute_call", "note": "Call via attribute access ._load_single(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 853, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 859, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'Image' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.image", "lineno": 861, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 863, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 864, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 865, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 873, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 876, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 880, "pattern": "self_method_not_found", "note": "self.__setattr__(...) not found in class 'Image' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.image", "lineno": 880, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 884, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 890, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 893, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 899, "pattern": "attribute_call", "note": "Call via attribute access .findall(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 903, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 913, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 945, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Image' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.image", "lineno": 974, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 978, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 991, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 995, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1049, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1068, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1120, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1142, "pattern": "attribute_call", "note": "Call via attribute access ._load_single(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1242, "pattern": "attribute_call", "note": "Call via attribute access .can_save(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1260, "pattern": "self_method_not_found", "note": "self.populate(...) not found in class 'Image' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.image", "lineno": 1277, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1281, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1281, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1313, "pattern": "name_call_unresolved", "note": "Call to 'EOFError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.image", "lineno": 1343, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1371, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.core.image", "lineno": 1372, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_null", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .engine_version(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .getdefaultint(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .get_markers_cnt(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .get_marker(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .get_duration(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .get_total_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 268, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'LottieThorvg' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .set_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 340, "pattern": "name_call_unresolved", "note": "Call to 'op(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 353, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'LottieThorvg' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .set_segment(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 401, "pattern": "attribute_call", "note": "Call via attribute access .set_segment(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 407, "pattern": "attribute_call", "note": "Call via attribute access .set_marker(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .get_duration(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 428, "pattern": "attribute_call", "note": "Call via attribute access .get_total_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 455, "pattern": "attribute_call", "note": "Call via attribute access .gen_slot(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 457, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 460, "pattern": "attribute_call", "note": "Call via attribute access .apply_slot(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 462, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 464, "pattern": "attribute_call", "note": "Call via attribute access .del_slot(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 469, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 489, "pattern": "attribute_call", "note": "Call via attribute access .apply_slot(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 491, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 495, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 497, "pattern": "attribute_call", "note": "Call via attribute access .del_slot(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 499, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 515, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie.lottie_thorvg", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 243, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'LottieBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.lottie", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 486, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 501, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.core.lottie", "lineno": 533, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_enchant", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_enchant", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .Dict(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_enchant", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'NoSuchLangError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.spelling.spelling_enchant", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .list_languages(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_enchant", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .check(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_enchant", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .suggest(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .init(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .alloc(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .setLanguage_(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'NoSuchLangError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .availableLanguages(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .guessesForWord_(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .guessesForWordRange_inString_language_inSpellDocumentWithTag_(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling.spelling_osxappkit", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .language(...) - target object type not statically resolved." }, { "module": "kivy.core.spelling", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'NoLanguageSelectedError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'Accessor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .accessor_generate_id(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .iter(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'Accessor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .get_id(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .get_name(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .isfinite(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .set_accessible(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .isfinite(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .isfinite(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .get_paint(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .set_opacity(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .set_opacity(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.core.svg.svg_thorvg", "lineno": 379, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 143, "pattern": "self_method_not_found", "note": "self._render_real(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 177, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 179, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 182, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 184, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 186, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 189, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 191, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 193, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 196, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 198, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 200, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 202, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 203, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 208, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 217, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 220, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 223, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 226, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 228, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 230, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 231, "pattern": "self_method_not_found", "note": "self.resolve_font_name(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 233, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 241, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 244, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 246, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 249, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 254, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 259, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 260, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 264, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 265, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 267, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 268, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 272, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 273, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 276, "pattern": "name_call_unresolved", "note": "Call to 'spush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 279, "pattern": "name_call_unresolved", "note": "Call to 'spop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'find_base_dir(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 288, "pattern": "self_method_not_found", "note": "self.get_cached_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 289, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'layout_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 300, "pattern": "name_call_unresolved", "note": "Call to 'layout_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 302, "pattern": "self_method_not_found", "note": "self.get_cached_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 362, "pattern": "name_call_unresolved", "note": "Call to 'split(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 414, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 416, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 420, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 422, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 432, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 488, "pattern": "self_method_not_found", "note": "self.get_descent(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 500, "pattern": "name_call_unresolved", "note": "Call to 'render_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 564, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 567, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 568, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 570, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 584, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 588, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 590, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 595, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 598, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 620, "pattern": "self_method_not_found", "note": "self.get_cached_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 621, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 623, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 628, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 636, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 639, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 654, "pattern": "self_method_not_found", "note": "self.get_cached_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 655, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 657, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 662, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 669, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 671, "pattern": "name_call_unresolved", "note": "Call to 'extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 675, "pattern": "self_method_not_found", "note": "self.get_cached_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 685, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 701, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 715, "pattern": "name_call_unresolved", "note": "Call to 'LayoutLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 720, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 725, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 728, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 733, "pattern": "name_call_unresolved", "note": "Call to 'LayoutLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 735, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 739, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 743, "pattern": "name_call_unresolved", "note": "Call to 'LayoutLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 745, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 748, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 772, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 773, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 773, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 778, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 786, "pattern": "name_call_unresolved", "note": "Call to 'LayoutLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 835, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 836, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 849, "pattern": "name_call_unresolved", "note": "Call to 'LayoutLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 869, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 871, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 871, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 872, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 878, "pattern": "self_method_not_found", "note": "self.get_extents(...) not found in class 'MarkupLabel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.text.markup", "lineno": 880, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 880, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 882, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 892, "pattern": "name_call_unresolved", "note": "Call to 'LayoutLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.markup", "lineno": 926, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 938, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 939, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.text.markup", "lineno": 949, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 110, "pattern": "name_call_unresolved", "note": "Call to 'KivyPangoRenderer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.text_pango", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .get_ImageData(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pango", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'kpango_font_context_add_font(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.text_pango", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .load_default(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .truetype(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .getbbox(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .getmetrics(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .new(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .Draw(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .getbbox(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .text(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_pil", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .tobytes(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_sdl3", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_sdl3", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_sdl3", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to '_get_tight_extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.text_sdl3", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to '_get_extents(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.text_sdl3", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to '_get_fontdescent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.text_sdl3", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to '_get_fontascent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.text_sdl3", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to '_SurfaceContainer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text.text_sdl3", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.core.text.text_sdl3", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .get_data(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .get_system_fonts_dir(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 364, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 382, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 383, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 385, "pattern": "name_call_unresolved", "note": "Call to 'kwargs_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 475, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 476, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 496, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 555, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 556, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 561, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 562, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 562, "pattern": "attribute_call", "note": "Call via attribute access .isfile(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 578, "pattern": "attribute_call", "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 579, "pattern": "attribute_call", "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 582, "pattern": "attribute_call", "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 584, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 590, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 597, "pattern": "attribute_call", "note": "Call via attribute access .walk(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 669, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 670, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 675, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 678, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 687, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 687, "pattern": "name_call_unresolved", "note": "Call to 'f_rev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 692, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 693, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 703, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 709, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 713, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 714, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 718, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 722, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 723, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 730, "pattern": "name_call_unresolved", "note": "Call to 'f_rev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 731, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 740, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 741, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 756, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 759, "pattern": "name_call_unresolved", "note": "Call to 'f_rev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 760, "pattern": "name_call_unresolved", "note": "Call to 'textwidth(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 764, "pattern": "name_call_unresolved", "note": "Call to 'f_rev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 767, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 780, "pattern": "attribute_call", "note": "Call via attribute access .blit_data(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 819, "pattern": "name_call_unresolved", "note": "Call to 'find_base_dir(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 848, "pattern": "name_call_unresolved", "note": "Call to 'split(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 858, "pattern": "name_call_unresolved", "note": "Call to 'LayoutWord(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 860, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 862, "pattern": "name_call_unresolved", "note": "Call to 'render_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 863, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 866, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 872, "pattern": "name_call_unresolved", "note": "Call to 'render_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 906, "pattern": "attribute_call", "note": "Call via attribute access .blit_data(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 922, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 937, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 937, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 947, "pattern": "name_call_unresolved", "note": "Call to 'layout_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 950, "pattern": "name_call_unresolved", "note": "Call to 'layout_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 953, "pattern": "name_call_unresolved", "note": "Call to 'layout_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 956, "pattern": "name_call_unresolved", "note": "Call to 'layout_text(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.text", "lineno": 995, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 998, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 999, "pattern": "attribute_call", "note": "Call via attribute access .add_reload_observer(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 1002, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 1017, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 1018, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 1229, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 1230, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.core.text", "lineno": 1240, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 29, "pattern": "self_method_not_found", "note": "self.callback(...) not found in class 'OnCompletionListener' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_android", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 43, "pattern": "self_method_not_found", "note": "self.callback(...) not found in class 'OnErrorListener' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_android", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 63, "pattern": "name_call_unresolved", "note": "Call to 'MediaMetadataRetriever(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_android", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .setDataSource(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .extractMetadata(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'MediaPlayer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_android", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .setDataSource(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .setOnCompletionListener(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .setOnErrorListener(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .prepare(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .getVideoWidth(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .getVideoHeight(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'SurfaceTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_android", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .setDefaultBufferSize(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 90, "pattern": "name_call_unresolved", "note": "Call to 'Surface(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_android", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .setSurface(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_android", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .radians(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'Callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_android", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_android", "lineno": 137, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoAndroid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_android", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .getCurrentPosition(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .getDuration(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .isPlaying(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .seekTo(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .getDuration(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .setVolume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .setLooping(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .updateTexImage(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_android", "lineno": 226, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoAndroid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_android", "lineno": 241, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoAndroid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_android", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .FFVideo(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 61, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoFFMpeg' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access ._do_eos(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .get_next_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .get_width(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .get_height(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 87, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoFFMpeg' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 91, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoFFMpeg' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .get_duration(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .get_position(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffmpeg", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .put(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .get_pts(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .get_metadata(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 177, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoFFPy' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .set_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 210, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'BindTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 213, "pattern": "name_call_unresolved", "note": "Call to 'BindTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 227, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoFFPy' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .to_memoryview(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .to_memoryview(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 242, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoFFPy' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .get_metadata(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'wait_for_wakeup(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .set_output_pix_fmt(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .close_player(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .get_metadata(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .get_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .set_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 301, "pattern": "attribute_call", "note": "Call via attribute access .get_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 310, "pattern": "name_call_unresolved", "note": "Call to 'sleep(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .get_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .set_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .get_frame(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 331, "pattern": "name_call_unresolved", "note": "Call to 'wait_for_wakeup(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 334, "pattern": "name_call_unresolved", "note": "Call to 'wait_for_wakeup(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 339, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 342, "pattern": "name_call_unresolved", "note": "Call to 'wait_for_wakeup(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .close_player(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .set_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 372, "pattern": "attribute_call", "note": "Call via attribute access .set_pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_ffpyplayer", "lineno": 437, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'get_gst_version(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to 'video(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'GstPlayer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .pause(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .get_position(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .get_duration(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .set_volume(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 112, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoGstplayer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 122, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoGstplayer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.video.video_gstplayer", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.video", "lineno": 171, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VideoBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .host_init(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .graphics_get_display_size(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .create_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .Rect(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .Rect(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .bcm_display_open(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .bcm_update_start(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .bcm_element_add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .NativeWindow(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .bcm_update_submit_sync(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .GetDisplay(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .Initialise(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .BindAPI(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .GetConfigs(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .ChooseConfig(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .CreateWindowSurface(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .CreateContext(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .MakeCurrent(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .MakeCurrent(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .Terminate(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_egl_rpi", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .SwapBuffers(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 141, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window.window_sdl3", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window.window_sdl3", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window.window_sdl3", "lineno": 160, "pattern": "name_call_unresolved", "note": "Call to '_WindowSDL3Storage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window.window_sdl3", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 209, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 212, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 213, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .get_window_info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .set_minimum_size(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .set_always_on_top(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .set_allow_screensaver(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 240, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .finishAndRemoveTask(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .resize_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 305, "pattern": "attribute_call", "note": "Call via attribute access .set_event_filter(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 309, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .setup_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .resize_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 334, "pattern": "attribute_call", "note": "Call via attribute access .set_border_state(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .set_fullscreen_mode(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .create_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .get_window_pixel_density(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .get_window_display_scale(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 373, "pattern": "attribute_call", "note": "Call via attribute access .teardown_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .maximize_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .minimize_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 388, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .restore_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 398, "pattern": "attribute_call", "note": "Call via attribute access .hide_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .show_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 410, "pattern": "attribute_call", "note": "Call via attribute access .raise_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .set_window_title(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .set_window_icon(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 427, "pattern": "name_call_unresolved", "note": "Call to 'glReadPixels(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window.window_sdl3", "lineno": 428, "pattern": "attribute_call", "note": "Call via attribute access .save_bytes_in_png(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 433, "pattern": "attribute_call", "note": "Call via attribute access .flip(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .flip(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 437, "pattern": "attribute_call", "note": "Call via attribute access .set_system_cursor(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 441, "pattern": "attribute_call", "note": "Call via attribute access .get_window_pos(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 444, "pattern": "attribute_call", "note": "Call via attribute access .set_window_pos(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .get_window_opacity(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 451, "pattern": "attribute_call", "note": "Call via attribute access .set_window_opacity(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 454, "pattern": "attribute_call", "note": "Call via attribute access .get_native_handle(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 458, "pattern": "attribute_call", "note": "Call via attribute access .is_window_shapable(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .set_shape(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 466, "pattern": "attribute_call", "note": "Call via attribute access ._set_cursor_state(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .wait_event(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 485, "pattern": "attribute_call", "note": "Call via attribute access .poll(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 491, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 499, "pattern": "attribute_call", "note": "Call via attribute access .poll(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 507, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 530, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 535, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 544, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 555, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 559, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 560, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 561, "pattern": "attribute_call", "note": "Call via attribute access .get_relative_mouse_pos(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 573, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 582, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 585, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 599, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window.window_sdl3", "lineno": 601, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 610, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 614, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 618, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 621, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 622, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 625, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 628, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 629, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 633, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 636, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 639, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 649, "pattern": "attribute_call", "note": "Call via attribute access .get_relative_mouse_pos(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 654, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 658, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 661, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 664, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 667, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 670, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 688, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 697, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 708, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 712, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 716, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 722, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 726, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 730, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 735, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 737, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 739, "pattern": "attribute_call", "note": "Call via attribute access .get_relative_mouse_pos(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 741, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 744, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 753, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 757, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 758, "pattern": "attribute_call", "note": "Call via attribute access .resize_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 759, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowSDL' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window.window_sdl3", "lineno": 767, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 768, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 769, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 775, "pattern": "attribute_call", "note": "Call via attribute access .poll(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 791, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 795, "pattern": "attribute_call", "note": "Call via attribute access .get_current_key_modifiers(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 804, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 806, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 808, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 810, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 812, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 814, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 818, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 820, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 822, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 824, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 826, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 828, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 836, "pattern": "attribute_call", "note": "Call via attribute access .request_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 840, "pattern": "attribute_call", "note": "Call via attribute access .show_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 846, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 850, "pattern": "attribute_call", "note": "Call via attribute access .release_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 851, "pattern": "attribute_call", "note": "Call via attribute access .hide_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 858, "pattern": "attribute_call", "note": "Call via attribute access .is_keyboard_shown(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 859, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 869, "pattern": "attribute_call", "note": "Call via attribute access .grab_mouse(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 872, "pattern": "attribute_call", "note": "Call via attribute access .grab_mouse(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 876, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 880, "pattern": "attribute_call", "note": "Call via attribute access .set_custom_titlebar(...) - target object type not statically resolved." }, { "module": "kivy.core.window.window_sdl3", "lineno": 883, "pattern": "attribute_call", "note": "Call via attribute access .get_system_theme(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .release_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 157, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Keyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .trigger_keyboard_height(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 165, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Keyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 169, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Keyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 175, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Keyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 181, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Keyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 184, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Keyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 362, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 363, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 364, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 365, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 366, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 384, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 395, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 403, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 414, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 422, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 431, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 440, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 456, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 474, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 518, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 520, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 542, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 572, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 582, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 592, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 612, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 613, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 615, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 625, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 661, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 662, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 676, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 680, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 681, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 689, "pattern": "attribute_call", "note": "Call via attribute access .get_kheight(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 697, "pattern": "attribute_call", "note": "Call via attribute access .get_keyboard_height(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 700, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 724, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 748, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 766, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 785, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 796, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 809, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 831, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 846, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 858, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 940, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 954, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 975, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 979, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 982, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 999, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1002, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1019, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1020, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1021, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1022, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1074, "pattern": "attribute_call", "note": "Call via attribute access .__new__(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1078, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1088, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1092, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1096, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1098, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1102, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1104, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1107, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1109, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1112, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1114, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1116, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1119, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1122, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1126, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1129, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1131, "pattern": "attribute_call", "note": "Call via attribute access .getdefault(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1137, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1142, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1143, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1143, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1145, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1149, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1151, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1155, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1158, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1161, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1190, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1200, "pattern": "attribute_call", "note": "Call via attribute access .reset_dpi(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1206, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1212, "pattern": "self_method_not_found", "note": "self.unbind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1218, "pattern": "attribute_call", "note": "Call via attribute access .set_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1219, "pattern": "attribute_call", "note": "Call via attribute access .register_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1220, "pattern": "attribute_call", "note": "Call via attribute access .add_event_listener(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1231, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1233, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1235, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1246, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1248, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1249, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1267, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1280, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1293, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1306, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1319, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1332, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1337, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1350, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1350, "pattern": "name_call_unresolved", "note": "Call to 'get_context(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1352, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1426, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1440, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1453, "pattern": "name_call_unresolved", "note": "Call to 'cgl_get_backend_name(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1482, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1493, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1494, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1495, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1506, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1511, "pattern": "attribute_call", "note": "Call via attribute access .reload(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1511, "pattern": "name_call_unresolved", "note": "Call to 'get_context(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1512, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1512, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1513, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1533, "pattern": "name_call_unresolved", "note": "Call to 'WidgetException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1539, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1542, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1544, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1557, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1559, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1561, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1563, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1565, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1577, "pattern": "attribute_call", "note": "Call via attribute access .glClearColor(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1578, "pattern": "attribute_call", "note": "Call via attribute access .glClear(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1633, "pattern": "attribute_call", "note": "Call via attribute access .scale_for_screen(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1643, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1645, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1646, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1658, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1659, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1673, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1693, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1696, "pattern": "attribute_call", "note": "Call via attribute access ._handle_post_on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1706, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1708, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1710, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1711, "pattern": "attribute_call", "note": "Call via attribute access ._handle_post_on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1723, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1735, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1747, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1755, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1765, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1765, "pattern": "self_method_not_found", "note": "self.property(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1766, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1766, "pattern": "self_method_not_found", "note": "self.property(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 1777, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1793, "pattern": "name_call_unresolved", "note": "Call to 'glViewport(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1796, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1797, "pattern": "attribute_call", "note": "Call via attribute access .view_clip(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1801, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1801, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1802, "pattern": "attribute_call", "note": "Call via attribute access .multiply(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1802, "pattern": "attribute_call", "note": "Call via attribute access .rotate(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1802, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1806, "pattern": "attribute_call", "note": "Call via attribute access .multiply(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1806, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1806, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1808, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 1809, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1809, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1813, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1858, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1878, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1879, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1882, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1894, "pattern": "attribute_call", "note": "Call via attribute access .unregister_window(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 1895, "pattern": "attribute_call", "note": "Call via attribute access .remove_event_listener(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2030, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2042, "pattern": "attribute_call", "note": "Call via attribute access .moveTaskToBack(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2046, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 2052, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2057, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2059, "pattern": "attribute_call", "note": "Call via attribute access .add_callback(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2065, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2075, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2236, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 2251, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 2269, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2272, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2301, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2321, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2324, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2404, "pattern": "self_method_not_found", "note": "self._vkeyboard_cls(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 2406, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2423, "pattern": "attribute_call", "note": "Call via attribute access .setup_mode(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2439, "pattern": "self_method_not_found", "note": "self.unbind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 2443, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.core.window", "lineno": 2464, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 2473, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 2503, "pattern": "name_call_unresolved", "note": "Call to 'BindTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.core.window", "lineno": 2508, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.core.window", "lineno": 2510, "pattern": "self_method_not_found", "note": "self._set_shape(...) not found in class 'WindowBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.dampedscroll", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.dampedscroll", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.dampedscroll", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.dampedscroll", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.dampedscroll", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.effects.dampedscroll", "lineno": 148, "pattern": "self_method_not_found", "note": "self.trigger_velocity_update(...) not found in class 'DampedScrollEffect' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.dampedscroll", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .apply_distance(...) - target object type not statically resolved." }, { "module": "kivy.effects.dampedscroll", "lineno": 230, "pattern": "self_method_not_found", "note": "self.trigger_velocity_update(...) not found in class 'DampedScrollEffect' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.kinetic", "lineno": 53, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 108, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.kinetic", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.effects.kinetic", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.effects.kinetic", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.effects.kinetic", "lineno": 123, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'KineticEffect' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.kinetic", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.effects.kinetic", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.effects.kinetic", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.effects.kinetic", "lineno": 178, "pattern": "self_method_not_found", "note": "self.trigger_velocity_update(...) not found in class 'KineticEffect' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.kinetic", "lineno": 186, "pattern": "self_method_not_found", "note": "self.trigger_velocity_update(...) not found in class 'KineticEffect' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.kinetic", "lineno": 198, "pattern": "self_method_not_found", "note": "self.trigger_velocity_update(...) not found in class 'KineticEffect' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.kinetic", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.effects.opacityscroll", "lineno": 27, "pattern": "self_method_not_found", "note": "self.trigger_velocity_update(...) not found in class 'OpacityScrollEffect' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.effects.scroll", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.scroll", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.scroll", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.scroll", "lineno": 53, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.scroll", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.scroll", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.scroll", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.effects.scroll", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.effects.scroll", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.effects.scroll", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.effects.scroll", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.effects.scroll", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .transform_motion_event_2d(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'weak_widget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.eventmanager.hover", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .get_root_window(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .transform_motion_event_2d(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.eventmanager.hover", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.extras.highlight", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'KivyLexer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.extras.highlight", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.garden", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.garden", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .spec_from_file_location(...) - target object type not statically resolved." }, { "module": "kivy.garden", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.garden", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .spec_from_file_location(...) - target object type not statically resolved." }, { "module": "kivy.garden", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 140, "pattern": "self_method_not_found", "note": "self.__getitem__(...) not found in class 'EnhancedDictionary' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.input.motionevent", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .__getattr__(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 145, "pattern": "self_method_not_found", "note": "self.__setitem__(...) not found in class 'EnhancedDictionary' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.input.motionevent", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .__new__(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 460, "pattern": "name_call_unresolved", "note": "Call to 'absolute(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.motionevent", "lineno": 461, "pattern": "name_call_unresolved", "note": "Call to 'absolute(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.motionevent", "lineno": 462, "pattern": "name_call_unresolved", "note": "Call to 'absolute(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.motionevent", "lineno": 511, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 524, "pattern": "name_call_unresolved", "note": "Call to 'transform(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.motionevent", "lineno": 525, "pattern": "name_call_unresolved", "note": "Call to 'transform(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.motionevent", "lineno": 526, "pattern": "name_call_unresolved", "note": "Call to 'transform(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.motionevent", "lineno": 533, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 533, "pattern": "self_method_not_found", "note": "self.__getattribute__(...) not found in class 'MotionEvent' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.input.motionevent", "lineno": 538, "pattern": "attribute_call", "note": "Call via attribute access .distance(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.motionevent", "lineno": 575, "pattern": "name_call_unresolved", "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.motionevent", "lineno": 584, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 139, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 160, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 176, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 281, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Recorder' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.input.recorder", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 309, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 324, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.recorder", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.recorder", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.input.shape", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .has_section(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.calibration", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.dejitter", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .getfloat(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.dejitter", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.dejitter", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.doubletap", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.doubletap", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.doubletap", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.ignorelist", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .distance(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.retaintouch", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.tripletap", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.tripletap", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.input.postproc.tripletap", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .Joystick(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .init(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .get_numbuttons(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .init(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .get_count(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .get_count(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .get_id(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .get_button(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .get_axis(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .get_axis(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .get_axis(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .get_axis(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 107, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 113, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.androidjoystick", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 320, "pattern": "attribute_call", "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 321, "pattern": "attribute_call", "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 379, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 383, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access .deque(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .Thread(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 434, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 435, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 436, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .warn(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 594, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .warn(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 600, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 605, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 608, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 612, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 617, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 618, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 620, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 624, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 637, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 639, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 641, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 647, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 654, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 655, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 666, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 666, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 666, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 668, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 671, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 672, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 682, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 684, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 688, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 692, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 695, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 696, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 697, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 702, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 703, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 704, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 708, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 709, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 710, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 714, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 715, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 716, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 720, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 721, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 722, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 726, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 728, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.hidinput", "lineno": 730, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 741, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 750, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 765, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 766, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 768, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 773, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.hidinput", "lineno": 774, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.leapfinger", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .frame(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'LeapMotionListener(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.leapfinger", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .Controller(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.leapfinger", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.leapfinger", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .calcsize(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .deque(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .Thread(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 227, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 228, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .ioctl(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 297, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 298, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 303, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 304, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 305, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 309, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 310, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .unpack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.linuxwacom", "lineno": 392, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mactouch", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .CDLL(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .POINTER(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .CFUNCTYPE(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .Lock(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .deque(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .MTDeviceCreateList(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'CFArrayGetCount(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mactouch", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'CFArrayGetValueAtIndex(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mactouch", "lineno": 145, "pattern": "name_call_unresolved", "note": "Call to 'MTRegisterContactFrameCallback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mactouch", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'MTDeviceStart(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mactouch", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mactouch", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .acquire(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mactouch", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 141, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 142, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 220, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 221, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 222, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 223, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 224, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 232, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 233, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 234, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 235, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 243, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 244, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 245, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 246, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 247, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 254, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 255, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 256, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 259, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mouse", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .update_graphics(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .clear_graphics(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .update_graphics(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .update_graphics(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 398, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .update_graphics(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mouse", "lineno": 422, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .deque(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .Thread(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .warn(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 263, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 264, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 269, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 270, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 275, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 276, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 280, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 281, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 285, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'drs(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.mtdev", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 375, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.mtdev", "lineno": 376, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.probesysfs", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .sizeof(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .readline(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .__new__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .has_capability(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 249, "pattern": "name_call_unresolved", "note": "Call to 'provider(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.probesysfs", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.probesysfs", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .listen(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .stop_all(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.tuio", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 186, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.tuio", "lineno": 200, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.tuio", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.tuio", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_common", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_pen", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'RECT(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_pen", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .GetMessageExtraInfo(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .GetClientRect(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .CallWindowProcW(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .GetActiveWindow(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'WNDPROC(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_pen", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'SetWindowLong_WndProc_wrapper(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_pen", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_pen", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_pen", "lineno": 119, "pattern": "name_call_unresolved", "note": "Call to 'SetWindowLong_WndProc_wrapper(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .GetActiveWindow(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .RegisterTouchWindow(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'WNDPROC(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'SetWindowLong_WndProc_wrapper(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'RECT(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .GetClientRect(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 79, "pattern": "name_call_unresolved", "note": "Call to 'POINT(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .ClientToScreen(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .screen_x(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .screen_y(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .size(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 99, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .size(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .size(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .update_time_end(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .UnregisterTouchWindow(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'SetWindowLong_WndProc_wrapper(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.input.providers.wm_touch", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .CallWindowProcW(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .GetTouchInputInfo(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .appendleft(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .CloseTouchInputHandle(...) - target object type not statically resolved." }, { "module": "kivy.input.providers.wm_touch", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .GetMessageExtraInfo(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.input.providers", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .unbind_uid(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 129, "pattern": "name_call_unresolved", "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 162, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 216, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 218, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 229, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 232, "pattern": "name_call_unresolved", "note": "Call to 'handler_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 238, "pattern": "name_call_unresolved", "note": "Call to 'BuilderException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 315, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .unregister_from_filename(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 371, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 375, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 376, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 384, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 388, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 401, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .apply_class_lang_rules(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 456, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 468, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 503, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 515, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 540, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 540, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 545, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 547, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 556, "pattern": "attribute_call", "note": "Call via attribute access .create_missing(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 583, "pattern": "name_call_unresolved", "note": "Call to 'Factory_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 588, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 589, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 590, "pattern": "attribute_call", "note": "Call via attribute access .apply_class_lang_rules(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 600, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 601, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 602, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 605, "pattern": "attribute_call", "note": "Call via attribute access .unbind_property(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 638, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 639, "pattern": "name_call_unresolved", "note": "Call to 'BuilderException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 650, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 652, "pattern": "attribute_call", "note": "Call via attribute access .is_event_type(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 655, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 657, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 662, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 665, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 666, "pattern": "name_call_unresolved", "note": "Call to 'BuilderException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 668, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 683, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 695, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 700, "pattern": "attribute_call", "note": "Call via attribute access .match_rule_name(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 765, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 771, "pattern": "attribute_call", "note": "Call via attribute access .unbind_uid(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 824, "pattern": "attribute_call", "note": "Call via attribute access .unbind_uid(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 835, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 840, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 842, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 844, "pattern": "name_call_unresolved", "note": "Call to 'BuilderException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 848, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 857, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 858, "pattern": "name_call_unresolved", "note": "Call to 'BuilderException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.builder", "lineno": 860, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 865, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 874, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 902, "pattern": "attribute_call", "note": "Call via attribute access .readlines(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 908, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 917, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 925, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 925, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.lang.builder", "lineno": 929, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .format_tb(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .findall(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .parse(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 238, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .get_names_from_expression(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .precompile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .precompile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .precompile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .precompile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .precompile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .precompile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .create_property(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 395, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.parser", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 416, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 433, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 454, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 460, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 469, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 471, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.parser", "lineno": 473, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 474, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 479, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 479, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 486, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 490, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 494, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 499, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .isfile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 509, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 527, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .__import__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .__import__(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 539, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 545, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 565, "pattern": "name_call_unresolved", "note": "Call to 'trace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lang.parser", "lineno": 578, "pattern": "attribute_call", "note": "Call via attribute access .precompile(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 595, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 597, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 599, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 616, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 620, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 633, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 642, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 646, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 646, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 649, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 662, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 668, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 693, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 706, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 743, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 764, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 797, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.lang.parser", "lineno": 803, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 157, "pattern": "self_method_not_found", "note": "self.__getitem__(...) not found in class 'QueryDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.lib.ddsfile", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .__getattr__(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 165, "pattern": "self_method_not_found", "note": "self.__setitem__(...) not found in class 'QueryDict' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.lib.ddsfile", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 199, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 207, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 217, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 220, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 224, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 226, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 243, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 256, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 281, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 298, "pattern": "name_call_unresolved", "note": "Call to 'DDSException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 301, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 307, "pattern": "name_call_unresolved", "note": "Call to 'mget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.ddsfile", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 377, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.lib.ddsfile", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.lib.mtdev", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .LoadLibrary(...) - target object type not statically resolved." }, { "module": "kivy.lib.mtdev", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'mtdev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.mtdev", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "kivy.lib.mtdev", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.lib.mtdev", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "kivy.lib.mtdev", "lineno": 161, "pattern": "name_call_unresolved", "note": "Call to 'mtdev_open(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.mtdev", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.lib.mtdev", "lineno": 172, "pattern": "name_call_unresolved", "note": "Call to 'mtdev_close(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.mtdev", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.lib.mtdev", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'mtdev_idle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.mtdev", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'input_event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.lib.mtdev", "lineno": 196, "pattern": "name_call_unresolved", "note": "Call to 'mtdev_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 287, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 295, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 296, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 297, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 303, "pattern": "name_call_unresolved", "note": "Call to 'wr(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 309, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 361, "pattern": "name_call_unresolved", "note": "Call to 'ConsoleToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .add_toolbar_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 367, "pattern": "name_call_unresolved", "note": "Call to 'ConsoleToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .add_toolbar_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 384, "pattern": "name_call_unresolved", "note": "Call to 'ConsoleLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 385, "pattern": "attribute_call", "note": "Call via attribute access .add_toolbar_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 392, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .get_fps(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 404, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 410, "pattern": "attribute_call", "note": "Call via attribute access .widget_ref(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 424, "pattern": "name_call_unresolved", "note": "Call to 'ConsoleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 425, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 432, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .widget_ref(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 452, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 460, "pattern": "attribute_call", "note": "Call via attribute access .add_panel(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 464, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 468, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .properties(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .sort(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 484, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 487, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 489, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 490, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 496, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 497, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .set_content(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 513, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 539, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 546, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 546, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 548, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 550, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 553, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 559, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 559, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 561, "pattern": "name_call_unresolved", "note": "Call to 'ToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 567, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 573, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 583, "pattern": "name_call_unresolved", "note": "Call to 'ToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 584, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 587, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 590, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 620, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 624, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 629, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 630, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 656, "pattern": "self_method_not_found", "note": "self.update_scroll(...) not found in class 'ConsoleAddonWidgetTreeImpl' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.modules.console", "lineno": 659, "pattern": "attribute_call", "note": "Call via attribute access .select_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 662, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ConsoleAddonWidgetTreeImpl' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.modules.console", "lineno": 674, "pattern": "attribute_call", "note": "Call via attribute access .scroll_to(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 678, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 691, "pattern": "attribute_call", "note": "Call via attribute access .remove_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 696, "pattern": "attribute_call", "note": "Call via attribute access .add_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 698, "pattern": "attribute_call", "note": "Call via attribute access .add_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 699, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 708, "pattern": "attribute_call", "note": "Call via attribute access .add_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 709, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 721, "pattern": "attribute_call", "note": "Call via attribute access .update_selected_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 727, "pattern": "attribute_call", "note": "Call via attribute access .add_panel(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 731, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 738, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 746, "pattern": "attribute_call", "note": "Call via attribute access .update_widget_tree(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 747, "pattern": "attribute_call", "note": "Call via attribute access .set_content(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 751, "pattern": "attribute_call", "note": "Call via attribute access .update_widget_tree(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 769, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 772, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 776, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 779, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 782, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 783, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 786, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 787, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 788, "pattern": "name_call_unresolved", "note": "Call to 'Transform(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 788, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 789, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 790, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 791, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 797, "pattern": "name_call_unresolved", "note": "Call to 'addon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 798, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 802, "pattern": "attribute_call", "note": "Call via attribute access .cb_activate(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 808, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 810, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 812, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 812, "pattern": "name_call_unresolved", "note": "Call to 'ConsoleAddonSeparator(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 816, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 823, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 828, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 845, "pattern": "name_call_unresolved", "note": "Call to 'ConsoleToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.console", "lineno": 849, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 850, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 854, "pattern": "attribute_call", "note": "Call via attribute access .cb_deactivate(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 856, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 858, "pattern": "attribute_call", "note": "Call via attribute access .cb_activate(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 863, "pattern": "attribute_call", "note": "Call via attribute access .cb_refresh(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 868, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 869, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 872, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 884, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 891, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 900, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 901, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 937, "pattern": "attribute_call", "note": "Call via attribute access .get_window_matrix(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 938, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 938, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 948, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 950, "pattern": "attribute_call", "note": "Call via attribute access .to_local(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 964, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 967, "pattern": "attribute_call", "note": "Call via attribute access .activate(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 968, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 972, "pattern": "attribute_call", "note": "Call via attribute access .deactivate(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 979, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 1028, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 1044, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 1050, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.console", "lineno": 1052, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.cursor", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.cursor", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.cursor", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.cursor", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.cursor", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.cursor", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.cursor", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 228, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 234, "pattern": "name_call_unresolved", "note": "Call to 'wr(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 239, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 241, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 243, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 245, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 249, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 253, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 262, "pattern": "self_method_not_found", "note": "self.iterate_all_nodes(...) not found in class 'WidgetTree' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.modules.inspector", "lineno": 279, "pattern": "self_method_not_found", "note": "self.toggle_node(...) not found in class 'WidgetTree' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.modules.inspector", "lineno": 285, "pattern": "self_method_not_found", "note": "self.update_scroll(...) not found in class 'WidgetTree' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.modules.inspector", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .select_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 291, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'WidgetTree' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.modules.inspector", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .scroll_to(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 308, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 310, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 312, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 314, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 316, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 318, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 320, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 322, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 324, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .Color(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 334, "pattern": "attribute_call", "note": "Call via attribute access .PushMatrix(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .Transform(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 335, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .Rectangle(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .PopMatrix(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 407, "pattern": "attribute_call", "note": "Call via attribute access .get_window_matrix(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 435, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 443, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .to_local(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 458, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 463, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 464, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 466, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 468, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 472, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 475, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 484, "pattern": "attribute_call", "note": "Call via attribute access .iterate_all_nodes(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 486, "pattern": "attribute_call", "note": "Call via attribute access .remove_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 490, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .iterate_all_nodes(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 494, "pattern": "attribute_call", "note": "Call via attribute access .remove_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 495, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 501, "pattern": "attribute_call", "note": "Call via attribute access .iterate_all_nodes(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .remove_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 506, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 508, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 514, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .iterate_all_nodes(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .remove_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .properties(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 521, "pattern": "attribute_call", "note": "Call via attribute access .sort(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 529, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 531, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 532, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 535, "pattern": "attribute_call", "note": "Call via attribute access .add_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 538, "pattern": "name_call_unresolved", "note": "Call to 'node(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 572, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .TextInput(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .TextInput(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 597, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 603, "pattern": "attribute_call", "note": "Call via attribute access .GridLayout(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .Button(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 612, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 615, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 617, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 619, "pattern": "attribute_call", "note": "Call via attribute access .GridLayout(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 620, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 620, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 622, "pattern": "attribute_call", "note": "Call via attribute access .ToggleButton(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 627, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 629, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 632, "pattern": "attribute_call", "note": "Call via attribute access .Button(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 633, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 635, "pattern": "attribute_call", "note": "Call via attribute access .Image(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 637, "pattern": "attribute_call", "note": "Call via attribute access .Label(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 641, "pattern": "attribute_call", "note": "Call via attribute access .ToggleButton(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 642, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 645, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 647, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 693, "pattern": "attribute_call", "note": "Call via attribute access .remove_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 698, "pattern": "attribute_call", "note": "Call via attribute access .add_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 700, "pattern": "attribute_call", "note": "Call via attribute access .add_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 700, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 708, "pattern": "attribute_call", "note": "Call via attribute access .add_node(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 709, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.inspector", "lineno": 719, "pattern": "attribute_call", "note": "Call via attribute access .update_selected_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 737, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 742, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 749, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 752, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.inspector", "lineno": 754, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 84, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 86, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 87, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 100, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 101, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 110, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.joycursor", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.joycursor", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.modules.keybinding", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." }, { "module": "kivy.modules.keybinding", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.keybinding", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.monitor", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .get_fps(...) - target object type not statically resolved." }, { "module": "kivy.modules.monitor", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.monitor", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.monitor", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.monitor", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.monitor", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.monitor", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules.monitor", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules.monitor", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.monitor", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.monitor", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules.monitor", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules.monitor", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.recorder", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.modules.screen", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.modules.showborder", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.modules.showborder", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.modules.touchring", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.touchring", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.touchring", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'remove(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.touchring", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'remove(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.modules.touchring", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.touchring", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.touchring", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules.touchring", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.modules.touchring", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .route(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .route(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .route(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .get_fps(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .get_rfps(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .get_events(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.modules._webdebugger", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .splitext(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .__import__(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .__import__(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .print_exc(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .configure(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.modules", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .where(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 246, "pattern": "self_method_not_found", "note": "self.start(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .has_section(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 264, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 275, "pattern": "name_call_unresolved", "note": "Call to 'q(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .is_set(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 278, "pattern": "name_call_unresolved", "note": "Call to 'q(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 280, "pattern": "name_call_unresolved", "note": "Call to 'q(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 283, "pattern": "self_method_not_found", "note": "self._trigger_result(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 288, "pattern": "self_method_not_found", "note": "self._trigger_result(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 309, "pattern": "self_method_not_found", "note": "self.call_request(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 313, "pattern": "self_method_not_found", "note": "self.get_total_size(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 318, "pattern": "name_call_unresolved", "note": "Call to 'q(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 322, "pattern": "self_method_not_found", "note": "self.get_chunks(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 327, "pattern": "self_method_not_found", "note": "self.get_chunks(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 334, "pattern": "name_call_unresolved", "note": "Call to 'q(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 335, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 337, "pattern": "self_method_not_found", "note": "self.get_response(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 345, "pattern": "self_method_not_found", "note": "self.close_connection(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 357, "pattern": "self_method_not_found", "note": "self.get_content_type(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 383, "pattern": "self_method_not_found", "note": "self.get_all_headers(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 385, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 395, "pattern": "self_method_not_found", "note": "self.get_status_code(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 398, "pattern": "self_method_not_found", "note": "self.get_status_code(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 409, "pattern": "self_method_not_found", "note": "self.on_success(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 411, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 420, "pattern": "self_method_not_found", "note": "self.on_redirect(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 422, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 430, "pattern": "self_method_not_found", "note": "self.get_status_code(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 436, "pattern": "self_method_not_found", "note": "self.on_failure(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 438, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 442, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 442, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 447, "pattern": "self_method_not_found", "note": "self.on_error(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 449, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 453, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 453, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 456, "pattern": "self_method_not_found", "note": "self.on_progress(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 458, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 462, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 464, "pattern": "self_method_not_found", "note": "self.on_cancel(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 466, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 473, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 474, "pattern": "self_method_not_found", "note": "self.on_finish(...) not found in class 'UrlRequestBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.network.urlrequest", "lineno": 476, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 542, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 555, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 560, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 568, "pattern": "name_call_unresolved", "note": "Call to 'q(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 569, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .is_set(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 577, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 581, "pattern": "attribute_call", "note": "Call via attribute access .getheader(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 586, "pattern": "attribute_call", "note": "Call via attribute access .getheader(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .getheaders(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 595, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 641, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 663, "pattern": "attribute_call", "note": "Call via attribute access .create_default_context(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 669, "pattern": "attribute_call", "note": "Call via attribute access .create_default_context(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 675, "pattern": "attribute_call", "note": "Call via attribute access .debug(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 675, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 678, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 680, "pattern": "attribute_call", "note": "Call via attribute access .set_tunnel(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 684, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 691, "pattern": "attribute_call", "note": "Call via attribute access .request(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 694, "pattern": "attribute_call", "note": "Call via attribute access .getresponse(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 706, "pattern": "attribute_call", "note": "Call via attribute access .iter_content(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 711, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 719, "pattern": "name_call_unresolved", "note": "Call to 'q(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 720, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 722, "pattern": "attribute_call", "note": "Call via attribute access .is_set(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 731, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 734, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 740, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 759, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 767, "pattern": "name_call_unresolved", "note": "Call to 'req_call(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.network.urlrequest", "lineno": 786, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.network.urlrequest", "lineno": 787, "pattern": "attribute_call", "note": "Call via attribute access .getdefault(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .dump(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.storage.dictstore", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.storage.jsonstore", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.storage.jsonstore", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.storage.jsonstore", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.storage.jsonstore", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.storage.jsonstore", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.storage.jsonstore", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage.redisstore", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .StrictRedis(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .hgetall(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .pipeline(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .delete(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .hset(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .execute(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .delete(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .hmget(...) - target object type not statically resolved." }, { "module": "kivy.storage.redisstore", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .hgetall(...) - target object type not statically resolved." }, { "module": "kivy.storage", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.storage", "lineno": 351, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 353, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 358, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 360, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 365, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 367, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 372, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 374, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 378, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 379, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 384, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 386, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 391, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 393, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 397, "pattern": "name_call_unresolved", "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.storage", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.storage", "lineno": 405, "pattern": "name_call_unresolved", "note": "Call to 'cb(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access ._dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 31, "pattern": "self_method_not_found", "note": "self.move(...) not found in class 'AsyncUnitTestTouch' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access ._dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access ._dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 99, "pattern": "name_call_unresolved", "note": "Call to 'check(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 112, "pattern": "name_call_unresolved", "note": "Call to 'check(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .popleft(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 137, "pattern": "name_call_unresolved", "note": "Call to 'check(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 173, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 177, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .init_async_lib(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .async_run(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 199, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .indexof(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 215, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.async_common", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 252, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 268, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .random(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .random(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 358, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 366, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 435, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 442, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .isclose(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .isclose(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 451, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 455, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 457, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 486, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 495, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 501, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 502, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .string_to_keycode(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 555, "pattern": "self_method_not_found", "note": "self.async_sleep(...) not found in class 'UnitKivyApp' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.async_common", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 561, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.async_common", "lineno": 566, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 90, "pattern": "name_call_unresolved", "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 118, "pattern": "name_call_unresolved", "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .get_total_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .set_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.tests.bench_thorvg_wrapper", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'benchmark(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to 'cgl_get_backend_name(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .Event(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'condition(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'cgl_get_backend_name(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .chdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .server_bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .server_activate(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .serve_forever(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .print_exc(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .chdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .Thread(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .wait(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .create_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 275, "pattern": "self_method_not_found", "note": "self.id(...) not found in class 'GraphicUnitTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.common", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .screenshot(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .getouterframes(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .currentframe(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .getsourcelines(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 301, "pattern": "self_method_not_found", "note": "self.id(...) not found in class 'GraphicUnitTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.common", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 310, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 312, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 317, "pattern": "self_method_not_found", "note": "self.id(...) not found in class 'GraphicUnitTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.common", "lineno": 319, "pattern": "self_method_not_found", "note": "self.id(...) not found in class 'GraphicUnitTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.common", "lineno": 320, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 341, "pattern": "self_method_not_found", "note": "self.id(...) not found in class 'GraphicUnitTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.common", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .destroy(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .PhotoImage(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 398, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 401, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 420, "pattern": "attribute_call", "note": "Call via attribute access .destroy(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .PhotoImage(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .PhotoImage(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 428, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 431, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 432, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 433, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 436, "pattern": "attribute_call", "note": "Call via attribute access .pack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .mainloop(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 452, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 484, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 497, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 505, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 508, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 515, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 523, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 525, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 531, "pattern": "attribute_call", "note": "Call via attribute access .depack(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 536, "pattern": "name_call_unresolved", "note": "Call to 'cgl_get_backend_name(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.common", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 541, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 546, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 555, "pattern": "attribute_call", "note": "Call via attribute access .asyncio(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 567, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.common", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.conftest", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.conftest", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.conftest", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .xfail(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 5, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .create_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .start_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'ClockController(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.fixtures", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'dispatch_pixel_scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.fixtures", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access ._set_cached_scaling(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to 'last_app(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.fixtures", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .remove_option(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .create_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .set_async_lib(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .get_event_loop(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .create_task(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .async_run(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .start_soon(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .async_sleep(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .async_sleep(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.fixtures", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to '_ASYNC_FIXTURE_DECORATOR(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .Timer(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .timeit(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .getrusage(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .getrusage(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .select_text(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .delete_selection(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 104, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .select_all(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .get_cursor_from_index(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .getrusage(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 136, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .getrusage(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .select_text(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 162, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .test(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.tests.perf_test_textinput", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 8, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'min_(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_animations", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'tick(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_animations", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'Scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_animations", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 301, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .have_properties_to_animate(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 372, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 373, "pattern": "attribute_call", "note": "Call via attribute access .cancel_property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 375, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_animations", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'TestKvApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'NameTest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'ToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 101, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_drag(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 104, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .do_keyboard_key(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .do_keyboard_key(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 128, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 155, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 160, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .get_widget_pos_pixel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 163, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 191, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 193, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 196, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_app", "lineno": 215, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app", "lineno": 218, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_app_on_ready", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_audio", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .SoundGstreamer(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .delenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .setenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .setenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_audio_provider", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'Event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 84, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 139, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 145, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 176, "pattern": "name_call_unresolved", "note": "Call to 'event_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 202, "pattern": "name_call_unresolved", "note": "Call to 'event_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 217, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 256, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 268, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_benchmark", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_benchmark", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 46, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 47, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 48, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 52, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 53, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 66, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 79, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 97, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 115, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 126, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 127, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 134, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 135, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 151, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 167, "pattern": "attribute_call", "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 187, "pattern": "name_call_unresolved", "note": "Call to 'CustomButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 191, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 192, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 202, "pattern": "name_call_unresolved", "note": "Call to 'CustomButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 208, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 209, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 219, "pattern": "name_call_unresolved", "note": "Call to 'CustomButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 226, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 227, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 237, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 242, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 264, "pattern": "attribute_call", "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 265, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 270, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 275, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 280, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 285, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 290, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 295, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 300, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 305, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 326, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 332, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .assert_not_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 368, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 382, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 398, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 410, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 415, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 425, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 431, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 434, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 444, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 449, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 451, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 455, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 456, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 459, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 460, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 475, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 477, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 483, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 487, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 488, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 495, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 509, "pattern": "name_call_unresolved", "note": "Call to 'HookTestButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 513, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 514, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 520, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 524, "pattern": "name_call_unresolved", "note": "Call to 'HookTestButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 525, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 527, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 528, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 543, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 546, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 548, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 551, "pattern": "self_method_not_found", "note": "self.assertIs(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 552, "pattern": "self_method_not_found", "note": "self.assertIs(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 553, "pattern": "self_method_not_found", "note": "self.assertIs(...) not found in class 'ButtonBehaviorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_buttonbehavior", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .get_types(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 19, "pattern": "self_method_not_found", "note": "self.fail(...) not found in class 'ClipboardTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clipboard", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 26, "pattern": "self_method_not_found", "note": "self.fail(...) not found in class 'ClipboardTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clipboard", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 34, "pattern": "self_method_not_found", "note": "self.fail(...) not found in class 'ClipboardTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clipboard", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 42, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ClipboardTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clipboard", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clipboard", "lineno": 48, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ClipboardTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clipboard", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .tick_draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .tick_draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .tick_draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 101, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .add_handler(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 192, "pattern": "name_call_unresolved", "note": "Call to 'KivyHandler(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .create_lifecycle_aware_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .schedule_lifecycle_aware_del_safe(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .create_lifecycle_aware_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 235, "pattern": "name_call_unresolved", "note": "Call to 'event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .create_lifecycle_aware_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 242, "pattern": "name_call_unresolved", "note": "Call to 'event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .schedule_lifecycle_aware_del_safe(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .create_lifecycle_aware_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 263, "pattern": "name_call_unresolved", "note": "Call to 'event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .start_clock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'Counter(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 296, "pattern": "name_call_unresolved", "note": "Call to 'Counter(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 297, "pattern": "name_call_unresolved", "note": "Call to 'event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 301, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 301, "pattern": "name_call_unresolved", "note": "Call to 'Counter(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock", "lineno": 303, "pattern": "name_call_unresolved", "note": "Call to 'event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'counter(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 45, "pattern": "self_method_not_found", "note": "self.counter(...) not found in class 'MyClass' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .my_method(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .my_method(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 74, "pattern": "self_method_not_found", "note": "self.counter(...) not found in class 'MyClass' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .my_method(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .my_method(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 96, "pattern": "self_method_not_found", "note": "self.counter(...) not found in class 'MyClass' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .my_method(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'obj_ref(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 129, "pattern": "name_call_unresolved", "note": "Call to 'obj_ref(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'wrapper(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'counter(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'kivy_clock_advance(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'kivy_clock_advance(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 177, "pattern": "name_call_unresolved", "note": "Call to 'counter(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 197, "pattern": "name_call_unresolved", "note": "Call to 'kivy_clock_advance(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 208, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .my_method(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 213, "pattern": "name_call_unresolved", "note": "Call to 'kivy_clock_advance(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .my_method(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 235, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .my_classmethod(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .my_classmethod(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 245, "pattern": "name_call_unresolved", "note": "Call to 'kivy_clock_advance(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .my_staticmethod(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 262, "pattern": "name_call_unresolved", "note": "Call to 'MyClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .my_staticmethod(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_clock_triggered", "lineno": 267, "pattern": "name_call_unresolved", "note": "Call to 'kivy_clock_advance(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_core_svg", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 148, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 151, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 154, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 157, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 160, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 163, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 166, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 169, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 172, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 175, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 178, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestSvgParseDim' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 199, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestParseElementIds' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 204, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestParseElementIds' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 208, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestParseElementIds' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 211, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestParseElementIds' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 219, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestParseElementIds' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 235, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestApplyCurrentColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 241, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestApplyCurrentColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 247, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestApplyCurrentColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 252, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestApplyCurrentColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 253, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestApplyCurrentColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 258, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestApplyCurrentColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 263, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestApplyCurrentColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_core_svg", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access ._probe_size_from_xml(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .get_element_ids(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .get_document_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .get_element_ids(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 372, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 373, "pattern": "attribute_call", "note": "Call via attribute access .get_document_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 381, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 387, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 401, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .skipUnless(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_core_svg", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 6, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .Coverage(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .analysis(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .Coverage(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .analysis(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .Coverage(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .analysis(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .Coverage(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_coverage", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .analysis(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_environ_cli", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_environ_cli", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_environ_cli", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_environ_cli", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fbo", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fbo", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fbo", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fbo", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .get_pixel_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fbo", "lineno": 61, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'FBOGetPixelColorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_fbo", "lineno": 64, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'FBOGetPixelColorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_fbo", "lineno": 67, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'FBOGetPixelColorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_fbo", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_filechooser", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'FileChooserListView(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_filechooser", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'unicode_char(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'unicode_char(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'unicode_char(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .extractall(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'FileChooserListView(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_filechooser_unicode", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fonts", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .gettempdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fonts", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fonts", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .extractall(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fonts", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'Label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_fonts", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fonts", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .get_extents(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_fonts", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_garden", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_garden", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .patch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_garden", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_garden", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_garden", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_garden", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 141, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 173, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 206, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 227, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 254, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 255, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 259, "pattern": "name_call_unresolved", "note": "Call to 'BoxShadow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 260, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 262, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 284, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 285, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 291, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 293, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 298, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 299, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 301, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 312, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 313, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 314, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 325, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 326, "pattern": "name_call_unresolved", "note": "Call to 'Point(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 327, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 332, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 333, "pattern": "name_call_unresolved", "note": "Call to 'Point(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 334, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 344, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 345, "pattern": "name_call_unresolved", "note": "Call to 'Point(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .add_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .add_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .add_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .add_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .add_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .add_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 354, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 364, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 365, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 368, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 378, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 379, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 384, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 392, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 393, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 398, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 407, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 408, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 413, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 421, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 422, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 427, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 435, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 436, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 441, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 455, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 456, "pattern": "name_call_unresolved", "note": "Call to 'SmoothLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 459, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 469, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 472, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 478, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 484, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 485, "pattern": "name_call_unresolved", "note": "Call to 'Translate(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 486, "pattern": "name_call_unresolved", "note": "Call to 'Scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 487, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 492, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 494, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 502, "pattern": "attribute_call", "note": "Call via attribute access .chain(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 530, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 541, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 542, "pattern": "name_call_unresolved", "note": "Call to 'AntiAliasingLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 545, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 546, "pattern": "name_call_unresolved", "note": "Call to 'AntiAliasingLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 550, "pattern": "name_call_unresolved", "note": "Call to 'Instruction(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 551, "pattern": "name_call_unresolved", "note": "Call to 'AntiAliasingLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 618, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 619, "pattern": "name_call_unresolved", "note": "Call to 'Instruction(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 620, "pattern": "name_call_unresolved", "note": "Call to 'AntiAliasingLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 621, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 629, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 630, "pattern": "name_call_unresolved", "note": "Call to 'Instruction(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 631, "pattern": "name_call_unresolved", "note": "Call to 'AntiAliasingLine(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 632, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 643, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 644, "pattern": "name_call_unresolved", "note": "Call to 'SmoothRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 645, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 655, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 659, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 664, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 672, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 677, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 687, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 688, "pattern": "name_call_unresolved", "note": "Call to 'SmoothRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 689, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 694, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 695, "pattern": "name_call_unresolved", "note": "Call to 'SmoothRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 696, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 707, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 708, "pattern": "name_call_unresolved", "note": "Call to 'SmoothRoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 714, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 724, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 728, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 733, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 741, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 746, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 754, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 755, "pattern": "name_call_unresolved", "note": "Call to 'SmoothRoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 758, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 769, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 770, "pattern": "name_call_unresolved", "note": "Call to 'SmoothRoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 773, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 778, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 779, "pattern": "name_call_unresolved", "note": "Call to 'SmoothRoundedRectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 782, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 793, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 794, "pattern": "name_call_unresolved", "note": "Call to 'SmoothEllipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 795, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 811, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 815, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 820, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 828, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 833, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 841, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 842, "pattern": "name_call_unresolved", "note": "Call to 'SmoothEllipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 845, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 862, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 863, "pattern": "name_call_unresolved", "note": "Call to 'SmoothEllipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 864, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 869, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 870, "pattern": "name_call_unresolved", "note": "Call to 'SmoothEllipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 871, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 882, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 883, "pattern": "name_call_unresolved", "note": "Call to 'SmoothTriangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 891, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 900, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 901, "pattern": "name_call_unresolved", "note": "Call to 'SmoothTriangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 909, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 919, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 920, "pattern": "name_call_unresolved", "note": "Call to 'SmoothTriangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 923, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 928, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 936, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 941, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 955, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 956, "pattern": "name_call_unresolved", "note": "Call to 'SmoothQuad(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 957, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 966, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 967, "pattern": "name_call_unresolved", "note": "Call to 'SmoothQuad(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 968, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 978, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 979, "pattern": "name_call_unresolved", "note": "Call to 'SmoothQuad(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 982, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 987, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 995, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1000, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1012, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1014, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1015, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1016, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1017, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1019, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1027, "pattern": "name_call_unresolved", "note": "Call to 'LoadIdentity(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1028, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1032, "pattern": "name_call_unresolved", "note": "Call to 'transform_type(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1033, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1034, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1035, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1038, "pattern": "name_call_unresolved", "note": "Call to 'transform_type(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1039, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1040, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1042, "pattern": "name_call_unresolved", "note": "Call to 'transform_type(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1043, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1044, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1045, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TransformationsTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1062, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1069, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1070, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'CallbackInstructionTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_graphics", "lineno": 1078, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1079, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1084, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1094, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1088, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1110, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1111, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1113, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1115, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1119, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1120, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1122, "pattern": "attribute_call", "note": "Call via attribute access .with_traceback(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1099, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1131, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1139, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1144, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1148, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1149, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1151, "pattern": "attribute_call", "note": "Call via attribute access .with_traceback(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1126, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1159, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1160, "pattern": "name_call_unresolved", "note": "Call to 'glReadPixels_inplace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1156, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1169, "pattern": "name_call_unresolved", "note": "Call to 'glReadPixels_inplace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1163, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1179, "pattern": "name_call_unresolved", "note": "Call to 'glReadPixels_inplace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1173, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1184, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1185, "pattern": "name_call_unresolved", "note": "Call to 'glReadPixels_inplace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_graphics", "lineno": 1190, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_graphics", "lineno": 1191, "pattern": "name_call_unresolved", "note": "Call to 'glReadPixels_inplace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 23, "pattern": "self_method_not_found", "note": "self.cls(...) not found in class 'ImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .unlink(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 112, "pattern": "name_call_unresolved", "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .fromhex(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'fail(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 242, "pattern": "name_call_unresolved", "note": "Call to 'sg(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 242, "pattern": "name_call_unresolved", "note": "Call to 'sg(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 242, "pattern": "name_call_unresolved", "note": "Call to 'sg(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .groups(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'loadercls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .get_mipmap(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .dbg(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .dbg(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .dbg(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 354, "pattern": "attribute_call", "note": "Call via attribute access .ok(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 354, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .skipIf(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .isdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 408, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 409, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 410, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 411, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 412, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 413, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 414, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 415, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 416, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 430, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 431, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 432, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 433, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 434, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 435, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 436, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 437, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 457, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 458, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 459, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 460, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 461, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 462, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 463, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 464, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 465, "pattern": "name_call_unresolved", "note": "Call to 'src(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_imageloader", "lineno": 469, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_imageloader", "lineno": 474, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 108, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 168, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 286, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 289, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 292, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 295, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 300, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 304, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 308, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 312, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestParseUriParams' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_image_provider", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .delenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .setenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 374, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 387, "pattern": "attribute_call", "note": "Call via attribute access .extensions(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 416, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 436, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 458, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 460, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 475, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 475, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 484, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 504, "pattern": "attribute_call", "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 505, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 513, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 521, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 523, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 526, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_image_provider", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .setenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 538, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 547, "pattern": "attribute_call", "note": "Call via attribute access .delenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_image_provider", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_invalid_lang", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_invalid_lang", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_kivy_init", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .assert_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_kivy_init", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .assert_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_knspace", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_knspace", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_knspace", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_knspace", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_knspace", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 171, "pattern": "name_call_unresolved", "note": "Call to 'NamedWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_knspace", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .fork(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .fork(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .fork(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .fork(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .fork(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_knspace", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'BuilderBase(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 116, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 135, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 182, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 199, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 216, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'MyObject(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 265, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .MySecondWidget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 278, "pattern": "name_call_unresolved", "note": "Call to 'TLangClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .apply_rules(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 309, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 395, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 398, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 398, "pattern": "name_call_unresolved", "note": "Call to 'Person(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_complex", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_complex", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_complex", "lineno": 53, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_complex", "lineno": 54, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_complex", "lineno": 55, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_complex", "lineno": 58, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'TestWidget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_complex", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_complex", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_complex", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_complex", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_complex", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_complex", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_complex", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'MainWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .check_event(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .assertIs(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .assertIs(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 203, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TestEventsBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .apply_class_lang_rules(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 206, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TestEventsBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .get_base_class(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 226, "pattern": "name_call_unresolved", "note": "Call to 'TestEventsPureAuto(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .check(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .get_base_class(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 240, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'TestEventsPure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 240, "pattern": "self_method_not_found", "note": "self.add(...) not found in class 'TestEventsPure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 241, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'TestEventsPure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 242, "pattern": "self_method_not_found", "note": "self.add(...) not found in class 'TestEventsPure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 243, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'TestEventsPure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 243, "pattern": "self_method_not_found", "note": "self.add(...) not found in class 'TestEventsPure' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 247, "pattern": "name_call_unresolved", "note": "Call to 'TestEventsPure(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .check(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .get_base_class(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .check(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .get_base_class(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .check(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .get_base_class(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .check(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .get_base_class(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lang_pre_process_and_post_process", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .check(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .Path(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .write_text(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .sleep(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .log(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .log(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .Lock(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'UncopyableDatastructure(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_logger", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .StreamHandler(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .setFormatter(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .hasHandlers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .LogRecord(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 344, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 354, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 410, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 415, "pattern": "attribute_call", "note": "Call via attribute access .StreamHandler(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 420, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 446, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 454, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 455, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 459, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 472, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 483, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_logger", "lineno": 494, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 59, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class '_Provider' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to '_Provider(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .pause(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .pause(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access ._do_eos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access ._do_eos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access ._do_eos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access ._refresh(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to '_P(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .has_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .apply_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .reset_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .reset_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .set_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .set_text(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .set_image(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .play_segment(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .has_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .has_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .play_segment(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .apply_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .apply_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .reset_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 373, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .reset_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 383, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 384, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .skipif(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_lottie_provider", "lineno": 435, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_metrics", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_metrics", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_metrics", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_metrics", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .approx(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_metrics", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'dpi2px(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_metrics", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 85, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 95, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 99, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 101, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 111, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 124, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 135, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 139, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .toggle_position(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 142, "pattern": "self_method_not_found", "note": "self.assertGreater(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 152, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 165, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 179, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .show_widget_info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 192, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .iterate_all_nodes(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 201, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 212, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 225, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 239, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .show_widget_info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 262, "pattern": "self_method_not_found", "note": "self.assertIsInstance(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 263, "pattern": "self_method_not_found", "note": "self.assertIsInstance(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .FirstModal(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 267, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .iterate_all_nodes(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 276, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 294, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 305, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 308, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 322, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 359, "pattern": "self_method_not_found", "note": "self.assertIsInstance(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 360, "pattern": "self_method_not_found", "note": "self.assertIsInstance(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 376, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'InspectorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_module_inspector", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_module_inspector", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_motion_event", "lineno": 14, "pattern": "name_call_unresolved", "note": "Call to 'DummyMotionEvent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_motion_event", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .to_absolute_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_motion_event", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_motion_event", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_motion_event", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .to_absolute_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_hover_event", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 47, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 59, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 60, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 69, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 82, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 86, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 98, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 101, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 106, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 122, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 126, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 127, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 139, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 145, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 154, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 180, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 183, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 184, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 185, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 188, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 189, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 190, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 211, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 212, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 222, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 242, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 246, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 258, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 265, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 275, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 280, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 288, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 308, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 319, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 322, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 323, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 337, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 338, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 348, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 361, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 364, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 366, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 367, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 375, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 376, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 383, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 384, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 387, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 388, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 402, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 403, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 415, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 416, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 424, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 431, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 434, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 435, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 444, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 445, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 446, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 450, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 455, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 459, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 467, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 471, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 477, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 481, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 483, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 484, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 485, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 492, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 556, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 559, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 560, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 563, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 569, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 570, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 575, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 580, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 581, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 582, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 583, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 589, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 597, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 599, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 600, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 603, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 609, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 610, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 611, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 615, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 620, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 621, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 625, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 626, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 635, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 636, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 638, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 639, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 642, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 647, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 648, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 650, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 657, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 662, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 663, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 667, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 668, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 674, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 675, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 678, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 683, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 688, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 691, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 696, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 697, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 701, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 702, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 708, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 709, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 716, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 722, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 723, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 729, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 730, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 737, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 738, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 741, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 747, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 750, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 755, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 758, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 763, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 765, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 771, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 772, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 778, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 779, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 781, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 782, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 784, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 790, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 791, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 792, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 796, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 801, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 802, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 803, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 804, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 809, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 810, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 816, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 817, "pattern": "attribute_call", "note": "Call via attribute access .add_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 819, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 820, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 822, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 828, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 829, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 830, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 833, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 838, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 839, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'MultitouchSimulatorTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 843, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 844, "pattern": "attribute_call", "note": "Call via attribute access .remove_input_provider(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_mouse_multitouchsim", "lineno": 849, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 189, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .unlink(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_multistroke", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 15, "pattern": "name_call_unresolved", "note": "Call to '_TestProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .TestCase(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'Property(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'Property(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 120, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 142, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 167, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 167, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 202, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 209, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 264, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 286, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 326, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .assertRaises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .assertRaises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 347, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 359, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 362, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 375, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 381, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 383, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 384, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 387, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 387, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 398, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 371, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 407, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 410, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 416, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .get_format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .get_format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 425, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .get_format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 431, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 431, "pattern": "attribute_call", "note": "Call via attribute access .get_format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 438, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 440, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 441, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 443, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 444, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 445, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 459, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 462, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 465, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 469, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 480, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 506, "pattern": "name_call_unresolved", "note": "Call to 'ObjWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 507, "pattern": "name_call_unresolved", "note": "Call to 'ObjWidgetRebindFalse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 508, "pattern": "name_call_unresolved", "note": "Call to 'DictWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 509, "pattern": "name_call_unresolved", "note": "Call to 'DictWidgetFalse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 510, "pattern": "name_call_unresolved", "note": "Call to 'AliasWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 511, "pattern": "name_call_unresolved", "note": "Call to 'ToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 513, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 514, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 515, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 525, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 527, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 528, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 529, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 532, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 533, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 537, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 538, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 539, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 542, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 543, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 544, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 545, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 546, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 547, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 554, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 555, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 556, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 559, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 566, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 568, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 572, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 573, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 573, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 575, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 577, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 578, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 580, "pattern": "attribute_call", "note": "Call via attribute access .link(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 581, "pattern": "attribute_call", "note": "Call via attribute access .link_deps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 582, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 582, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 584, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 585, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 585, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 587, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 590, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 591, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 591, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 594, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 594, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 597, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 597, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 598, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 599, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 599, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 601, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 602, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 608, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 608, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 610, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 611, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 613, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 613, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 562, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 628, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 631, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 635, "pattern": "name_call_unresolved", "note": "Call to 'CustomAlias(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 636, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 641, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 644, "pattern": "attribute_call", "note": "Call via attribute access .assertRaises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 616, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 659, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 663, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 672, "pattern": "name_call_unresolved", "note": "Call to 'CustomAlias(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 673, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 674, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 675, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 676, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 682, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 683, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 684, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 688, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 689, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 690, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 693, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 694, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 695, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 696, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 647, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 715, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 719, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 724, "pattern": "name_call_unresolved", "note": "Call to 'CustomAlias(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 725, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 726, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 730, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 731, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 732, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 737, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 738, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 739, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 744, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 745, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 746, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 699, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 755, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 756, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 764, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 769, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 773, "pattern": "name_call_unresolved", "note": "Call to 'CustomAlias(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 774, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 776, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 778, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 780, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 781, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 786, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 790, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 792, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 794, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 796, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 798, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 749, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 813, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 818, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 827, "pattern": "name_call_unresolved", "note": "Call to 'CustomAlias(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 828, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 829, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 830, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 831, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 836, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 837, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 838, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 843, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 844, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 845, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 801, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 854, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 863, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 868, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 872, "pattern": "name_call_unresolved", "note": "Call to 'CustomAlias(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 873, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 874, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 875, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 879, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 882, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 883, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 887, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 888, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 889, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 890, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 848, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 908, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 913, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 922, "pattern": "name_call_unresolved", "note": "Call to 'CustomAlias(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 923, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 926, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 927, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 928, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 929, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 934, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 935, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 936, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 937, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 941, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 942, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 943, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 944, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 948, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 949, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 950, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 951, "pattern": "attribute_call", "note": "Call via attribute access .assertEqual(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 893, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 957, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 958, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 959, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 960, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 962, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 963, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 964, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 965, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 966, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 972, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 973, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 974, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 975, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 977, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 978, "pattern": "attribute_call", "note": "Call via attribute access .set_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 979, "pattern": "attribute_call", "note": "Call via attribute access .link_eagerly(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 980, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 981, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 991, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 993, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 995, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 997, "pattern": "name_call_unresolved", "note": "Call to 'Number(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1003, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1004, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1005, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1054, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1056, "pattern": "name_call_unresolved", "note": "Call to 'Number(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1063, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1085, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1087, "pattern": "name_call_unresolved", "note": "Call to 'Number(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1094, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1119, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1121, "pattern": "name_call_unresolved", "note": "Call to 'Event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1133, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1135, "pattern": "attribute_call", "note": "Call via attribute access .create_property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1136, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1149, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1152, "pattern": "name_call_unresolved", "note": "Call to 'Event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1164, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1165, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1187, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1196, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1198, "pattern": "name_call_unresolved", "note": "Call to 'Parent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1199, "pattern": "name_call_unresolved", "note": "Call to 'Child(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1207, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1208, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1219, "pattern": "name_call_unresolved", "note": "Call to 'Event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1222, "pattern": "attribute_call", "note": "Call via attribute access .create_property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1224, "pattern": "attribute_call", "note": "Call via attribute access .apply_property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1224, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1231, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1237, "pattern": "name_call_unresolved", "note": "Call to 'Event(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1239, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1211, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1251, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1255, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1257, "pattern": "name_call_unresolved", "note": "Call to 'Event2(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1264, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1265, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1282, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1284, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1285, "pattern": "name_call_unresolved", "note": "Call to 'MyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1296, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1304, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1305, "pattern": "name_call_unresolved", "note": "Call to 'EventDispatcher(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1309, "pattern": "name_call_unresolved", "note": "Call to 'Widget2(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1310, "pattern": "name_call_unresolved", "note": "Call to 'Widget3(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1317, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1327, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1328, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1335, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1337, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_properties", "lineno": 1338, "pattern": "name_call_unresolved", "note": "Call to 'TestCls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_properties", "lineno": 1339, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .fail(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .available_providers(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .glob(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 508, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 531, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 535, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 544, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 575, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 582, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 595, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 608, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 611, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 624, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 627, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 643, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 656, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 659, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 672, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 675, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 688, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 691, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 704, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 707, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 720, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 723, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 736, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 739, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_provider_registry", "lineno": 750, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_resources", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .TemporaryDirectory(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_resources", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_resources", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_resources", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .assert_called(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_rst_replace", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_rst_replace", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to '_TestRstReplace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_rst_replace", "lineno": 58, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'RstSubstitutionTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_rst_replace", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_rst_replace", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .ScreenManager(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .Screen(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .Screen(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .ScreenManager(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .Screen(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_screen", "lineno": 33, "pattern": "name_call_unresolved", "note": "Call to 'transition_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_screen", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'transition_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_screen", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .put(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .put(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .put(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .put(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .delete(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .put(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .delete(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .delete(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_storage", "lineno": 130, "pattern": "name_call_unresolved", "note": "Call to 'store_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_storage", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 35, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .remove_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 92, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 104, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 118, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 128, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 159, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .callback(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 176, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 192, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .unlink(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 229, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 239, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 249, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 251, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 264, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .unlink(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 303, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 311, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 318, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 327, "pattern": "self_method_not_found", "note": "self.subTest(...) not found in class 'TrayIconFileHandlingTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_system_tray", "lineno": 329, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 337, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 346, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 356, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 359, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 362, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 363, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 366, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 373, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 376, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 381, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 382, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 385, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 387, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 398, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 410, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 426, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 428, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 436, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 460, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 463, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 468, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 471, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 474, "pattern": "attribute_call", "note": "Call via attribute access .callback(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 476, "pattern": "attribute_call", "note": "Call via attribute access .callback(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 490, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 496, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 508, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 515, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 530, "pattern": "attribute_call", "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 532, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 535, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 536, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 545, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 546, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 547, "pattern": "attribute_call", "note": "Call via attribute access .unlink(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 555, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 556, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenuItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 561, "pattern": "attribute_call", "note": "Call via attribute access .get_items(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .NamedTemporaryFile(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 573, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 576, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 577, "pattern": "name_call_unresolved", "note": "Call to 'TrayMenu(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 579, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 580, "pattern": "name_call_unresolved", "note": "Call to 'TrayIcon(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_system_tray", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 589, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_system_tray", "lineno": 590, "pattern": "attribute_call", "note": "Call via attribute access .unlink(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .setenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .setenv(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_text_provider", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_text_provider", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 304, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_text_provider", "lineno": 305, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 375, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_text_provider", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 41, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 44, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 47, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 52, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 57, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 62, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 65, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 68, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 71, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 76, "pattern": "self_method_not_found", "note": "self.fn(...) not found in class 'TestApplyMinRasterSize' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .has_section(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 200, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 206, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_thorvg_svg_provider", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .engine_version(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 73, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .destroy(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 124, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .get_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .Accessor(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .accessor_generate_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .accessor_generate_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .accessor_generate_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .accessor_generate_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .Accessor(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .accessor_generate_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .set_accessible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .Accessor(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .get_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .get_name(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .set_accessible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .Accessor(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .accessor_generate_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .get_paint(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .get_id(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 207, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .Accessor(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .Picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .get_duration(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .get_total_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .get_total_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .set_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .set_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .set_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .set_segment(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .get_markers_cnt(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .gen_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .del_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .apply_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .del_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .LottieAnimation(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .get_picture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .set_size(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .SwCanvas(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .set_target(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .set_frame(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_thorvg_wrapper", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 44, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 45, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 46, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 51, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 53, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 55, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 62, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 66, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 68, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 70, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 76, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 80, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 82, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 84, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 89, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 93, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 95, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 97, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 103, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 105, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 107, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 113, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 115, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 117, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 127, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 128, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 131, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 132, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 144, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 145, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 154, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 155, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 166, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 167, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 168, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 169, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 172, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 173, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 184, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 185, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 186, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 195, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 196, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 203, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 204, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 213, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 216, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 225, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 235, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 247, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 258, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 259, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 260, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 264, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 264, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 274, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 275, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 276, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 277, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 288, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 289, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 290, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 291, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 297, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 301, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 320, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 331, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 332, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 333, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 334, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 335, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 350, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 363, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 363, "pattern": "name_call_unresolved", "note": "Call to 'ref(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 364, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 379, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 383, "pattern": "attribute_call", "note": "Call via attribute access .ref(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 397, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 397, "pattern": "name_call_unresolved", "note": "Call to 'ref2(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 398, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 398, "pattern": "name_call_unresolved", "note": "Call to 'ref3(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 401, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 402, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 408, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 410, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 412, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 414, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 416, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 432, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 433, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 434, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 440, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 441, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 442, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 454, "pattern": "name_call_unresolved", "note": "Call to 'SubToggle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 457, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ToggleButtonBehaviorTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_togglebuttonbehavior", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_accordion", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 109, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 118, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 133, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 140, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 141, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 151, "pattern": "name_call_unresolved", "note": "Call to 'WeakProxy(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 154, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 155, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 156, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 157, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 168, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 169, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 171, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 172, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 173, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 186, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 193, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 194, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 201, "pattern": "name_call_unresolved", "note": "Call to 'WeakProxy(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 204, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 205, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 206, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 207, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 224, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 225, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 226, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 239, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 240, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 241, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 242, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 257, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 266, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 267, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 281, "pattern": "name_call_unresolved", "note": "Call to 'WeakProxy(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 284, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 285, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 286, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 287, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 291, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 301, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 302, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 303, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 304, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 318, "pattern": "self_method_not_found", "note": "self.assertLess(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 327, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 339, "pattern": "name_call_unresolved", "note": "Call to 'WeakProxy(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 342, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 343, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 344, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 347, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 355, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 356, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'ActionBarTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_actionbar", "lineno": 363, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 45, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_anchorlayout", "lineno": 79, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .namelist(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 34, "pattern": "attribute_call", "note": "Call via attribute access .is_set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 51, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'AsyncImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 52, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'AsyncImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 68, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'AsyncImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 84, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'AsyncImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 95, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'AsyncImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 117, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'AsyncImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 126, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'AsyncImageTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_asyncimage", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 34, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 35, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 37, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 53, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 54, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 86, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 87, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 91, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 92, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'b(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_boxlayout", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 39, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class '_TestBubbleContent' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'BubbleContent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 160, "pattern": "name_call_unresolved", "note": "Call to 'BubbleContent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 161, "pattern": "name_call_unresolved", "note": "Call to 'BubbleContent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 163, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'BubbleTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'BubbleContent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 170, "pattern": "name_call_unresolved", "note": "Call to 'BubbleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 171, "pattern": "name_call_unresolved", "note": "Call to 'BubbleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 179, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'BubbleTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 305, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'BubbleTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 315, "pattern": "self_method_not_found", "note": "self.subTest(...) not found in class 'BubbleTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 391, "pattern": "self_method_not_found", "note": "self.subTest(...) not found in class 'BubbleTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_bubble", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_carousel", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_carousel", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_carousel", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_carousel", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_carousel", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_colorpicker", "lineno": 20, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ColorWheelTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_colorpicker", "lineno": 39, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ColorWheelTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_colorpicker", "lineno": 57, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ColorWheelTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_colorpicker", "lineno": 69, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ColorPickerTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_colorpicker", "lineno": 73, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ColorPickerTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_colorpicker", "lineno": 77, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'ColorPickerTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'RootButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_drag(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_drag(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_drag(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_dropdown", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 170, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_gridlayout", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 62, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class '_MockLottie' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 65, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class '_MockLottie' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 148, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 149, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 158, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 159, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 163, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 165, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 171, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 177, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 184, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 191, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 192, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'TestLottieWidgetLoad' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 207, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 216, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 221, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 226, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 230, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 232, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 238, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 241, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 245, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 249, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 253, "pattern": "self_method_not_found", "note": "self.assertLessEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 255, "pattern": "self_method_not_found", "note": "self.assertGreaterEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 259, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 260, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetPlayback' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 275, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 283, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 286, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 286, "pattern": "attribute_call", "note": "Call via attribute access .has_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 289, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .has_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 292, "pattern": "self_method_not_found", "note": "self.assertIn(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 296, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .set_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 300, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .set_text(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 304, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .play_segment(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 308, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 312, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 315, "pattern": "self_method_not_found", "note": "self.assertRaises(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .play_marker(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .set_quality(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 320, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .reset_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 328, "pattern": "self_method_not_found", "note": "self.assertNotIn(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .reset_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 333, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 338, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 339, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 340, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .has_slot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 341, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 342, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'TestLottieWidgetDom' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .set_color(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 354, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 357, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 369, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetFitMode' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 370, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetFitMode' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 378, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestLottieWidgetFitMode' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 382, "pattern": "name_call_unresolved", "note": "Call to 'LottieWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 384, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestLottieWidgetFitMode' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_lottie", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'ModalButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_modal", "lineno": 43, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_modal", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_drag(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_drag(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_drag(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .do_touch_down_up(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_modal", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .get_view_index_at(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .get_view_index_at(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 308, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_recyclegridlayout", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'UTMotionEvent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .move(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_relativelayout", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 23, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class '_TestGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 23, "pattern": "self_method_not_found", "note": "self.setter(...) not found in class '_TestGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 24, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class '_TestGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 24, "pattern": "self_method_not_found", "note": "self.setter(...) not found in class '_TestGrid' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 105, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'ScrollViewTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 106, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'ScrollViewTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 118, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'ScrollViewTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 119, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'ScrollViewTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 136, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'ScrollViewTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 140, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'ScrollViewTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 308, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_scrollview", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .create_json_panel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .create_json_panel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .create_json_panel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_settings", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .create_json_panel(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .idle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 90, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 96, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 103, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 109, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 124, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 130, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 137, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 143, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'SliderMoveTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_slider", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_slider", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 128, "pattern": "self_method_not_found", "note": "self.subTest(...) not found in class 'TestNextPowerOf2' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 129, "pattern": "self_method_not_found", "note": "self._fn(...) not found in class 'TestNextPowerOf2' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 140, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 143, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 146, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 149, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 152, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 155, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 158, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 162, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 165, "pattern": "self_method_not_found", "note": "self._is_uri(...) not found in class 'TestIsUri' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 190, "pattern": "name_call_unresolved", "note": "Call to 'MockProvider(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_svg", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .set_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 196, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .is_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .set_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 200, "pattern": "attribute_call", "note": "Call via attribute access .set_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 201, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .is_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .hide_element(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 205, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .is_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .hide_element(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .show_element(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 210, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .is_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 214, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .is_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .set_element_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 218, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .get_element_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 222, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .get_element_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .set_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .set_element_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .reset_element_overrides(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 228, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .hide_element(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .set_element_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 233, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .is_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 234, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .get_element_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 236, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .is_element_visible(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 237, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestElementOverrideApi' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .get_element_opacity(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 268, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 269, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 277, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 278, "pattern": "self_method_not_found", "note": "self.assertIsNone(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 279, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 287, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 288, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 294, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 295, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 301, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 307, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 316, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 324, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 333, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 340, "pattern": "self_method_not_found", "note": "self.assertAlmostEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 356, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 357, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 370, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 374, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 388, "pattern": "name_call_unresolved", "note": "Call to 'original_rasterize(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_svg", "lineno": 399, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 408, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 419, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 420, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 423, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 425, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 426, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 437, "pattern": "self_method_not_found", "note": "self.assertIsNotNone(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 438, "pattern": "self_method_not_found", "note": "self.assertIsNot(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 453, "pattern": "name_call_unresolved", "note": "Call to 'original_rasterize(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_svg", "lineno": 461, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 475, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 479, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 485, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 486, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 492, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 495, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 496, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 509, "pattern": "name_call_unresolved", "note": "Call to '_FakeRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_svg", "lineno": 511, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 524, "pattern": "name_call_unresolved", "note": "Call to '_FakeRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_svg", "lineno": 525, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 526, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 532, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_svg", "lineno": 538, "pattern": "name_call_unresolved", "note": "Call to '_FakeRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_svg", "lineno": 538, "pattern": "name_call_unresolved", "note": "Call to 'ConnectionError(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_svg", "lineno": 539, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 540, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TestAsyncSvgWidgetIntegration' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_svg", "lineno": 544, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .get_cursor_from_index(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 74, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 75, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 76, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 92, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 93, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 98, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 104, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 105, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 113, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 118, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 146, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 152, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 159, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 167, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 171, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 194, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 197, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 205, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 214, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 217, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 245, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 248, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 255, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 261, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 270, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 276, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 277, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 285, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 288, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 319, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 328, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 331, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 349, "pattern": "self_method_not_found", "note": "self.assertEqual(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 365, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 366, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 372, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 375, "pattern": "self_method_not_found", "note": "self.assertFalse(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 378, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 381, "pattern": "self_method_not_found", "note": "self.assertTrue(...) not found in class 'TextInputGraphicTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 388, "pattern": "attribute_call", "note": "Call via attribute access .do_cursor_movement(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .do_cursor_movement(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .do_cursor_movement(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .do_cursor_movement(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 420, "pattern": "attribute_call", "note": "Call via attribute access .do_cursor_movement(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 440, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 455, "pattern": "attribute_call", "note": "Call via attribute access .do_cursor_movement(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 473, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 474, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 479, "pattern": "attribute_call", "note": "Call via attribute access .do_cursor_movement(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access ._trigger_update_graphics(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 492, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 494, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 495, "pattern": "attribute_call", "note": "Call via attribute access .post_dispatch_input(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 513, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 523, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 528, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 529, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 541, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_textinput", "lineno": 577, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 31, "pattern": "attribute_call", "note": "Call via attribute access .to_local(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .to_parent(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .to_local(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .to_parent(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_translate_coordinates", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'TestApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 36, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .wait_clock_frames(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .assert_called_once_with(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'async_run(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_videoplayer", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_widget", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 10, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 17, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 18, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 18, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 19, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 20, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 26, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 28, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 29, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 30, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 31, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 39, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 46, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 48, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 52, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_widget", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_widget", "lineno": 99, "pattern": "name_call_unresolved", "note": "Call to 'UIXWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_widget", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_uix_widget", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'BaseWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_uix_widget", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'r(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_utils", "lineno": 126, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_utils", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .dict(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_utils", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .dict(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_utils", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .dict(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_utils", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .dict(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_utils", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .length2(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .distance(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .distance2(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .normalize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .normalize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .dot(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .angle(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .rotate(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_vector", "lineno": 256, "pattern": "attribute_call", "note": "Call via attribute access .main(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_video", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_video", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_video", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_weakmethod", "lineno": 12, "pattern": "name_call_unresolved", "note": "Call to 'SomeClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_weakmethod", "lineno": 16, "pattern": "name_call_unresolved", "note": "Call to 'weak_method(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_weakmethod", "lineno": 18, "pattern": "name_call_unresolved", "note": "Call to 'SomeClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_weakmethod", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_weakmethod", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'weak_method(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_weakmethod", "lineno": 25, "pattern": "name_call_unresolved", "note": "Call to 'SomeClass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_weakmethod", "lineno": 37, "pattern": "name_call_unresolved", "note": "Call to 'weak_method(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_weakmethod", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_weakmethod", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'weak_method(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_widget", "lineno": 16, "pattern": "self_method_not_found", "note": "self.cls(...) not found in class 'WidgetTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_widget", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 37, "pattern": "self_method_not_found", "note": "self.cls(...) not found in class 'WidgetTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_widget", "lineno": 38, "pattern": "self_method_not_found", "note": "self.cls(...) not found in class 'WidgetTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_widget", "lineno": 39, "pattern": "self_method_not_found", "note": "self.cls(...) not found in class 'WidgetTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_widget", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 57, "pattern": "self_method_not_found", "note": "self.cls(...) not found in class 'WidgetTestCase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_widget", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 107, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_widget", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .export_to_png(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .export_to_png(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .export_to_png(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_widget", "lineno": 116, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_widget", "lineno": 117, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_widget", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget_walk", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .walk(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_widget_walk", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .walk_reverse(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_window_base", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .to_normalized_pos(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_window_base", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .setUp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_window_base", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .tearDown(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_window_base", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .get_system_theme(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_window_base", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .get_system_theme(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_window_info", "lineno": 8, "pattern": "attribute_call", "note": "Call via attribute access .get_window_info(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_window_info", "lineno": 15, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'WindowInfoTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_window_info", "lineno": 16, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'WindowInfoTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_window_info", "lineno": 21, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'WindowInfoTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_window_info", "lineno": 22, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'WindowInfoTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_window_info", "lineno": 23, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'WindowInfoTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_window_info", "lineno": 28, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'WindowInfoTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_window_info", "lineno": 29, "pattern": "self_method_not_found", "note": "self.assertNotEqual(...) not found in class 'WindowInfoTest' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.visual_test_label", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .repeat(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .Timer(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .repeat(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .Timer(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 257, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .randint(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .randint(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 285, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.visual_test_label", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.visual_test_label", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.tests.visual_test_label", "lineno": 291, "pattern": "name_call_unresolved", "note": "Call to 'runTouchApp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.visual_test_label", "lineno": 291, "pattern": "name_call_unresolved", "note": "Call to 'LabelTest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 8, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .skip(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .get_env(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .check_output(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .check_output(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .check_output(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .rmtree(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .get_env(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .get_run_env(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.test_pyinstaller", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.simple_widget.project.widget", "lineno": 7, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.simple_widget.project.widget", "lineno": 11, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'MyWidget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.pyinstaller.video_widget.main", "lineno": 6, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.video_widget.project", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.video_widget.project", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.video_widget.project", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.video_widget.project", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.pyinstaller.video_widget.project", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_6315", "lineno": 8, "pattern": "name_call_unresolved", "note": "Call to 'CheckBox(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_issues.test_6315", "lineno": 9, "pattern": "name_call_unresolved", "note": "Call to 'CheckBox(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_issues.test_6315", "lineno": 41, "pattern": "name_call_unresolved", "note": "Call to 'CheckBox(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_issues.test_6315", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'CheckBox(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_issues.test_issue_1084", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .add_section(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_1084", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_1084", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_1084", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 13, "pattern": "name_call_unresolved", "note": "Call to 'PropertyWidget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .get_min(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .set_min(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .get_min(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .get_max(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .set_max(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 20, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .get_max(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_599", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_609", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_609", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_609", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_609", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_609", "lineno": 19, "pattern": "self_method_not_found", "note": "self.render(...) not found in class 'Issue609' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .patch(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .raises(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_issues.test_issue_6909", "lineno": 28, "pattern": "attribute_call", "note": "Call via attribute access .trace(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'original(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .CA(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .mktemp(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .write_to_path(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .issue_cert(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .configure_cert(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .is_running(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .fixture(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.conftest", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 23, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .now(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .now(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 120, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 142, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 234, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 259, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 314, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 334, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .header_matcher(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 342, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 367, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .where(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_requests", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .now(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .now(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 88, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .get_ident(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access ._replace(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .socket(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 131, "pattern": "attribute_call", "note": "Call via attribute access .getsockname(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_json(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 203, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 229, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .getfixturevalue(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 252, "pattern": "attribute_call", "note": "Call via attribute access .getfixturevalue(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 245, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 277, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 280, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 302, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 327, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 359, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 382, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 387, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 388, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_json(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 408, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_json(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 429, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 443, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 450, "pattern": "attribute_call", "note": "Call via attribute access .respond_with_data(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 450, "pattern": "attribute_call", "note": "Call via attribute access .expect_request(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 456, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 457, "pattern": "attribute_call", "note": "Call via attribute access .url_for(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 469, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." }, { "module": "kivy.tests.test_urlrequest.test_urlrequest_urllib", "lineno": 446, "pattern": "attribute_call", "note": "Call via attribute access .timeout(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'FakeMotionEvent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 159, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .start_clock(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .sort(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .getctime(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 210, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'glGetString(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .collect(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 230, "pattern": "name_call_unresolved", "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .print_exc(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 237, "pattern": "name_call_unresolved", "note": "Call to 'clockfn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 242, "pattern": "name_call_unresolved", "note": "Call to 'clockfn(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.benchmark", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .stop_clock(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 268, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 273, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .post(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tools.benchmark", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.changelog_parser", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .walk(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.coverage", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .add_file_tracer(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 22, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 23, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 24, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .walk(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 59, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 64, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 130, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .findall(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 144, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .sub(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .wrap(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 242, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 243, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 312, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.gallery", "lineno": 317, "pattern": "name_call_unresolved", "note": "Call to 'slash(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.gallery", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 90, "pattern": "attribute_call", "note": "Call via attribute access .resize(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.generate-icons", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'exit(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.kviewer", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 55, "pattern": "self_method_not_found", "note": "self.callback(...) not found in class 'KvHandler' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.kviewer", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .schedule(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 62, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .build(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .unload_file(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 70, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .load_file(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.tools.kviewer", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 43, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 52, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .post(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .platform(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .machine(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .getctime(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .glGetString(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .glGetString(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .glGetString(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .glGetString(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.report", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.stub-gl-debug", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 66, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 79, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 87, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .compress(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .compress(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 156, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 208, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .resize(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 211, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 222, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.texturecompress", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 42, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 48, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.gles_compat.subset_gles", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .file_pnm_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .file_pnm_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .file_tga_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .file_tga_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .file_gif_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .file_gif_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 128, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .file_png_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .file_sgi_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .file_sgi_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .file_sgi_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .file_tiff_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .file_tiff_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .file_tiff_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .file_tiff_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 151, "pattern": "attribute_call", "note": "Call via attribute access .file_sunras_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 153, "pattern": "attribute_call", "note": "Call via attribute access .file_sunras_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .gimp_file_save(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'pixelgetter(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .gimp_drawable_set_pixel(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .gimp_drawable_set_pixel(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 179, "pattern": "attribute_call", "note": "Call via attribute access .upper(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 201, "pattern": "name_call_unresolved", "note": "Call to 'PP(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 202, "pattern": "name_call_unresolved", "note": "Call to 'PP(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 203, "pattern": "name_call_unresolved", "note": "Call to 'PP(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 204, "pattern": "name_call_unresolved", "note": "Call to 'PP(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 205, "pattern": "name_call_unresolved", "note": "Call to 'PP(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 206, "pattern": "name_call_unresolved", "note": "Call to 'PP(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .gimp_image_new(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .gimp_layer_new(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .gimp_layer_add_alpha(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .gimp_drawable_fill(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .gimp_image_add_layer(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .gimp_convert_indexed(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .choice(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .choice(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .choice(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .gimp_message(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .isdir(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .access(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .gimp_message(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 306, "pattern": "name_call_unresolved", "note": "Call to 'register(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.image-testsuite.gimp28-testsuite", "lineno": 329, "pattern": "name_call_unresolved", "note": "Call to 'main(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .ConfigParser(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 11, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 13, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 22, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.cython_cfg", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 39, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 41, "pattern": "attribute_call", "note": "Call via attribute access .close(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .walk(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 46, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 50, "pattern": "attribute_call", "note": "Call via attribute access .filter(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 56, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.factory", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 4, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 6, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 7, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 8, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 9, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 10, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 12, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.pyi_rth_kivy", "lineno": 17, "pattern": "attribute_call", "note": "Call via attribute access .putenv(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 210, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .import_module(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .capitalize(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 286, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 286, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .iter_modules(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 303, "pattern": "attribute_call", "note": "Call via attribute access .module_from_spec(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .exec_module(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .iter_modules(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 321, "pattern": "attribute_call", "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .module_from_spec(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .exec_module(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 338, "pattern": "attribute_call", "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .Popen(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .communicate(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .glob(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks", "lineno": 376, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 8, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 14, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 19, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 21, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.packaging.pyinstaller_hooks.__main__", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .getenv(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .expanduser(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 85, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .union(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 103, "pattern": "attribute_call", "note": "Call via attribute access .union(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .union(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 112, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 120, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 122, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .send(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .generate_tokens(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 175, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 275, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 285, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 321, "pattern": "attribute_call", "note": "Call via attribute access .finditer(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 324, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 342, "pattern": "attribute_call", "note": "Call via attribute access .finditer(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .groups(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 366, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 392, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 487, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 500, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 577, "pattern": "attribute_call", "note": "Call via attribute access .isspace(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 578, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 654, "pattern": "attribute_call", "note": "Call via attribute access .iskeyword(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 670, "pattern": "attribute_call", "note": "Call via attribute access .finditer(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 671, "pattern": "attribute_call", "note": "Call via attribute access .groups(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 674, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 676, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 679, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 681, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 786, "pattern": "attribute_call", "note": "Call via attribute access .finditer(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 787, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 788, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 789, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 791, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 816, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 866, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 871, "pattern": "attribute_call", "note": "Call via attribute access .partition(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 872, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 898, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 899, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 939, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 939, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 940, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 942, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 948, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 986, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 994, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 996, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 996, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 997, "pattern": "name_call_unresolved", "note": "Call to 'isidentifier(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 997, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1001, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1006, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1007, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1013, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1041, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1041, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1042, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1121, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1123, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1123, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1124, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1134, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1150, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1152, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1153, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1174, "pattern": "attribute_call", "note": "Call via attribute access .search(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1176, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1177, "pattern": "name_call_unresolved", "note": "Call to 'isidentifier(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1179, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1240, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1253, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1254, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1255, "pattern": "attribute_call", "note": "Call via attribute access .end(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1266, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1277, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1292, "pattern": "attribute_call", "note": "Call via attribute access .readlines(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1293, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1301, "pattern": "attribute_call", "note": "Call via attribute access .detect_encoding(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1303, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1303, "pattern": "attribute_call", "note": "Call via attribute access .readlines(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1307, "pattern": "attribute_call", "note": "Call via attribute access .readlines(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1312, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1314, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1332, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1355, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1370, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1376, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1377, "pattern": "attribute_call", "note": "Call via attribute access .groups(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1378, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1380, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1384, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1399, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1400, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1402, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1402, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1403, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1426, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1431, "pattern": "name_call_unresolved", "note": "Call to '_eol_token(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1446, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1446, "pattern": "attribute_call", "note": "Call via attribute access .signature(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1449, "pattern": "attribute_call", "note": "Call via attribute access .getargspec(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1456, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1459, "pattern": "attribute_call", "note": "Call via attribute access .isfunction(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1463, "pattern": "attribute_call", "note": "Call via attribute access .findall(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1465, "pattern": "attribute_call", "note": "Call via attribute access .isclass(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1475, "pattern": "attribute_call", "note": "Call via attribute access .getmodule(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1476, "pattern": "attribute_call", "note": "Call via attribute access .getmembers(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1508, "pattern": "attribute_call", "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1513, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1531, "pattern": "attribute_call", "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1538, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1557, "pattern": "name_call_unresolved", "note": "Call to 'check(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1562, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1572, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1605, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1606, "pattern": "name_call_unresolved", "note": "Call to 'noqa(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1606, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1611, "pattern": "attribute_call", "note": "Call via attribute access .increment_logical_line(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1623, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1634, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1646, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1650, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1651, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1652, "pattern": "name_call_unresolved", "note": "Call to 'noqa(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1653, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1658, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1659, "pattern": "attribute_call", "note": "Call via attribute access .generate_tokens(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1664, "pattern": "name_call_unresolved", "note": "Call to 'noqa(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1691, "pattern": "name_call_unresolved", "note": "Call to 'noqa(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1695, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1702, "pattern": "attribute_call", "note": "Call via attribute access .init_file(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1715, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1725, "pattern": "attribute_call", "note": "Call via attribute access .finditer(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1726, "pattern": "attribute_call", "note": "Call via attribute access .span(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1728, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1729, "pattern": "attribute_call", "note": "Call via attribute access .count(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1730, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1731, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1732, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1735, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1736, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1740, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1764, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1772, "pattern": "self_method_not_found", "note": "self.report_error(...) not found in class 'Checker' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1775, "pattern": "attribute_call", "note": "Call via attribute access .get_file_results(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1789, "pattern": "attribute_call", "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1794, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1798, "pattern": "attribute_call", "note": "Call via attribute access .time(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1817, "pattern": "self_method_not_found", "note": "self._ignore_code(...) not found in class 'BaseReport' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1840, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1851, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1878, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1879, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1888, "pattern": "attribute_call", "note": "Call via attribute access .init_file(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1893, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1896, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1902, "pattern": "attribute_call", "note": "Call via attribute access .sort(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1914, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1915, "pattern": "attribute_call", "note": "Call via attribute access .sub(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1917, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1925, "pattern": "attribute_call", "note": "Call via attribute access .flush(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1933, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1939, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1947, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1948, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1949, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1950, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1953, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1957, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1993, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1996, "pattern": "attribute_call", "note": "Call via attribute access .isdir(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 1999, "pattern": "name_call_unresolved", "note": "Call to 'runner(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2002, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2009, "pattern": "self_method_not_found", "note": "self.checker_class(...) not found in class 'StyleGuide' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2011, "pattern": "attribute_call", "note": "Call via attribute access .check_all(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2015, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2022, "pattern": "attribute_call", "note": "Call via attribute access .walk(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2028, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2033, "pattern": "name_call_unresolved", "note": "Call to 'runner(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2033, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2042, "pattern": "attribute_call", "note": "Call via attribute access .basename(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2046, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2047, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2057, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2060, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2061, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2070, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2085, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2087, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2089, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2091, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2093, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2096, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2100, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2102, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2105, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2107, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2110, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2112, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2116, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2120, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2123, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2125, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2128, "pattern": "attribute_call", "note": "Call via attribute access .add_option_group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2129, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2130, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2132, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2134, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2155, "pattern": "attribute_call", "note": "Call via attribute access .isfile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2158, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2160, "pattern": "attribute_call", "note": "Call via attribute access .abspath(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2160, "pattern": "attribute_call", "note": "Call via attribute access .commonprefix(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2162, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2162, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2167, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2169, "pattern": "attribute_call", "note": "Call via attribute access .isfile(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2172, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2175, "pattern": "attribute_call", "note": "Call via attribute access .has_section(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2177, "pattern": "attribute_call", "note": "Call via attribute access .has_section(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2179, "pattern": "attribute_call", "note": "Call via attribute access .warn(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2186, "pattern": "attribute_call", "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2189, "pattern": "attribute_call", "note": "Call via attribute access .options(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2190, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2195, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2196, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2199, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2201, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2203, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2209, "pattern": "attribute_call", "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2223, "pattern": "attribute_call", "note": "Call via attribute access .has_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2224, "pattern": "attribute_call", "note": "Call via attribute access .add_option_group(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2228, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2229, "pattern": "attribute_call", "note": "Call via attribute access .add_option(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2236, "pattern": "attribute_call", "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2239, "pattern": "attribute_call", "note": "Call via attribute access .ensure_value(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2240, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2241, "pattern": "attribute_call", "note": "Call via attribute access .ensure_value(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2243, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2247, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2276, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2276, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2276, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2287, "pattern": "attribute_call", "note": "Call via attribute access .signal(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2287, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2301, "pattern": "attribute_call", "note": "Call via attribute access .print_statistics(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2304, "pattern": "attribute_call", "note": "Call via attribute access .print_benchmark(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2307, "pattern": "attribute_call", "note": "Call via attribute access .print_results(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2311, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8", "lineno": 2312, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 27, "pattern": "attribute_call", "note": "Call via attribute access .report_error(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 45, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .check_all(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 91, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.tools.pep8checker.pep8kivy", "lineno": 109, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 151, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 205, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 220, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 227, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 248, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 269, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 274, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 278, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 288, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 299, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 300, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 301, "pattern": "name_call_unresolved", "note": "Call to 'trigger_title(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .select(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access ._trigger_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 354, "pattern": "self_method_not_found", "note": "self._trigger_title(...) not found in class 'AccordionItem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.accordion", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 360, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 361, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 368, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 378, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 386, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 396, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 407, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 409, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 410, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 411, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 412, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 413, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 417, "pattern": "name_call_unresolved", "note": "Call to 'AccordionException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 423, "pattern": "name_call_unresolved", "note": "Call to 'AccordionException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 427, "pattern": "self_method_not_found", "note": "self._trigger_layout(...) not found in class 'Accordion' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.accordion", "lineno": 450, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 452, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 454, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 489, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 492, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 502, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 507, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.accordion", "lineno": 508, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.accordion", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 107, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 116, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 126, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 136, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 190, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 199, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 207, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 215, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 227, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 244, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 252, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 260, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 272, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ActionPrevious' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.actionbar", "lineno": 273, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ActionPrevious' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.actionbar", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 316, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 337, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 345, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 354, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 362, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 373, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 385, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 401, "pattern": "name_call_unresolved", "note": "Call to 'ActionDropDown(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 408, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'ActionGroup' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.actionbar", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 454, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 464, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 468, "pattern": "name_call_unresolved", "note": "Call to 'ActionBarException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 477, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 488, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 509, "pattern": "name_call_unresolved", "note": "Call to 'ActionBarException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 509, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 515, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 530, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 538, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 550, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 559, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 567, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 578, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 585, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 596, "pattern": "name_call_unresolved", "note": "Call to 'ActionBarException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 596, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 611, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 614, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 623, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 627, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 630, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 636, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 638, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 648, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 652, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 656, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 657, "pattern": "attribute_call", "note": "Call via attribute access .show_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 660, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 660, "pattern": "name_call_unresolved", "note": "Call to 'ActionSeparator(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 663, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 665, "pattern": "attribute_call", "note": "Call via attribute access .show_default_items(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 673, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 676, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 680, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 681, "pattern": "attribute_call", "note": "Call via attribute access .show_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 683, "pattern": "attribute_call", "note": "Call via attribute access .show_default_items(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 695, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 704, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 718, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 719, "pattern": "attribute_call", "note": "Call via attribute access .show_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 730, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 739, "pattern": "name_call_unresolved", "note": "Call to 'extend_hidden(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 747, "pattern": "name_call_unresolved", "note": "Call to 'over_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 749, "pattern": "attribute_call", "note": "Call via attribute access .show_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 751, "pattern": "name_call_unresolved", "note": "Call to 'super_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 806, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 814, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 826, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 836, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 847, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 857, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 859, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 860, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 862, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 866, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 869, "pattern": "name_call_unresolved", "note": "Call to 'ActionBarException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.actionbar", "lineno": 879, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 882, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 884, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 894, "pattern": "attribute_call", "note": "Call via attribute access .unregister(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 896, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.actionbar", "lineno": 933, "pattern": "name_call_unresolved", "note": "Call to 'MainWindow(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 49, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.anchorlayout", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 74, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.anchorlayout", "lineno": 77, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 86, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 107, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 115, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.boxlayout", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 151, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.boxlayout", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.boxlayout", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.boxlayout", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.boxlayout", "lineno": 327, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.boxlayout", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.boxlayout", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 179, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 201, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 221, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 240, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 280, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 295, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 310, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 323, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 333, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 343, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 416, "pattern": "name_call_unresolved", "note": "Call to 'BubbleException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.bubble", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 529, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.bubble", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.button", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.button", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.button", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.button", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.button", "lineno": 117, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.button", "lineno": 129, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 40, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 63, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.camera", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 90, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 91, "pattern": "name_call_unresolved", "note": "Call to 'on_index(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.uix.camera", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'CoreCamera(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'CoreCamera(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.camera", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.camera", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.camera", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.camera", "lineno": 118, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 91, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 105, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 116, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 172, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 191, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 226, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 237, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 261, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 272, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 273, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 274, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 275, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 276, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 283, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 287, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'Carousel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.carousel", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 367, "pattern": "name_call_unresolved", "note": "Call to 'super_remove(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 372, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 440, "pattern": "self_method_not_found", "note": "self._trigger_position_visible_slides(...) not found in class 'Carousel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.carousel", "lineno": 443, "pattern": "self_method_not_found", "note": "self._trigger_position_visible_slides(...) not found in class 'Carousel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.carousel", "lineno": 447, "pattern": "self_method_not_found", "note": "self._trigger_position_visible_slides(...) not found in class 'Carousel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.carousel", "lineno": 454, "pattern": "self_method_not_found", "note": "self._trigger_position_visible_slides(...) not found in class 'Carousel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.carousel", "lineno": 457, "pattern": "self_method_not_found", "note": "self._trigger_position_visible_slides(...) not found in class 'Carousel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.carousel", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 496, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 497, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 532, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 539, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'Carousel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.carousel", "lineno": 545, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 549, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 553, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 576, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 590, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 602, "pattern": "name_call_unresolved", "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 603, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 609, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 610, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 611, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 617, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 621, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 624, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 625, "pattern": "name_call_unresolved", "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.carousel", "lineno": 629, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 642, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 649, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 651, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 653, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 662, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 665, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 666, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 667, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 669, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 678, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 691, "pattern": "attribute_call", "note": "Call via attribute access .AsyncImage(...) - target object type not statically resolved." }, { "module": "kivy.uix.carousel", "lineno": 695, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.checkbox", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 122, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 135, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.checkbox", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'CheckBox(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 62, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 71, "pattern": "attribute_call", "note": "Call via attribute access .get_all_styles(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 80, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .get_style_by_name(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 96, "pattern": "attribute_call", "note": "Call via attribute access .PythonLexer(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'Label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 104, "pattern": "name_call_unresolved", "note": "Call to 'Label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 113, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .get_style_by_name(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 127, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 132, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'Cache_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'Label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'Cache_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access ._get_line_options(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'Cache_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'Cache_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 182, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 184, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.codeinput", "lineno": 225, "pattern": "name_call_unresolved", "note": "Call to 'KivyLexer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.codeinput", "lineno": 238, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 98, "pattern": "attribute_call", "note": "Call via attribute access ._trigger_update_hex(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .isdecimal(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 202, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 209, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 216, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 217, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 219, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 220, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .change_color(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .change_color(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 350, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 354, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 393, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 394, "pattern": "self_method_not_found", "note": "self.add(...) not found in class '_ColorArc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.colorpicker", "lineno": 396, "pattern": "self_method_not_found", "note": "self.add(...) not found in class '_ColorArc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.colorpicker", "lineno": 435, "pattern": "name_call_unresolved", "note": "Call to 'Mesh(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 439, "pattern": "self_method_not_found", "note": "self.remove(...) not found in class '_ColorArc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.colorpicker", "lineno": 448, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 449, "pattern": "self_method_not_found", "note": "self.insert(...) not found in class '_ColorArc' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.colorpicker", "lineno": 457, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 464, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 479, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 493, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 500, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 510, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 525, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 575, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.colorpicker", "lineno": 587, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.colorpicker", "lineno": 598, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 141, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 204, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 221, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'DropDown' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.dropdown", "lineno": 224, "pattern": "self_method_not_found", "note": "self.get_parent_window(...) not found in class 'DropDown' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.dropdown", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 244, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 246, "pattern": "name_call_unresolved", "note": "Call to 'DropDownException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 260, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 264, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 268, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'DropDown' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.dropdown", "lineno": 277, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'DropDown' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.dropdown", "lineno": 286, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 304, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'DropDown' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.dropdown", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 330, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 378, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 380, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 381, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.dropdown", "lineno": 388, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.dropdown", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 367, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 376, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 384, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 396, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 397, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 398, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .set_fs(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 422, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 442, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 451, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 452, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'AdvancedEffectBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.effectwidget", "lineno": 457, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .set_fbo_shader(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 468, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 475, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 490, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 513, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 523, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 537, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 545, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 559, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 567, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 580, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 589, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 590, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 613, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 621, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 629, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 636, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 643, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 653, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 655, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 659, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 662, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 664, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 665, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 666, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 667, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 669, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 671, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 673, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 677, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 678, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 679, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 691, "pattern": "attribute_call", "note": "Call via attribute access .get_boottime(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 709, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 710, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 711, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 712, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.effectwidget", "lineno": 715, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 717, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 718, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 750, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 751, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 757, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 764, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.effectwidget", "lineno": 771, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 139, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 208, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 216, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 238, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 290, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'FileChooserListLayout' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 307, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'FileChooserIconLayout' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 322, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 323, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 324, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 325, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 326, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 330, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 332, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 334, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 346, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 347, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 348, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 349, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 350, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 351, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 352, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 353, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 377, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 386, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 401, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 437, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 444, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 459, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 467, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 475, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 483, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 491, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 501, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 520, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 536, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 547, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 565, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 569, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 572, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 574, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 575, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 576, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 577, "pattern": "name_call_unresolved", "note": "Call to 'update(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 585, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 600, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 608, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 612, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 616, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 620, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 624, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 628, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 639, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 648, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 653, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 670, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 673, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 676, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'FileChooserController' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 684, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 699, "pattern": "name_call_unresolved", "note": "Call to 'filt(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 703, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 711, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 714, "pattern": "attribute_call", "note": "Call via attribute access .getsize(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 728, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 730, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 737, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 745, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 747, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 762, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 783, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'FileChooserController' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 785, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'FileChooserController' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 789, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'FileChooserController' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 798, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 809, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 820, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 827, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 828, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 842, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 843, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 849, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 861, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 866, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 885, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 891, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 900, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 903, "pattern": "name_call_unresolved", "note": "Call to 'fappend(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 905, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 905, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 907, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 907, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 911, "pattern": "self_method_not_found", "note": "self.sort_func(...) not found in class 'FileChooserController' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 914, "pattern": "name_call_unresolved", "note": "Call to 'is_hidden(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 928, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 934, "pattern": "attribute_call", "note": "Call via attribute access .is_dir(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 940, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'FileChooserController' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 989, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 996, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 1001, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 1009, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 1019, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.filechooser", "lineno": 1033, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1036, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1038, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1040, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'FileChooser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 1044, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1050, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1052, "pattern": "self_method_not_found", "note": "self.trigger_update_view(...) not found in class 'FileChooser' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.filechooser", "lineno": 1074, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1075, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1083, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1099, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1105, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1109, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1113, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1119, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1129, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1129, "pattern": "attribute_call", "note": "Call via attribute access .dedent(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1158, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1159, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.filechooser", "lineno": 1163, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 68, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.floatlayout", "lineno": 69, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.floatlayout", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.floatlayout", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.floatlayout", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.floatlayout", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.floatlayout", "lineno": 148, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 91, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 92, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 97, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 102, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 110, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 133, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 138, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 140, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 172, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 178, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 186, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 192, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 311, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 312, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 313, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 314, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 316, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 317, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 318, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 319, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 320, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 326, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 327, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 328, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 329, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 330, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 331, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 358, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 360, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 377, "pattern": "attribute_call", "note": "Call via attribute access .accept_stroke(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 380, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 382, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 385, "pattern": "attribute_call", "note": "Call via attribute access .update_bbox(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .complete_stroke(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 405, "pattern": "attribute_call", "note": "Call via attribute access .accept_stroke(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 410, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 429, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 432, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 445, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 453, "pattern": "name_call_unresolved", "note": "Call to 'canvas_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 453, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 454, "pattern": "name_call_unresolved", "note": "Call to 'canvas_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 458, "pattern": "attribute_call", "note": "Call via attribute access .update_bbox(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 463, "pattern": "attribute_call", "note": "Call via attribute access .add_stroke(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 468, "pattern": "attribute_call", "note": "Call via attribute access .handles(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 478, "pattern": "attribute_call", "note": "Call via attribute access .handles(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 478, "pattern": "attribute_call", "note": "Call via attribute access .accept_stroke(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .remove_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 521, "pattern": "name_call_unresolved", "note": "Call to 'Line(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 527, "pattern": "name_call_unresolved", "note": "Call to 'canv_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 527, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 528, "pattern": "name_call_unresolved", "note": "Call to 'canv_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 533, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 572, "pattern": "name_call_unresolved", "note": "Call to 'get_time(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 576, "pattern": "attribute_call", "note": "Call via attribute access .accept_stroke(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 580, "pattern": "attribute_call", "note": "Call via attribute access .single_points_test(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 585, "pattern": "name_call_unresolved", "note": "Call to 'get_time(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 588, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 590, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gesturesurface", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .get_time(...) - target object type not statically resolved." }, { "module": "kivy.uix.gesturesurface", "lineno": 605, "pattern": "name_call_unresolved", "note": "Call to 'rg(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gesturesurface", "lineno": 607, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'GestureSurface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.gridlayout", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 187, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 197, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 207, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 217, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 227, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 245, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 256, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 279, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.gridlayout", "lineno": 282, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 284, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 285, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 287, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 288, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 289, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 291, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 293, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 294, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 307, "pattern": "name_call_unresolved", "note": "Call to 'GridLayoutException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.gridlayout", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.gridlayout", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.gridlayout", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.gridlayout", "lineno": 465, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.gridlayout", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 131, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 151, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 177, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 184, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 199, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 266, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 276, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 295, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 306, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 355, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 379, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 380, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 381, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 384, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 385, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 420, "pattern": "name_call_unresolved", "note": "Call to 'CoreImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.image", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 433, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 441, "pattern": "attribute_call", "note": "Call via attribute access .anim_reset(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 448, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 460, "pattern": "attribute_call", "note": "Call via attribute access .anim_reset(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 488, "pattern": "attribute_call", "note": "Call via attribute access .remove_from_cache(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 523, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'AsyncImage' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.image", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 538, "pattern": "attribute_call", "note": "Call via attribute access .image(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 545, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 557, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'AsyncImage' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.image", "lineno": 560, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'AsyncImage' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.image", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 575, "pattern": "attribute_call", "note": "Call via attribute access ._clear_core_image(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 587, "pattern": "attribute_call", "note": "Call via attribute access .remove_from_cache(...) - target object type not statically resolved." }, { "module": "kivy.uix.image", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .remove_from_cache(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 319, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 320, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 328, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 329, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 331, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 333, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 336, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 342, "pattern": "self_method_not_found", "note": "self._trigger_texture(...) not found in class 'Label' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.label", "lineno": 356, "pattern": "name_call_unresolved", "note": "Call to 'get_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 358, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 374, "pattern": "name_call_unresolved", "note": "Call to 'target_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 412, "pattern": "self_method_not_found", "note": "self._trigger_texture(...) not found in class 'Label' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.label", "lineno": 425, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 444, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 451, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 459, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.label", "lineno": 471, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Label' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.label", "lineno": 482, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 496, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 507, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 534, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 555, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 571, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 596, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 620, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 661, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 684, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 718, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 728, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 735, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 752, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 762, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 774, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 786, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 798, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 810, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 824, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 838, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 852, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 875, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 894, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 905, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 918, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 935, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 953, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 980, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 997, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1007, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1022, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1039, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1049, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1064, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1086, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1097, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1110, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1148, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1180, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1191, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1203, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1217, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1230, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.label", "lineno": 1242, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.layout", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.layout", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.layout", "lineno": 101, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 104, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.layout", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.layout", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 113, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 130, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 183, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 185, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 187, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 211, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ModalView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.modalview", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 217, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ModalView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.modalview", "lineno": 218, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ModalView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.modalview", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 221, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ModalView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.modalview", "lineno": 225, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ModalView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.modalview", "lineno": 244, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ModalView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.modalview", "lineno": 245, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ModalView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.modalview", "lineno": 246, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 249, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 266, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 333, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.modalview", "lineno": 334, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.modalview", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 87, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 90, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 91, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 92, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.pagelayout", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 216, "pattern": "self_method_not_found", "note": "self._trigger_layout(...) not found in class 'PageLayout' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.pagelayout", "lineno": 218, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.pagelayout", "lineno": 230, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 131, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 187, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 200, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 216, "pattern": "name_call_unresolved", "note": "Call to 'PopupException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 224, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 225, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 236, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 248, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.popup", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.popup", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.progressbar", "lineno": 40, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.progressbar", "lineno": 51, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.progressbar", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.progressbar", "lineno": 84, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 29, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 30, "pattern": "self_method_not_found", "note": "self.funbind(...) not found in class 'RecycleBoxLayout' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'remove_view(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 84, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .compute_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 182, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleboxlayout", "lineno": 182, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 33, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 34, "pattern": "self_method_not_found", "note": "self.funbind(...) not found in class 'RecycleGridLayout' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'remove_view(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 129, "pattern": "attribute_call", "note": "Call via attribute access .compute_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'GridLayoutException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 135, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 227, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 228, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 229, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 230, "pattern": "name_call_unresolved", "note": "Call to 'at_idx(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclegridlayout", "lineno": 241, "pattern": "name_call_unresolved", "note": "Call to 'chain_from_iterable(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 27, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 32, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 38, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 44, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 50, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 56, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 66, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 88, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 94, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 100, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 111, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 118, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 124, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 130, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 141, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 155, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 161, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 167, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 188, "pattern": "attribute_call", "note": "Call via attribute access .attach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 191, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 192, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 193, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 194, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 196, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 197, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 198, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 199, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 200, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 206, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 207, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 208, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 209, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 210, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 211, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 213, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 215, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 216, "pattern": "attribute_call", "note": "Call via attribute access .detach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 235, "pattern": "attribute_call", "note": "Call via attribute access .refresh_from_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .refresh_from_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 248, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 253, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 263, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 302, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 305, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 308, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 309, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .set_visible_views(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 376, "pattern": "name_call_unresolved", "note": "Call to 'remove(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 385, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 396, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recyclelayout", "lineno": 414, "pattern": "attribute_call", "note": "Call via attribute access .refresh_from_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 420, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .refresh_view_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 433, "pattern": "attribute_call", "note": "Call via attribute access .remove_views(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .remove_view(...) - target object type not statically resolved." }, { "module": "kivy.uix.recyclelayout", "lineno": 443, "pattern": "attribute_call", "note": "Call via attribute access .clear_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 277, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.relativelayout", "lineno": 278, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.relativelayout", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .do_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 291, "pattern": "attribute_call", "note": "Call via attribute access ._apply_transform(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 295, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 300, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 304, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 305, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 307, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 320, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 321, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 322, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.relativelayout", "lineno": 323, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 108, "pattern": "name_call_unresolved", "note": "Call to 'role_video(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 115, "pattern": "attribute_call", "note": "Call via attribute access .GenericRole(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 116, "pattern": "attribute_call", "note": "Call via attribute access .CustomRole(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .register_local_role(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .register_directive(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 415, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 422, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 433, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 444, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 451, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 459, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 466, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 480, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 491, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 507, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 514, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 526, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 536, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 537, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 538, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 539, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 542, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 543, "pattern": "attribute_call", "note": "Call via attribute access .Parser(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 544, "pattern": "attribute_call", "note": "Call via attribute access .get_default_values(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 544, "pattern": "attribute_call", "note": "Call via attribute access .OptionParser(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 546, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 558, "pattern": "self_method_not_found", "note": "self._trigger_load(...) not found in class 'RstDocument' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.rst", "lineno": 581, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 581, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 583, "pattern": "attribute_call", "note": "Call via attribute access .new_document(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 584, "pattern": "attribute_call", "note": "Call via attribute access .parse(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 587, "pattern": "attribute_call", "note": "Call via attribute access .walkabout(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 600, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 605, "pattern": "attribute_call", "note": "Call via attribute access .new_document(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 606, "pattern": "attribute_call", "note": "Call via attribute access .parse(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 610, "pattern": "attribute_call", "note": "Call via attribute access .walkabout(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 614, "pattern": "attribute_call", "note": "Call via attribute access .exception(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 650, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 656, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 684, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 687, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 692, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 694, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 699, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 701, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 703, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 708, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 710, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 714, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 718, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 726, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 731, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 739, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 743, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 756, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 761, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 770, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 783, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 808, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 817, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 820, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 824, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 835, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 837, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 891, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 894, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 898, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 908, "pattern": "attribute_call", "note": "Call via attribute access .traverse(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 938, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 973, "pattern": "name_call_unresolved", "note": "Call to 'RstFootnote(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 975, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1003, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1006, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1021, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1022, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1034, "pattern": "name_call_unresolved", "note": "Call to 'RstFootName(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1038, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1040, "pattern": "attribute_call", "note": "Call via attribute access .add_anchors(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1041, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1072, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1085, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1086, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1094, "pattern": "name_call_unresolved", "note": "Call to 'RstTitle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1095, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1119, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1120, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1121, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1122, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1123, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1124, "pattern": "attribute_call", "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1125, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1126, "pattern": "attribute_call", "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1127, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1127, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1140, "pattern": "name_call_unresolved", "note": "Call to 'RstParagraph(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1143, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1147, "pattern": "name_call_unresolved", "note": "Call to 'RstLiteralBlock(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1148, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1161, "pattern": "name_call_unresolved", "note": "Call to 'RstBlockQuote(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1162, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1167, "pattern": "name_call_unresolved", "note": "Call to 'RstList(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1168, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1173, "pattern": "name_call_unresolved", "note": "Call to 'RstList(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1174, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1184, "pattern": "name_call_unresolved", "note": "Call to 'RstListItem(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1185, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1185, "pattern": "name_call_unresolved", "note": "Call to 'RstListBullet(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1187, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1191, "pattern": "name_call_unresolved", "note": "Call to 'RstSystemMessage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1193, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1197, "pattern": "name_call_unresolved", "note": "Call to 'RstWarning(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1198, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1203, "pattern": "name_call_unresolved", "note": "Call to 'RstNote(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1204, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1212, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1214, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1215, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1225, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1228, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1228, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1229, "pattern": "name_call_unresolved", "note": "Call to 'RstAsyncImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1230, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1232, "pattern": "name_call_unresolved", "note": "Call to 'RstImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1241, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1241, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1243, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1250, "pattern": "name_call_unresolved", "note": "Call to 'RstDefinitionList(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1251, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1256, "pattern": "name_call_unresolved", "note": "Call to 'RstTerm(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1257, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1262, "pattern": "name_call_unresolved", "note": "Call to 'RstDefinition(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1263, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1263, "pattern": "name_call_unresolved", "note": "Call to 'RstDefinitionSpace(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1264, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1268, "pattern": "name_call_unresolved", "note": "Call to 'RstFieldList(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1269, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1273, "pattern": "name_call_unresolved", "note": "Call to 'RstFieldName(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1274, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1278, "pattern": "name_call_unresolved", "note": "Call to 'RstFieldBody(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1279, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1283, "pattern": "name_call_unresolved", "note": "Call to 'RstTable(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1284, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1291, "pattern": "name_call_unresolved", "note": "Call to 'RstEntry(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1292, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1296, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1296, "pattern": "name_call_unresolved", "note": "Call to 'RstTransition(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1299, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1299, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1301, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1302, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1430, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1436, "pattern": "attribute_call", "note": "Call via attribute access .resolve_path(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1437, "pattern": "attribute_call", "note": "Call via attribute access .preload(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1454, "pattern": "attribute_call", "note": "Call via attribute access .attlist(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1455, "pattern": "attribute_call", "note": "Call via attribute access .attlist(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1457, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1459, "pattern": "name_call_unresolved", "note": "Call to 'RstVideoPlayer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.rst", "lineno": 1465, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1473, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1475, "pattern": "attribute_call", "note": "Call via attribute access .add_anchors(...) - target object type not statically resolved." }, { "module": "kivy.uix.rst", "lineno": 1481, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 42, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.sandbox", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .on_exception(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 72, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'SandboxContent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.sandbox", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 78, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 81, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 82, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 83, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 86, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 89, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .print_tb(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 117, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 121, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 125, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .tick(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .tick_draw(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 146, "pattern": "attribute_call", "note": "Call via attribute access .sync(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 147, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 165, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.sandbox", "lineno": 169, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 131, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 181, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 200, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 207, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 229, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 229, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 262, "pattern": "name_call_unresolved", "note": "Call to 'tp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 262, "pattern": "name_call_unresolved", "note": "Call to 'tp(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .rotate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 267, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .scale(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 299, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 303, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 318, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 321, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 331, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 331, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 334, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 345, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 356, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 364, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 372, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 380, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 388, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .inverse(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 403, "pattern": "attribute_call", "note": "Call via attribute access .transform_point(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 407, "pattern": "attribute_call", "note": "Call via attribute access .transform_point(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 411, "pattern": "attribute_call", "note": "Call via attribute access .multiply(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access ._apply_transform(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 437, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 437, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 438, "pattern": "attribute_call", "note": "Call via attribute access .multiply(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .multiply(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 439, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 442, "pattern": "attribute_call", "note": "Call via attribute access .multiply(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 444, "pattern": "attribute_call", "note": "Call via attribute access .multiply(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 458, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 458, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 473, "pattern": "attribute_call", "note": "Call via attribute access .distance(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 485, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 488, "pattern": "attribute_call", "note": "Call via attribute access .angle(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 491, "pattern": "attribute_call", "note": "Call via attribute access .rotate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 491, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 494, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 494, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 500, "pattern": "attribute_call", "note": "Call via attribute access .scale(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 500, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatter", "lineno": 511, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 513, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Scatter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scatter", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 533, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 535, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 539, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 557, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 567, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 568, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 570, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 572, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 577, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Scatter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scatter", "lineno": 616, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 617, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 618, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 619, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 621, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 625, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 627, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatter", "lineno": 642, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatterlayout", "lineno": 60, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scatterlayout", "lineno": 64, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatterlayout", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatterlayout", "lineno": 68, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ScatterLayout' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scatterlayout", "lineno": 74, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatterlayout", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scatterlayout", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 237, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 246, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 255, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 267, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 311, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 319, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 327, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 338, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 347, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 356, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 365, "pattern": "name_call_unresolved", "note": "Call to 'ScreenManagerException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 368, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 376, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 377, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 381, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TransitionBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.screenmanager", "lineno": 388, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 389, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TransitionBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.screenmanager", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .real_add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 401, "pattern": "attribute_call", "note": "Call via attribute access .real_remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 413, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TransitionBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.screenmanager", "lineno": 417, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TransitionBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.screenmanager", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 450, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 456, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 462, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 476, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 478, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 479, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 482, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 483, "pattern": "name_call_unresolved", "note": "Call to 'Translate(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 485, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .on_complete(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 499, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 504, "pattern": "attribute_call", "note": "Call via attribute access .real_remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 505, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 508, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 509, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 513, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 514, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 516, "pattern": "name_call_unresolved", "note": "Call to 'RenderContext(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 520, "pattern": "name_call_unresolved", "note": "Call to 'BindTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 521, "pattern": "name_call_unresolved", "note": "Call to 'BindTexture(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 524, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 526, "pattern": "name_call_unresolved", "note": "Call to 'Callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 529, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 532, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 533, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 534, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 536, "pattern": "attribute_call", "note": "Call via attribute access .real_add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 540, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 550, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 555, "pattern": "attribute_call", "note": "Call via attribute access .on_complete(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 563, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 578, "pattern": "name_call_unresolved", "note": "Call to 'al(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 599, "pattern": "attribute_call", "note": "Call via attribute access .on_complete(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 615, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 630, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 636, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 637, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 639, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 651, "pattern": "name_call_unresolved", "note": "Call to 'al(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 679, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 685, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 686, "pattern": "name_call_unresolved", "note": "Call to 'Scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 688, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 690, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 692, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 698, "pattern": "attribute_call", "note": "Call via attribute access .real_add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 705, "pattern": "attribute_call", "note": "Call via attribute access .remove_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 706, "pattern": "attribute_call", "note": "Call via attribute access .on_complete(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 720, "pattern": "name_call_unresolved", "note": "Call to 'al(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 727, "pattern": "attribute_call", "note": "Call via attribute access .real_remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 728, "pattern": "attribute_call", "note": "Call via attribute access .real_add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 729, "pattern": "name_call_unresolved", "note": "Call to 'al(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 752, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 771, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 784, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 828, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 839, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 883, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 893, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 913, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 940, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 949, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 960, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 972, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 973, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ScreenManager' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.screenmanager", "lineno": 976, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 976, "pattern": "self_method_not_found", "note": "self.property(...) not found in class 'ScreenManager' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.screenmanager", "lineno": 986, "pattern": "name_call_unresolved", "note": "Call to 'ScreenManagerException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 990, "pattern": "name_call_unresolved", "note": "Call to 'ScreenManagerException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 994, "pattern": "name_call_unresolved", "note": "Call to 'ScreenManagerException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 997, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 998, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1004, "pattern": "name_call_unresolved", "note": "Call to 'ScreenManagerException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 1014, "pattern": "attribute_call", "note": "Call via attribute access .real_remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1019, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1020, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1039, "pattern": "attribute_call", "note": "Call via attribute access .real_remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1040, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1043, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1047, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1055, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1062, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1067, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1068, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1077, "pattern": "name_call_unresolved", "note": "Call to 'ScreenManagerException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 1079, "pattern": "attribute_call", "note": "Call via attribute access .warn(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1095, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1108, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1142, "pattern": "name_call_unresolved", "note": "Call to 'ScreenManagerException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 1146, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1155, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1160, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1175, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1176, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1183, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1199, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1204, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1209, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1214, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1220, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1249, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1249, "pattern": "attribute_call", "note": "Call via attribute access .get_screen(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1255, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1256, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1258, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 1259, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1261, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.screenmanager", "lineno": 1262, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.screenmanager", "lineno": 1269, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 400, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 477, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 478, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 479, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 512, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 524, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 535, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 549, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 561, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 573, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 580, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 596, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 608, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 639, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 669, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 685, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 698, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 712, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 722, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 733, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 744, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 751, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 761, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 775, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 785, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 795, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 800, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 829, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 843, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 860, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 876, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 911, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 912, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 919, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 927, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 941, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 942, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 944, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 945, "pattern": "name_call_unresolved", "note": "Call to 'Translate(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 947, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 949, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 951, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 952, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 953, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 956, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 957, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 960, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 964, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 966, "pattern": "name_call_unresolved", "note": "Call to 'effect_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 968, "pattern": "name_call_unresolved", "note": "Call to 'effect_cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 975, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 976, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 977, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 978, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 979, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 980, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 981, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 982, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 984, "pattern": "name_call_unresolved", "note": "Call to 'trigger_update_from_scroll(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 985, "pattern": "name_call_unresolved", "note": "Call to 'update_effect_widget(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 986, "pattern": "name_call_unresolved", "note": "Call to 'update_effect_x_bounds(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 987, "pattern": "name_call_unresolved", "note": "Call to 'update_effect_y_bounds(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 991, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 996, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1001, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1002, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 1003, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1004, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 1005, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1049, "pattern": "self_method_not_found", "note": "self._trigger_update_from_scroll(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 1065, "pattern": "self_method_not_found", "note": "self._trigger_update_from_scroll(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 1077, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1078, "pattern": "attribute_call", "note": "Call via attribute access ._apply_transform(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1093, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1094, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1097, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1099, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1104, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1105, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1106, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1107, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1109, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1120, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 1123, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1124, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1126, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1132, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1133, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1134, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1135, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1162, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1163, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1167, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1189, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1234, "pattern": "attribute_call", "note": "Call via attribute access ._classify_nested_configuration(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1241, "pattern": "attribute_call", "note": "Call via attribute access ._find_child_scrollview_at_touch(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1285, "pattern": "attribute_call", "note": "Call via attribute access .get_parent(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1389, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1395, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1396, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1397, "pattern": "attribute_call", "note": "Call via attribute access ._scroll_initialize(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1398, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1404, "pattern": "attribute_call", "note": "Call via attribute access ._get_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1413, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1529, "pattern": "attribute_call", "note": "Call via attribute access ._get_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1539, "pattern": "attribute_call", "note": "Call via attribute access ._initialize_scroll_effects(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1541, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1547, "pattern": "attribute_call", "note": "Call via attribute access ._finalize_scroll_for_cascade(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1551, "pattern": "attribute_call", "note": "Call via attribute access ._scroll_update(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1570, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1571, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1572, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1574, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1587, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 1648, "pattern": "attribute_call", "note": "Call via attribute access .get_classification(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1649, "pattern": "attribute_call", "note": "Call via attribute access .get_axis_config(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1808, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1811, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1900, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 1902, "pattern": "attribute_call", "note": "Call via attribute access .trigger_velocity_update(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1974, "pattern": "attribute_call", "note": "Call via attribute access .trigger_velocity_update(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1981, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 1986, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2056, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2063, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2102, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2109, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2114, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2188, "pattern": "self_method_not_found", "note": "self._trigger_update_from_scroll(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 2190, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2209, "pattern": "self_method_not_found", "note": "self._trigger_update_from_scroll(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 2211, "pattern": "attribute_call", "note": "Call via attribute access .update(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2212, "pattern": "self_method_not_found", "note": "self._trigger_update_from_scroll(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 2220, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2223, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2245, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2250, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2250, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2256, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2258, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2259, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2278, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2281, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 2288, "pattern": "self_method_not_found", "note": "self._trigger_update_from_scroll(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 2412, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 2435, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2443, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2457, "pattern": "attribute_call", "note": "Call via attribute access .get_classification(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2458, "pattern": "attribute_call", "note": "Call via attribute access .get_axis_config(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2479, "pattern": "attribute_call", "note": "Call via attribute access ._scroll_initialize(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2507, "pattern": "attribute_call", "note": "Call via attribute access ._is_at_scroll_boundary(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2512, "pattern": "attribute_call", "note": "Call via attribute access ._is_at_scroll_boundary(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2516, "pattern": "attribute_call", "note": "Call via attribute access ._get_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2533, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2546, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2558, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 2568, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2579, "pattern": "name_call_unresolved", "note": "Call to 'ref(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 2612, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2619, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2620, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2632, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 2655, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2668, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2684, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2685, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2700, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2701, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2702, "pattern": "attribute_call", "note": "Call via attribute access ._scroll_update(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2703, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2735, "pattern": "attribute_call", "note": "Call via attribute access ._get_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2739, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2740, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2743, "pattern": "attribute_call", "note": "Call via attribute access ._finalize_scroll_for_cascade(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2746, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2757, "pattern": "attribute_call", "note": "Call via attribute access ._get_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2771, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2772, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2773, "pattern": "attribute_call", "note": "Call via attribute access ._initialize_scroll_effects(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2776, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2779, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2786, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2787, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2788, "pattern": "attribute_call", "note": "Call via attribute access ._finalize_scroll_for_cascade(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2789, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2820, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2839, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2841, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2887, "pattern": "attribute_call", "note": "Call via attribute access .unschedule(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2899, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2914, "pattern": "attribute_call", "note": "Call via attribute access ._get_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2925, "pattern": "attribute_call", "note": "Call via attribute access ._get_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2927, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2928, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2929, "pattern": "attribute_call", "note": "Call via attribute access ._scroll_finalize(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2930, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2939, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2953, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2962, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2981, "pattern": "name_call_unresolved", "note": "Call to 'w(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 2982, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 2995, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3029, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3030, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3046, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3051, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3054, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 3057, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3078, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3086, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3086, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3087, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3087, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3107, "pattern": "attribute_call", "note": "Call via attribute access .halt(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3109, "pattern": "attribute_call", "note": "Call via attribute access .halt(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3115, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3194, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3197, "pattern": "self_method_not_found", "note": "self.funbind(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3199, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3201, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 3204, "pattern": "self_method_not_found", "note": "self.funbind(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3205, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3206, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3218, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3221, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3225, "pattern": "self_method_not_found", "note": "self._trigger_update_from_scroll(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3230, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3239, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3262, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3265, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3290, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3297, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3298, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3317, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3326, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3357, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3363, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3365, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3376, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3378, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3380, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3388, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3389, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3390, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3394, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3421, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ScrollView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.scrollview", "lineno": 3423, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3434, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3435, "pattern": "name_call_unresolved", "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 3510, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3511, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3512, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3515, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 3523, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3524, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3525, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.scrollview", "lineno": 3528, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.scrollview", "lineno": 3543, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 218, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 225, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 232, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 240, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 248, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 256, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 265, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 273, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 282, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .get_value(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 308, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 312, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 313, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'SettingItem' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 314, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 328, "pattern": "attribute_call", "note": "Call via attribute access .set_value(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 338, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 362, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 369, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 380, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'SettingString' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .strip(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 406, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 413, "pattern": "name_call_unresolved", "note": "Call to 'SettingSpacer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 417, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 418, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 420, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 439, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 446, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 454, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 464, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 476, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'SettingPath' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 482, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 492, "pattern": "attribute_call", "note": "Call via attribute access .realpath(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 504, "pattern": "name_call_unresolved", "note": "Call to 'FileChooserListView(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 511, "pattern": "name_call_unresolved", "note": "Call to 'SettingSpacer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 515, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 518, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 519, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 524, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 537, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 547, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'SettingColor' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 551, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 556, "pattern": "attribute_call", "note": "Call via attribute access .get_hex_from_color(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 568, "pattern": "attribute_call", "note": "Call via attribute access .get_color_from_hex(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 573, "pattern": "name_call_unresolved", "note": "Call to 'SettingSpacer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 577, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 578, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 580, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 581, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 586, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 618, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 626, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 636, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'SettingOptions' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 656, "pattern": "name_call_unresolved", "note": "Call to 'ToggleButton(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 657, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 661, "pattern": "name_call_unresolved", "note": "Call to 'SettingSpacer(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 662, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 663, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 667, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 674, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 676, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 684, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 689, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 694, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 700, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 701, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 721, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 729, "pattern": "attribute_call", "note": "Call via attribute access .set(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 730, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 733, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 753, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 760, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 772, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 773, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 774, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'InterfaceWithSidebar' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 793, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 794, "pattern": "attribute_call", "note": "Call via attribute access .add_panel(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 812, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 819, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 829, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 830, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 831, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'InterfaceWithSpinner' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 850, "pattern": "attribute_call", "note": "Call via attribute access .add_panel(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 851, "pattern": "attribute_call", "note": "Call via attribute access .add_item(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 865, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 873, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 882, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 890, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 941, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 943, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 946, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 967, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 976, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 995, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1007, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1026, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1027, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1030, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1030, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Settings' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 1049, "pattern": "attribute_call", "note": "Call via attribute access .add_panel(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1064, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1064, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1066, "pattern": "attribute_call", "note": "Call via attribute access .loads(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1076, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1085, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1088, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1126, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1138, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1161, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1177, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1189, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1190, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1195, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1196, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1196, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'InterfaceWithTabbedPanel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.settings", "lineno": 1206, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1221, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1222, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1223, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1224, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1225, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1226, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1232, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1234, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1236, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1252, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1262, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1271, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1297, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1311, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1312, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1313, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.settings", "lineno": 1326, "pattern": "attribute_call", "note": "Call via attribute access .dumps(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1341, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1345, "pattern": "attribute_call", "note": "Call via attribute access .setdefaults(...) - target object type not statically resolved." }, { "module": "kivy.uix.settings", "lineno": 1347, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.slider", "lineno": 55, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 61, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 73, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 185, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 195, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 204, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 213, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 222, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 231, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 240, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 263, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 272, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 310, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 368, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.slider", "lineno": 396, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.uix.slider", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.slider", "lineno": 399, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.slider", "lineno": 421, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 71, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 78, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 90, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 111, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 123, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 151, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 152, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 154, "pattern": "name_call_unresolved", "note": "Call to 'build_dropdown(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 158, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 160, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 166, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 167, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 190, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 191, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 193, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.spinner", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 195, "pattern": "attribute_call", "note": "Call via attribute access .select(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .open(...) - target object type not statically resolved." }, { "module": "kivy.uix.spinner", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .dismiss(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 76, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 111, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 118, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 162, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 180, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 184, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 185, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 186, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 198, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 199, "pattern": "self_method_not_found", "note": "self.unbind(...) not found in class 'Splitter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.splitter", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 206, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 207, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 214, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 221, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 226, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 232, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'Splitter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.splitter", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .setter(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 247, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .collide_point(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 262, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Splitter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.splitter", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 271, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 389, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.splitter", "lineno": 390, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Splitter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.splitter", "lineno": 406, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 407, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 409, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 410, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 411, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 419, "pattern": "name_call_unresolved", "note": "Call to 'Button(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.splitter", "lineno": 430, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.stacklayout", "lineno": 57, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 67, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 83, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 119, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 129, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 141, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.stacklayout", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 145, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 147, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 148, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.stacklayout", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .bit_length(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 139, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 163, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 173, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 194, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 213, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 220, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 232, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 248, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 296, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 310, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 356, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 396, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 432, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 433, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 434, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 435, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 436, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 437, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 460, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 463, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 473, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 476, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 481, "pattern": "attribute_call", "note": "Call via attribute access .get_document_size(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 488, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 489, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 516, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .get_element_ids(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 554, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .get_element_ids(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 559, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 573, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 573, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 592, "pattern": "attribute_call", "note": "Call via attribute access .get_element_ids(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 607, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 640, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 685, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 739, "pattern": "attribute_call", "note": "Call via attribute access .render(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 751, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 755, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 773, "pattern": "attribute_call", "note": "Call via attribute access .blit_buffer(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 774, "pattern": "attribute_call", "note": "Call via attribute access .flip_vertical(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 782, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'SvgWidget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.svg", "lineno": 795, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'SvgWidget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.svg", "lineno": 827, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 841, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 863, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 880, "pattern": "self_method_not_found", "note": "self.unbind(...) not found in class 'AsyncSvgWidget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.svg", "lineno": 881, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'AsyncSvgWidget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.svg", "lineno": 905, "pattern": "attribute_call", "note": "Call via attribute access .get_norm_image_size(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 907, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 927, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 942, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 945, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 950, "pattern": "name_call_unresolved", "note": "Call to 'UrlRequest(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.svg", "lineno": 965, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 974, "pattern": "attribute_call", "note": "Call via attribute access .load(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 977, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 991, "pattern": "attribute_call", "note": "Call via attribute access .encode(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 994, "pattern": "attribute_call", "note": "Call via attribute access .load_data(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 997, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1009, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1018, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1044, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1062, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1073, "pattern": "attribute_call", "note": "Call via attribute access .get_document_size(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1079, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1080, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1100, "pattern": "attribute_call", "note": "Call via attribute access .lower(...) - target object type not statically resolved." }, { "module": "kivy.uix.svg", "lineno": 1100, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.uix.switch", "lineno": 58, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.switch", "lineno": 65, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.switch", "lineno": 72, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.switch", "lineno": 81, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.switch", "lineno": 94, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.switch", "lineno": 108, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.switch", "lineno": 114, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 168, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 174, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'TabbedPanelHeader' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.tabbedpanel", "lineno": 177, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 183, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .switch_to(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 223, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 232, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 249, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 256, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 275, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 298, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 305, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 316, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 326, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 335, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 340, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 348, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 362, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 369, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 376, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 386, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 398, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 407, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 414, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 436, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 443, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 452, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 459, "pattern": "name_call_unresolved", "note": "Call to 'TabbedPanelException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 470, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 489, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 502, "pattern": "name_call_unresolved", "note": "Call to 'StripLayout(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 504, "pattern": "name_call_unresolved", "note": "Call to 'TabbedPanelStrip(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 510, "pattern": "name_call_unresolved", "note": "Call to 'TabbedPanelContent(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 514, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 516, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'TabbedPanel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.tabbedpanel", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 547, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 552, "pattern": "attribute_call", "note": "Call via attribute access .scroll_to(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 556, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 559, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 569, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 571, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 579, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 581, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 593, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 595, "pattern": "attribute_call", "note": "Call via attribute access .on_release(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 598, "pattern": "attribute_call", "note": "Call via attribute access .info(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 602, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 608, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 637, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 639, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 657, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 660, "pattern": "name_call_unresolved", "note": "Call to 'TabbedPanelException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 665, "pattern": "name_call_unresolved", "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 679, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 685, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 702, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 704, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 713, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 720, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 727, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 730, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 733, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 751, "pattern": "name_call_unresolved", "note": "Call to 'self_update_scrollview(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 787, "pattern": "name_call_unresolved", "note": "Call to 'self_update_scrollview(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 812, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 816, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 830, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 835, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.tabbedpanel", "lineno": 861, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.tabbedpanel", "lineno": 863, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 204, "pattern": "name_call_unresolved", "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 215, "pattern": "name_call_unresolved", "note": "Call to 'Cache_register(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 216, "pattern": "name_call_unresolved", "note": "Call to 'Cache_register(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 238, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 239, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 240, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 247, "pattern": "name_call_unresolved", "note": "Call to 'Cache_remove(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 248, "pattern": "name_call_unresolved", "note": "Call to 'Cache_remove(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'wr(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access ._trigger_refresh_text(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 255, "pattern": "attribute_call", "note": "Call via attribute access ._refresh_hint_text(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .add_reload_observer(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'get_context(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 272, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 273, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 276, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 278, "pattern": "attribute_call", "note": "Call via attribute access .get_window_matrix(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 281, "pattern": "name_call_unresolved", "note": "Call to 'Callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 282, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'Transform(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 286, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .get_window_matrix(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .identity(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 293, "pattern": "attribute_call", "note": "Call via attribute access .transform(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .inverse(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 297, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .transform_point(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 306, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 311, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 320, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 324, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 325, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 326, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 327, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 329, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 337, "pattern": "attribute_call", "note": "Call via attribute access .get_window_matrix(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 340, "pattern": "name_call_unresolved", "note": "Call to 'Callback(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 341, "pattern": "name_call_unresolved", "note": "Call to 'PushMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 342, "pattern": "name_call_unresolved", "note": "Call to 'Transform(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 345, "pattern": "name_call_unresolved", "note": "Call to 'PopMatrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 348, "pattern": "attribute_call", "note": "Call via attribute access .get_window_matrix(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .identity(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .transform(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 355, "pattern": "attribute_call", "note": "Call via attribute access .inverse(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 356, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .transform_point(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 361, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 365, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 371, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 377, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 379, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 384, "pattern": "attribute_call", "note": "Call via attribute access ._ensure_clipboard(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 397, "pattern": "attribute_call", "note": "Call via attribute access ._hide_cut_copy_paste(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 419, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 425, "pattern": "attribute_call", "note": "Call via attribute access ._cut(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 427, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 429, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 431, "pattern": "attribute_call", "note": "Call via attribute access .select_all(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 434, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 520, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 541, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 552, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 585, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 592, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 593, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 594, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 595, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 596, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 597, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 608, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 609, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 610, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 611, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 612, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 613, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 614, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 616, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 617, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 618, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 619, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 622, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 624, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 626, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 628, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 630, "pattern": "name_call_unresolved", "note": "Call to 'refresh_line_options(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 633, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 634, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 739, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 745, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 748, "pattern": "attribute_call", "note": "Call via attribute access .group(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 748, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 763, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 766, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 776, "pattern": "name_call_unresolved", "note": "Call to 'mode(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 787, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 790, "pattern": "attribute_call", "note": "Call via attribute access .match(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 842, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 852, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 877, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 883, "pattern": "name_call_unresolved", "note": "Call to '_get_cusror_from_index(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 886, "pattern": "name_call_unresolved", "note": "Call to '_get_cusror_from_index(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 898, "pattern": "name_call_unresolved", "note": "Call to '_get_cusror_from_index(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 899, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 914, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 938, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1006, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1012, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1025, "pattern": "attribute_call", "note": "Call via attribute access .finditer(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1036, "pattern": "attribute_call", "note": "Call via attribute access .end(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1040, "pattern": "attribute_call", "note": "Call via attribute access .end(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1042, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1064, "pattern": "attribute_call", "note": "Call via attribute access .finditer(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1075, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1079, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1081, "pattern": "attribute_call", "note": "Call via attribute access .end(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1118, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1199, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1210, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1414, "pattern": "name_call_unresolved", "note": "Call to 'get_text_width(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 1415, "pattern": "name_call_unresolved", "note": "Call to 'get_text_width(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 1494, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1537, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1545, "pattern": "attribute_call", "note": "Call via attribute access .rfind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1546, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1546, "pattern": "attribute_call", "note": "Call via attribute access .find(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1548, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1569, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1577, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1586, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1590, "pattern": "self_method_not_found", "note": "self._trigger_cursor_reset(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1593, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1624, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1627, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1629, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1631, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1644, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1652, "pattern": "attribute_call", "note": "Call via attribute access .get_cutbuffer(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1669, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1686, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1725, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1729, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1806, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1807, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1810, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1812, "pattern": "name_call_unresolved", "note": "Call to 'get_cursor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 1833, "pattern": "self_method_not_found", "note": "self._trigger_position_handles(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1838, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1853, "pattern": "attribute_call", "note": "Call via attribute access .get_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1857, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1878, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1879, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1880, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1897, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1906, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1916, "pattern": "self_method_not_found", "note": "self._trigger_position_handles(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1919, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1920, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 1935, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1940, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 1945, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2002, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2003, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2010, "pattern": "attribute_call", "note": "Call via attribute access .hide(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2033, "pattern": "self_method_not_found", "note": "self._trigger_cursor_reset(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 2038, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2056, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2069, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2071, "pattern": "attribute_call", "note": "Call via attribute access .copy(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2082, "pattern": "attribute_call", "note": "Call via attribute access .paste(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2085, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2089, "pattern": "attribute_call", "note": "Call via attribute access .set_cutbuffer(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2096, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2098, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2100, "pattern": "name_call_unresolved", "note": "Call to 'Cache_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2105, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2107, "pattern": "attribute_call", "note": "Call via attribute access .get_extents(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2109, "pattern": "attribute_call", "note": "Call via attribute access .get_extents(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2111, "pattern": "name_call_unresolved", "note": "Call to 'Cache_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2123, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2132, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2134, "pattern": "self_method_not_found", "note": "self._do_blink_cursor_ev(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 2142, "pattern": "self_method_not_found", "note": "self._trigger_cursor_reset(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 2148, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2149, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2150, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2160, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2162, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2164, "pattern": "self_method_not_found", "note": "self._refresh_line_options_ev(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 2177, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2178, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2182, "pattern": "name_call_unresolved", "note": "Call to 'Cache_remove(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2209, "pattern": "name_call_unresolved", "note": "Call to '_create_label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2211, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2226, "pattern": "attribute_call", "note": "Call via attribute access .get_extents(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2281, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2282, "pattern": "self_method_not_found", "note": "self._update_graphics_ev(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 2297, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2442, "pattern": "attribute_call", "note": "Call via attribute access .find_base_direction(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2460, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2494, "pattern": "attribute_call", "note": "Call via attribute access .remove_group(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2495, "pattern": "attribute_call", "note": "Call via attribute access .floor(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2496, "pattern": "attribute_call", "note": "Call via attribute access .ceil(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2507, "pattern": "name_call_unresolved", "note": "Call to 'draw_selection(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2558, "pattern": "name_call_unresolved", "note": "Call to 'get_text_width(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2566, "pattern": "name_call_unresolved", "note": "Call to 'get_text_width(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2577, "pattern": "name_call_unresolved", "note": "Call to 'canvas_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2577, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2578, "pattern": "name_call_unresolved", "note": "Call to 'canvas_add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2579, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2672, "pattern": "name_call_unresolved", "note": "Call to 'Label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2677, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2677, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2684, "pattern": "name_call_unresolved", "note": "Call to 'Cache_get(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2696, "pattern": "attribute_call", "note": "Call via attribute access .create(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2697, "pattern": "name_call_unresolved", "note": "Call to 'Cache_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2702, "pattern": "name_call_unresolved", "note": "Call to 'Label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2703, "pattern": "attribute_call", "note": "Call via attribute access .refresh(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2723, "pattern": "name_call_unresolved", "note": "Call to 'Cache_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2760, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2784, "pattern": "name_call_unresolved", "note": "Call to 'text_width(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2789, "pattern": "name_call_unresolved", "note": "Call to 'lines_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2789, "pattern": "name_call_unresolved", "note": "Call to '_join(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2790, "pattern": "name_call_unresolved", "note": "Call to 'lines_flags_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2804, "pattern": "name_call_unresolved", "note": "Call to 'text_width(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2813, "pattern": "name_call_unresolved", "note": "Call to 'lines_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2814, "pattern": "name_call_unresolved", "note": "Call to 'lines_flags_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2824, "pattern": "name_call_unresolved", "note": "Call to 'lines_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2824, "pattern": "name_call_unresolved", "note": "Call to '_join(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2825, "pattern": "name_call_unresolved", "note": "Call to 'lines_flags_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 2873, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2890, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 2921, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2925, "pattern": "attribute_call", "note": "Call via attribute access .keyboard_on_key_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2935, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2981, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 2988, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3008, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 3011, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3037, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3048, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3050, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3053, "pattern": "attribute_call", "note": "Call via attribute access ._bind_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3054, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3057, "pattern": "attribute_call", "note": "Call via attribute access ._unbind_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3058, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3100, "pattern": "name_call_unresolved", "note": "Call to '_create_label(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3102, "pattern": "name_call_unresolved", "note": "Call to 'Rectangle(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3115, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3116, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3117, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3118, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3119, "pattern": "attribute_call", "note": "Call via attribute access .compile(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3120, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3121, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3124, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3128, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3137, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3149, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3158, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3170, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3180, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3189, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3277, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3289, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3299, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3306, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3317, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3330, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3339, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3354, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3362, "pattern": "name_call_unresolved", "note": "Call to 'VariableListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3376, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3388, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3397, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3405, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3421, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3435, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3445, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3456, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3467, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3480, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3493, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3507, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3516, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3525, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3535, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3546, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3560, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3572, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3581, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3591, "pattern": "self_method_not_found", "note": "self._trigger_show_handles(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 3593, "pattern": "self_method_not_found", "note": "self._trigger_update_cutbuffer(...) not found in class 'TextInput' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.textinput", "lineno": 3601, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3602, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3607, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3612, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3614, "pattern": "attribute_call", "note": "Call via attribute access .replace(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3619, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3633, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3656, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3663, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3688, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3712, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3735, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3751, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3755, "pattern": "attribute_call", "note": "Call via attribute access .decode(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 3761, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3775, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3788, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3797, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3806, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3822, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3846, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3855, "pattern": "name_call_unresolved", "note": "Call to 'BoundedNumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3866, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3881, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3896, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3910, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 3925, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 4008, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.textinput", "lineno": 4011, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 4012, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.textinput", "lineno": 4017, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 136, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 144, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 165, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 186, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 200, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 210, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 217, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 228, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 236, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 247, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 282, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 284, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 291, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 293, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 294, "pattern": "name_call_unresolved", "note": "Call to 'trigger(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 311, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 318, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 321, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 322, "pattern": "self_method_not_found", "note": "self._trigger_layout(...) not found in class 'TreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.treeview", "lineno": 337, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 346, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 349, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 350, "pattern": "self_method_not_found", "note": "self._trigger_layout(...) not found in class 'TreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.treeview", "lineno": 384, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.treeview", "lineno": 386, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.treeview", "lineno": 387, "pattern": "self_method_not_found", "note": "self._trigger_layout(...) not found in class 'TreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.treeview", "lineno": 421, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 434, "pattern": "name_call_unresolved", "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 442, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 450, "pattern": "self_method_not_found", "note": "self.load_func(...) not found in class 'TreeView' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.treeview", "lineno": 461, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 517, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.treeview", "lineno": 523, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 525, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 531, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 540, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 549, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 558, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 569, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 579, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 590, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 601, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 620, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 628, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 652, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 652, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 654, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 654, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 655, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 655, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 657, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 657, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 659, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 659, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 660, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 660, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 663, "pattern": "name_call_unresolved", "note": "Call to 'add(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 663, "pattern": "name_call_unresolved", "note": "Call to 'TreeViewLabel(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.treeview", "lineno": 665, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 59, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 70, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 85, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 93, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 111, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 119, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 127, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 141, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'Video' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.video", "lineno": 176, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 183, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 197, "pattern": "name_call_unresolved", "note": "Call to 'CoreVideo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.video", "lineno": 199, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 203, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 215, "pattern": "attribute_call", "note": "Call via attribute access .play(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .pause(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 219, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 229, "pattern": "attribute_call", "note": "Call via attribute access .ask_update(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 250, "pattern": "attribute_call", "note": "Call via attribute access .stop(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 262, "pattern": "attribute_call", "note": "Call via attribute access .exit(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 267, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.video", "lineno": 274, "pattern": "attribute_call", "note": "Call via attribute access .run(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 99, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 102, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'VideoPlayerVolume' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.videoplayer", "lineno": 104, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 123, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 137, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'VideoPlayerPlayPause' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.videoplayer", "lineno": 146, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 149, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'VideoPlayerStop' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.videoplayer", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 161, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 162, "pattern": "attribute_call", "note": "Call via attribute access .Bubble(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 163, "pattern": "attribute_call", "note": "Call via attribute access .Label(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 169, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 170, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 171, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 174, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 196, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 213, "pattern": "attribute_call", "note": "Call via attribute access .start(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 243, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 244, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 245, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 264, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 278, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 281, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 289, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 298, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 308, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 316, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 324, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 332, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 347, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 358, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 365, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 373, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 381, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 389, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 397, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 405, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 413, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 421, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 428, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 444, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 452, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 461, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 474, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 475, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 483, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 485, "pattern": "name_call_unresolved", "note": "Call to 'ev(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.videoplayer", "lineno": 489, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 496, "pattern": "attribute_call", "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 504, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 505, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 507, "pattern": "attribute_call", "note": "Call via attribute access .unload(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 527, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 530, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 541, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 555, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 556, "pattern": "self_method_not_found", "note": "self.setter(...) not found in class 'VideoPlayer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.videoplayer", "lineno": 557, "pattern": "self_method_not_found", "note": "self.setter(...) not found in class 'VideoPlayer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.videoplayer", "lineno": 558, "pattern": "self_method_not_found", "note": "self.setter(...) not found in class 'VideoPlayer' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.videoplayer", "lineno": 575, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 577, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 601, "pattern": "attribute_call", "note": "Call via attribute access .seek(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 604, "pattern": "attribute_call", "note": "Call via attribute access .clear_widgets(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 605, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 613, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 618, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 624, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 641, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 645, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 646, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 656, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 658, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.videoplayer", "lineno": 664, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 149, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 179, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 186, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 194, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 205, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 218, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 228, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 239, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 251, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 259, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 271, "pattern": "name_call_unresolved", "note": "Call to 'ColorProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 283, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 293, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 306, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 316, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 325, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 335, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 337, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 338, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 339, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 340, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 341, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 342, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 343, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 369, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 371, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 373, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 377, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 378, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 379, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 380, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 381, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 382, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 383, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 391, "pattern": "attribute_call", "note": "Call via attribute access .critical(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 395, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 398, "pattern": "self_method_not_found", "note": "self._trigger_load_layout(...) not found in class 'VKeyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.vkeyboard", "lineno": 401, "pattern": "self_method_not_found", "note": "self._trigger_update_layout_mode(...) not found in class 'VKeyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.vkeyboard", "lineno": 405, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 406, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 425, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 439, "pattern": "attribute_call", "note": "Call via attribute access .error(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 459, "pattern": "attribute_call", "note": "Call via attribute access .read(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 496, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 525, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 533, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 565, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 573, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 574, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 576, "pattern": "name_call_unresolved", "note": "Call to 'BorderImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 610, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 644, "pattern": "name_call_unresolved", "note": "Call to 'llg_append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 660, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 662, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 663, "pattern": "name_call_unresolved", "note": "Call to 'BorderImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 675, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 678, "pattern": "name_call_unresolved", "note": "Call to 'BorderImage(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.vkeyboard", "lineno": 772, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 790, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VKeyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.vkeyboard", "lineno": 792, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VKeyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.vkeyboard", "lineno": 810, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'VKeyboard' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.vkeyboard", "lineno": 816, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 834, "pattern": "attribute_call", "note": "Call via attribute access .schedule_interval(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 849, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 854, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 857, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 865, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 869, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.vkeyboard", "lineno": 873, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 270, "pattern": "attribute_call", "note": "Call via attribute access .unbind_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 287, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 288, "pattern": "attribute_call", "note": "Call via attribute access .register(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 341, "pattern": "attribute_call", "note": "Call via attribute access .ensure_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 357, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 361, "pattern": "name_call_unresolved", "note": "Call to 'Canvas(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 371, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 372, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'Widget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.widget", "lineno": 376, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'Widget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.widget", "lineno": 392, "pattern": "name_call_unresolved", "note": "Call to 'WeakProxy(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 470, "pattern": "attribute_call", "note": "Call via attribute access .apply(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 558, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 565, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 588, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 599, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 610, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 650, "pattern": "name_call_unresolved", "note": "Call to 'WidgetException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 656, "pattern": "name_call_unresolved", "note": "Call to 'WidgetException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 661, "pattern": "name_call_unresolved", "note": "Call to 'WidgetException(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 665, "pattern": "attribute_call", "note": "Call via attribute access .inc_disabled(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 671, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 672, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 678, "pattern": "attribute_call", "note": "Call via attribute access .indexof(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 681, "pattern": "attribute_call", "note": "Call via attribute access .indexof(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 683, "pattern": "attribute_call", "note": "Call via attribute access .length(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 687, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 691, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 694, "pattern": "attribute_call", "note": "Call via attribute access .fbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 713, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 715, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 717, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 719, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 722, "pattern": "attribute_call", "note": "Call via attribute access .funbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 724, "pattern": "attribute_call", "note": "Call via attribute access .dec_disabled(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 750, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 764, "pattern": "name_call_unresolved", "note": "Call to 'find_index(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 768, "pattern": "name_call_unresolved", "note": "Call to 'find_index(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 800, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 823, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 856, "pattern": "attribute_call", "note": "Call via attribute access .save(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 865, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 868, "pattern": "attribute_call", "note": "Call via attribute access .indexof(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 870, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 872, "pattern": "name_call_unresolved", "note": "Call to 'Fbo(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 876, "pattern": "name_call_unresolved", "note": "Call to 'ClearColor(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 877, "pattern": "name_call_unresolved", "note": "Call to 'ClearBuffers(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 878, "pattern": "name_call_unresolved", "note": "Call to 'Scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 879, "pattern": "name_call_unresolved", "note": "Call to 'Scale(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 880, "pattern": "name_call_unresolved", "note": "Call to 'Translate(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 882, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 883, "pattern": "attribute_call", "note": "Call via attribute access .draw(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 885, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 888, "pattern": "attribute_call", "note": "Call via attribute access .insert(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 901, "pattern": "attribute_call", "note": "Call via attribute access .get_root_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 912, "pattern": "attribute_call", "note": "Call via attribute access .get_parent_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 922, "pattern": "attribute_call", "note": "Call via attribute access ._walk(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 931, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 941, "pattern": "attribute_call", "note": "Call via attribute access ._walk(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1012, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1022, "pattern": "attribute_call", "note": "Call via attribute access ._walk_reverse(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1029, "pattern": "attribute_call", "note": "Call via attribute access ._walk_reverse(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1096, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1110, "pattern": "attribute_call", "note": "Call via attribute access .to_window(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1146, "pattern": "attribute_call", "note": "Call via attribute access .to_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1148, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1149, "pattern": "attribute_call", "note": "Call via attribute access ._apply_transform(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1162, "pattern": "name_call_unresolved", "note": "Call to 'Matrix(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1163, "pattern": "attribute_call", "note": "Call via attribute access .translate(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1167, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1173, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1179, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1194, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1209, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1216, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1229, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1244, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1259, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1274, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1283, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1290, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1294, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1305, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1314, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1340, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1350, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1359, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1382, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1401, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1420, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1429, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1441, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1453, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1462, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1516, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1577, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1577, "pattern": "self_method_not_found", "note": "self.property(...) not found in class 'Widget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.widget", "lineno": 1579, "pattern": "attribute_call", "note": "Call via attribute access .inc_disabled(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1584, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1584, "pattern": "self_method_not_found", "note": "self.property(...) not found in class 'Widget' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.widget", "lineno": 1586, "pattern": "attribute_call", "note": "Call via attribute access .dec_disabled(...) - target object type not statically resolved." }, { "module": "kivy.uix.widget", "lineno": 1588, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.widget", "lineno": 1611, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.button", "lineno": 158, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.button", "lineno": 189, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.button", "lineno": 205, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.button", "lineno": 212, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 213, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 214, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 220, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.button", "lineno": 299, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.button", "lineno": 307, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 315, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.button", "lineno": 325, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 348, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 354, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.button", "lineno": 359, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.button", "lineno": 388, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.button", "lineno": 394, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.button", "lineno": 404, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 409, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'ButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.button", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .discard(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.codenavigation", "lineno": 30, "pattern": "self_method_not_found", "note": "self.cursor_index(...) not found in class 'CodeNavigationBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.codenavigation", "lineno": 36, "pattern": "self_method_not_found", "note": "self.get_cursor_from_index(...) not found in class 'CodeNavigationBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.codenavigation", "lineno": 106, "pattern": "self_method_not_found", "note": "self.cursor_index(...) not found in class 'CodeNavigationBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.codenavigation", "lineno": 107, "pattern": "self_method_not_found", "note": "self.get_cursor_from_index(...) not found in class 'CodeNavigationBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 153, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 186, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 196, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 206, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 214, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 223, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 232, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 241, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 250, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 257, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 287, "pattern": "name_call_unresolved", "note": "Call to 'update_counts(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 289, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 290, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 291, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 292, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 293, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 379, "pattern": "name_call_unresolved", "note": "Call to 'select(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 380, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 386, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 402, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 442, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 516, "pattern": "name_call_unresolved", "note": "Call to 'select(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 535, "pattern": "name_call_unresolved", "note": "Call to 'deselect(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 576, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 663, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.compoundselection", "lineno": 686, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.cover", "lineno": 65, "pattern": "attribute_call", "note": "Call via attribute access .load_string(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.cover", "lineno": 95, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.cover", "lineno": 102, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.cover", "lineno": 110, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.cover", "lineno": 119, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.cover", "lineno": 121, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'CoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.cover", "lineno": 134, "pattern": "attribute_call", "note": "Call via attribute access .index(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 60, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 61, "pattern": "attribute_call", "note": "Call via attribute access .getint(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 87, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 98, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 106, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 114, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 121, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 128, "pattern": "name_call_unresolved", "note": "Call to 'ReferenceListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 143, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 148, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'DragBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.drag", "lineno": 150, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 152, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 154, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 159, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 164, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 171, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 194, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 196, "pattern": "name_call_unresolved", "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 197, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 201, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 205, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 209, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 213, "pattern": "name_call_unresolved", "note": "Call to 'x(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.drag", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .push(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .apply_transform_2d(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 232, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.drag", "lineno": 233, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 53, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 68, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 72, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 73, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 74, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 75, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 76, "pattern": "self_method_not_found", "note": "self._cut(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 81, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 83, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 95, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 101, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 109, "pattern": "name_call_unresolved", "note": "Call to 'emacs_shortcut(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 111, "pattern": "attribute_call", "note": "Call via attribute access .keyboard_on_key_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 118, "pattern": "self_method_not_found", "note": "self.cursor_index(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 120, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 121, "pattern": "self_method_not_found", "note": "self.cursor_index(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 124, "pattern": "self_method_not_found", "note": "self._set_unredo_delsel(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 126, "pattern": "self_method_not_found", "note": "self._set_cursor(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 132, "pattern": "self_method_not_found", "note": "self.cursor_index(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 133, "pattern": "self_method_not_found", "note": "self.do_cursor_movement(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 135, "pattern": "self_method_not_found", "note": "self.cursor_index(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 138, "pattern": "self_method_not_found", "note": "self._set_unredo_delsel(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.emacs", "lineno": 140, "pattern": "self_method_not_found", "note": "self._set_cursor(...) not found in class 'EmacsBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.focus", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .getboolean(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 93, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 108, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 143, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 203, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 212, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 240, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 280, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 321, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 346, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 356, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 375, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 393, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 397, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 398, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 399, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 400, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 401, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.focus", "lineno": 417, "pattern": "attribute_call", "note": "Call via attribute access .request_keyboard(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 440, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 447, "pattern": "attribute_call", "note": "Call via attribute access .unbind(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 451, "pattern": "attribute_call", "note": "Call via attribute access .release(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 465, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'FocusBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.focus", "lineno": 469, "pattern": "attribute_call", "note": "Call via attribute access .startswith(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 471, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 472, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 480, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.focus", "lineno": 485, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 150, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.hover", "lineno": 156, "pattern": "name_call_unresolved", "note": "Call to 'DictProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.hover", "lineno": 162, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.hover", "lineno": 180, "pattern": "self_method_not_found", "note": "self.register_for_motion_event(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 181, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 185, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 187, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 189, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 193, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 194, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 214, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 216, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 217, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 220, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 223, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 228, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 229, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 231, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'HoverBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 259, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.hover", "lineno": 260, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'HoverCollideBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.hover", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .on_motion(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 308, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 310, "pattern": "attribute_call", "note": "Call via attribute access .keys(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 310, "pattern": "self_method_not_found", "note": "self.properties(...) not found in class 'KNSpace' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 317, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 319, "pattern": "self_method_not_found", "note": "self.apply_property(...) not found in class 'KNSpace' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 321, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 325, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 328, "pattern": "self_method_not_found", "note": "self.apply_property(...) not found in class 'KNSpace' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 329, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 332, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 336, "pattern": "attribute_call", "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 339, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 340, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 345, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 353, "pattern": "attribute_call", "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 364, "pattern": "attribute_call", "note": "Call via attribute access .property(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 368, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 369, "pattern": "self_method_not_found", "note": "self.apply_property(...) not found in class 'KNSpace' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 402, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 403, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 409, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 413, "pattern": "attribute_call", "note": "Call via attribute access .unbind_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 423, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 423, "pattern": "self_method_not_found", "note": "self.property(...) not found in class 'KNSpaceBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 435, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 445, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 445, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 450, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 450, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 457, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 457, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 461, "pattern": "name_call_unresolved", "note": "Call to 'append(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 461, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 493, "pattern": "attribute_call", "note": "Call via attribute access .fork(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 498, "pattern": "attribute_call", "note": "Call via attribute access .unbind_uid(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 512, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 519, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 549, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 572, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.knspace", "lineno": 575, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access ._parse_group_static(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 237, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 318, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 376, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 410, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 435, "pattern": "name_call_unresolved", "note": "Call to 'OptionProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 450, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 515, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'ToggleButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 518, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 547, "pattern": "attribute_call", "note": "Call via attribute access .warning(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 652, "pattern": "attribute_call", "note": "Call via attribute access .discard(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.togglebutton", "lineno": 663, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 82, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 89, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 96, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 103, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 110, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 118, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 132, "pattern": "name_call_unresolved", "note": "Call to 'NumericProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 133, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 134, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 137, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 138, "pattern": "name_call_unresolved", "note": "Call to 'CanvasBase(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 139, "pattern": "self_method_not_found", "note": "self.bind(...) not found in class 'TouchRippleBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 155, "pattern": "attribute_call", "note": "Call via attribute access .add(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 156, "pattern": "self_method_not_found", "note": "self.to_window(...) not found in class 'TouchRippleBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 166, "pattern": "name_call_unresolved", "note": "Call to 'ScissorPush(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 172, "pattern": "name_call_unresolved", "note": "Call to 'Color(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 173, "pattern": "name_call_unresolved", "note": "Call to 'Ellipse(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 180, "pattern": "name_call_unresolved", "note": "Call to 'ScissorPop(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .bind(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 230, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 231, "pattern": "attribute_call", "note": "Call via attribute access .remove(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 249, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 258, "pattern": "name_call_unresolved", "note": "Call to 'BooleanProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 267, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'TouchRippleButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 268, "pattern": "self_method_not_found", "note": "self.register_event_type(...) not found in class 'TouchRippleButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 269, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 272, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_down(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 276, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'TouchRippleButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 280, "pattern": "attribute_call", "note": "Call via attribute access .grab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 284, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TouchRippleButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 290, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_move(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .on_touch_up(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 298, "pattern": "attribute_call", "note": "Call via attribute access .ungrab(...) - target object type not statically resolved." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 303, "pattern": "self_method_not_found", "note": "self.collide_point(...) not found in class 'TouchRippleButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 308, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'TouchRippleButtonBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.behaviors.touchripple", "lineno": 309, "pattern": "attribute_call", "note": "Call via attribute access .schedule_once(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 75, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 88, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'RecycleDataModelBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 97, "pattern": "self_method_not_found", "note": "self.funbind(...) not found in class 'RecycleDataModelBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 125, "pattern": "name_call_unresolved", "note": "Call to 'ListProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 135, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 136, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 149, "pattern": "attribute_call", "note": "Call via attribute access .attach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 151, "pattern": "self_method_not_found", "note": "self.fbind(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 156, "pattern": "self_method_not_found", "note": "self.funbind(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 157, "pattern": "attribute_call", "note": "Call via attribute access .detach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 167, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 169, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 171, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 175, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 177, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 179, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 181, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 183, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 185, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 188, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 190, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 192, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.datamodel", "lineno": 194, "pattern": "self_method_not_found", "note": "self.dispatch(...) not found in class 'RecycleDataModel' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.layout", "lineno": 47, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 67, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 77, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 80, "pattern": "attribute_call", "note": "Call via attribute access .compute_sizes_from_data(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 92, "pattern": "attribute_call", "note": "Call via attribute access .goto_node(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 95, "pattern": "self_method_not_found", "note": "self.goto_view(...) not found in class 'LayoutSelectionBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview.layout", "lineno": 99, "pattern": "attribute_call", "note": "Call via attribute access .select_node(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 100, "pattern": "attribute_call", "note": "Call via attribute access .get_visible_view(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 105, "pattern": "attribute_call", "note": "Call via attribute access .deselect_node(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 106, "pattern": "attribute_call", "note": "Call via attribute access .get_visible_view(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .apply_selection(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 145, "pattern": "attribute_call", "note": "Call via attribute access .refresh_view_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 157, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 160, "pattern": "name_call_unresolved", "note": "Call to 'StringProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 164, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 174, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 175, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 176, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 177, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 185, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 186, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 187, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 188, "pattern": "name_call_unresolved", "note": "Call to 'funbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.layout", "lineno": 212, "pattern": "attribute_call", "note": "Call via attribute access .refresh_view_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 227, "pattern": "attribute_call", "note": "Call via attribute access .make_views_dirty(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 234, "pattern": "attribute_call", "note": "Call via attribute access .make_view_dirty(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.layout", "lineno": 241, "pattern": "attribute_call", "note": "Call via attribute access .invalidate(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 49, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 75, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 97, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 107, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 140, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 142, "pattern": "attribute_call", "note": "Call via attribute access .split(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 178, "pattern": "name_call_unresolved", "note": "Call to 'ObjectProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.views", "lineno": 202, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 225, "pattern": "name_call_unresolved", "note": "Call to 'viewclass(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview.views", "lineno": 251, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 254, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 258, "pattern": "attribute_call", "note": "Call via attribute access .popitem(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 261, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 289, "pattern": "attribute_call", "note": "Call via attribute access .refresh_view_attrs(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 292, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 313, "pattern": "attribute_call", "note": "Call via attribute access .refresh_view_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 316, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 326, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 370, "pattern": "attribute_call", "note": "Call via attribute access .values(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 371, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 374, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 375, "pattern": "attribute_call", "note": "Call via attribute access .extend(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 381, "pattern": "attribute_call", "note": "Call via attribute access .clear(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 404, "pattern": "attribute_call", "note": "Call via attribute access .pop(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 416, "pattern": "attribute_call", "note": "Call via attribute access .items(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview.views", "lineno": 426, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 294, "pattern": "attribute_call", "note": "Call via attribute access .create_trigger(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 296, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 320, "pattern": "attribute_call", "note": "Call via attribute access .compute_sizes_from_data(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 333, "pattern": "attribute_call", "note": "Call via attribute access .compute_layout(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 335, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 343, "pattern": "attribute_call", "note": "Call via attribute access .cancel(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 351, "pattern": "attribute_call", "note": "Call via attribute access .compute_visible_views(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 352, "pattern": "attribute_call", "note": "Call via attribute access .set_visible_views(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 367, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 368, "pattern": "self_method_not_found", "note": "self._refresh_trigger(...) not found in class 'RecycleViewBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview", "lineno": 376, "pattern": "attribute_call", "note": "Call via attribute access .append(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 377, "pattern": "self_method_not_found", "note": "self._refresh_trigger(...) not found in class 'RecycleViewBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview", "lineno": 385, "pattern": "self_method_not_found", "note": "self._refresh_trigger(...) not found in class 'RecycleViewBehavior' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." }, { "module": "kivy.uix.recycleview", "lineno": 390, "pattern": "attribute_call", "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 401, "pattern": "attribute_call", "note": "Call via attribute access .detach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 408, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 412, "pattern": "attribute_call", "note": "Call via attribute access .attach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 416, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 433, "pattern": "attribute_call", "note": "Call via attribute access .detach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 440, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 444, "pattern": "attribute_call", "note": "Call via attribute access .attach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 448, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 467, "pattern": "attribute_call", "note": "Call via attribute access .detach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 474, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 478, "pattern": "attribute_call", "note": "Call via attribute access .attach_recycleview(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 482, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 501, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 503, "pattern": "attribute_call", "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 504, "pattern": "attribute_call", "note": "Call via attribute access .__init__(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 507, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 508, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 509, "pattern": "name_call_unresolved", "note": "Call to 'fbind(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 522, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 526, "pattern": "attribute_call", "note": "Call via attribute access .to_local(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 561, "pattern": "attribute_call", "note": "Call via attribute access .add_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 567, "pattern": "attribute_call", "note": "Call via attribute access .remove_widget(...) - target object type not statically resolved." }, { "module": "kivy.uix.recycleview", "lineno": 581, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 600, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "kivy.uix.recycleview", "lineno": 618, "pattern": "name_call_unresolved", "note": "Call to 'AliasProperty(...)' not found in local, imported, or builtin symbols." }, { "module": "tools.add-ios-frameworks", "lineno": 5, "pattern": "attribute_call", "note": "Call via attribute access .get(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 11, "pattern": "name_call_unresolved", "note": "Call to 'EnvironmentError(...)' not found in local, imported, or builtin symbols." }, { "module": "tools.add-ios-frameworks", "lineno": 15, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 16, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 18, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 24, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 25, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .isdir(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 26, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 30, "pattern": "attribute_call", "note": "Call via attribute access .exists(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 32, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 35, "pattern": "attribute_call", "note": "Call via attribute access .listdir(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 36, "pattern": "attribute_call", "note": "Call via attribute access .endswith(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 37, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 38, "pattern": "attribute_call", "note": "Call via attribute access .ZipFile(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 44, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 47, "pattern": "attribute_call", "note": "Call via attribute access .format(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 51, "pattern": "attribute_call", "note": "Call via attribute access .walk(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 53, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 54, "pattern": "attribute_call", "note": "Call via attribute access .relpath(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 55, "pattern": "attribute_call", "note": "Call via attribute access .dirname(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 57, "pattern": "attribute_call", "note": "Call via attribute access .write(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 58, "pattern": "attribute_call", "note": "Call via attribute access .join(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 63, "pattern": "attribute_call", "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 69, "pattern": "attribute_call", "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." }, { "module": "tools.add-ios-frameworks", "lineno": 76, "pattern": "attribute_call", "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." } ], "governance_gate": "APPROVED" }